Provides a simple, programmatically controlled OBEX protocol listener.
| C# | Visual Basic |
public class ObexListener
Public Class ObexListener
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| ObexListener()()() |
Initializes a new instance of the ObexListener class using the Bluetooth transport.
| |
| ObexListener(ObexTransport) |
Initializes a new instance of the ObexListener class specifiying the transport to use.
| |
| Close()()() |
Shuts down the ObexListener.
| |
| 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.) | |
| GetContext()()() |
Waits for an incoming request and returns when one is received.
| |
| 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.) | |
| IsListening |
Gets a value that indicates whether the ObexListener has been started.
| |
| MemberwiseClone()()() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| Start()()() |
Allows this instance to receive incoming requests.
| |
| Stop()()() |
Causes this instance to stop receiving incoming requests.
| |
| ToString()()() | (Inherited from Object.) |
| Object | |
| ObexListener | |