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

ObexGetStream.Write Method 

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

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

See Also

ObexGetStream Class | Brecham.Obex Namespace