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

AbortableStream.Abort Method (String)

Abort the operation, doing whatever is necessary to signal this to the peer. Supplying the given reason String indicating why.

[Visual Basic]
Overridable Overloads Public Sub Abort( _
   ByVal reason As String _
)
[C#]
public virtual void Abort(
   string reason
);

See Also

AbortableStream Class | Brecham.Obex Namespace | AbortableStream.Abort Overload List