ObexListener Class

Provides a simple, programmatically controlled OBEX protocol listener.

Definition

Namespace: InTheHand.Net
Assembly: InTheHand.Net.Obex (in InTheHand.Net.Obex.dll) Version: 4.0.5
C#
public class ObexListener
Inheritance
Object    ObexListener

Constructors

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.

Properties

IsListening Gets a value that indicates whether the ObexListener has been started.

Methods

Close Shuts down the ObexListener.
Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetContext Waits for an incoming request and returns when one is received.
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
Start Allows this instance to receive incoming requests.
Stop Causes this instance to stop receiving incoming requests.
ToString
(Inherited from Object)

See Also