ObexWebRequestBeginGetResponse Method

Begins a request for a OBEX server response.

Definition

Namespace: InTheHand.Net
Assembly: InTheHand.Net.Obex (in InTheHand.Net.Obex.dll) Version: 4.0.5
C#
public virtual IAsyncResult BeginGetResponse(
	AsyncCallback callback,
	Object state
)

Parameters

callback  AsyncCallback
An AsyncCallback delegate that references the method to invoke when the operation is complete.
state  Object
A user-defined object containing information about the operation. This object is passed to the callback delegate when the operation is complete.

Return Value

IAsyncResult
An IAsyncResult that represents the asynchronous operation, which could still be pending.

See Also