ObexWebRequestGetResponse Method

Returns the OBEX server response.

Definition

Namespace: InTheHand.Net
Assembly: InTheHand.Net.Obex (in InTheHand.Net.Obex.dll) Version: 4.0.5
C#
public virtual WebResponse GetResponse()

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