ObexWebRequestEndGetResponse 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 WebResponse EndGetResponse(
	IAsyncResult asyncResult
)

Parameters

asyncResult  IAsyncResult
An IAsyncResult object that was obtained when the asynchronous operation was started.

Return Value

WebResponse
An ObexWebResponse.

Exceptions

WebException An error occurred, with the error that occured being stored in the InnerException property. If the error occurred in the connect phase then the Status property will have value ConnectFailure, and in the operation phase on the desktop CLR it will have value UnknownError

See Also