ObexListenerGetContext Method

Waits for an incoming request and returns when one is received.

Definition

Namespace: InTheHand.Net
Assembly: InTheHand.Net.Obex (in InTheHand.Net.Obex.dll) Version: 4.0.5
C#
public ObexListenerContext GetContext()

Return Value

ObexListenerContext
Returns a ObexListenerContext or if Stop/Close has been called.

Remarks

This method blocks waiting for a new connection. It will return when a new connection completes or Stop/Close has been called.

See Also