ObexWebRequestEndGetResponse Method
Begins a request for a OBEX server response.
Namespace: InTheHand.NetAssembly: InTheHand.Net.Obex (in InTheHand.Net.Obex.dll) Version: 4.0.5
public virtual WebResponse EndGetResponse(
IAsyncResult asyncResult
)
Public Overridable Function EndGetResponse (
asyncResult As IAsyncResult
) As WebResponse
public:
virtual WebResponse^ EndGetResponse(
IAsyncResult^ asyncResult
)
abstract EndGetResponse :
asyncResult : IAsyncResult -> WebResponse
override EndGetResponse :
asyncResult : IAsyncResult -> WebResponse
- asyncResult IAsyncResult
- An IAsyncResult
object that was obtained when the asynchronous operation was started.
WebResponseAn
ObexWebResponse.