Returns the OBEX server response.
| C# | Visual Basic |
public override WebResponse GetResponse()
Public Overrides Function GetResponse As WebResponse
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
|