Describes an incoming OBEX request to an ObexListener object.
| C# | Visual Basic |
public class ObexListenerRequest
Public Class ObexListenerRequest
| All Members | Methods | Properties | |||
| Icon | Member | Description |
|---|---|---|
| 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.
| |
| Equals(Object) | (Inherited from Object.) | |
| Finalize()()() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode()()() | Serves as a hash function for a particular type. GetHashCode()()() is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) | |
| GetType()()() | Gets the Type of the current instance. (Inherited from Object.) | |
| 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.
| |
| MemberwiseClone()()() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| 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.
| |
| ToString()()() | (Inherited from Object.) | |
| Url |
Gets the Uri object requested by the client.
| |
| UserHostAddress |
Gets the server address to which the request is directed.
| |
| WriteFile(String) |
Writes the body of the request to the specified file path.
|
| Object | |
| ObexListenerRequest | |