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

ObexPutStream.Read Method 

Overridden. This method is not supported and always throws a NotSupportedException.

[Visual Basic]
Overrides Public Function Read( _
   ByVal buffer As Byte(), _
   ByVal offset As Integer, _
   ByVal count As Integer _
) As Integer
[C#]
public override int Read(
   byte[] buffer,
   int offset,
   int count
);

See Also

ObexPutStream Class | Brecham.Obex Namespace