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

AbortableStream.Abort Method

Abort the operation, doing whatever is necessary to signal this to the peer.

Overload List

Abort the operation, doing whatever is necessary to signal this to the peer.

public void Abort();

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

public virtual void Abort(string);

See Also

AbortableStream Class | Brecham.Obex Namespace