ObexListenerContext Class

Provides access to the request and response objects used by the ObexListener class.

Definition

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

Properties

Request Gets the ObexListenerRequest that represents a client's request for a resource

Methods

Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString
(Inherited from Object)

See Also