Begins a request for a OBEX server response.
| C# | Visual Basic |
public override WebResponse EndGetResponse( IAsyncResult asyncResult )
Public Overrides Function EndGetResponse ( _ asyncResult As IAsyncResult _ ) As WebResponse
- asyncResult (IAsyncResult)
[Missing <param name="asyncResult"/> documentation for "M:InTheHand.Net.ObexWebRequest.EndGetResponse(System.IAsyncResult)"]
An ObexWebResponse.
| Exception | Condition |
|---|---|
| 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
|