public class ObexListenerRequestPublic Class ObexListenerRequestpublic ref class ObexListenerRequesttype ObexListenerRequest = class end| ContentLength64 |
Gets the length of the body data included in the request.
New in v1.5.51015 |
| ContentType | Gets the MIME type of the body data included in the request. |
| Headers | Gets the collection of header name/value pairs sent in the request. |
| InputStream | Gets a stream that contains the body data sent by the client. |
| LocalEndPoint | Get the device address and service to which the request is directed. |
| ObexMethod | Gets the method specified by the client. |
| ProtocolVersion | Gets the OBEX version used by the requesting client |
| RawUrl | Gets the URL information (without the host and port) requested by the client. |
| RemoteEndPoint | Gets the device address and service from which the request originated. |
| Url | Gets the Uri object requested by the client. |
| UserHostAddress | Gets the server address to which the request is directed. |
| Equals | (Inherited from Object) |
| Finalize | (Inherited from Object) |
| GetHashCode | (Inherited from Object) |
| GetType | (Inherited from Object) |
| MemberwiseClone | (Inherited from Object) |
| ToString | (Inherited from Object) |
| WriteFile | Writes the body of the request to the specified file path. |