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

AbortableStream.SetLength Method 

Overridden. Sets the current position of the stream to the given value. This method is not currently supported and always throws a NotSupportedException.

[Visual Basic]
Overrides Public Sub SetLength( _
   ByVal value As Long _
)
[C#]
public override void SetLength(
   long value
);

See Also

AbortableStream Class | Brecham.Obex Namespace