In The Hand
EndGetResponse Method (asyncResult)
NamespacesInTheHand.NetObexWebRequestEndGetResponse(IAsyncResult)
.NET Components for Mobility
Begins a request for a OBEX server response.
Declaration Syntax
C#Visual Basic
public override WebResponse EndGetResponse(
	IAsyncResult asyncResult
)
Public Overrides Function EndGetResponse ( _
	asyncResult As IAsyncResult _
) As WebResponse
Parameters
asyncResult (IAsyncResult)

[Missing <param name="asyncResult"/> documentation for "M:InTheHand.Net.ObexWebRequest.EndGetResponse(System.IAsyncResult)"]

Return Value
Exceptions
ExceptionCondition
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

Assembly: InTheHand.Net.Personal (Module: InTheHand.Net.Personal) Version: 3.0.0.0