Brecham.Obex — An OBEX library for the .NET Framework

ObexHeaderCollection.Dump Method 

Create a diagnostic 'dump' of the contents of the header collection.

[Visual Basic]
Public Sub Dump( _
   ByVal writer As TextWriter _
)
[C#]
public void Dump(
   TextWriter writer
);

Parameters

writer
A TextWriter to which the dump will be written, this could for instance be Console.Out, or an instance of StringWriter.

See Also

ObexHeaderCollection Class | Brecham.Obex Namespace