ObexListenerRequestLocalEndPoint Property

Get the device address and service to which the request is directed.

Definition

Namespace: InTheHand.Net
Assembly: InTheHand.Net.Obex (in InTheHand.Net.Obex.dll) Version: 4.0.5
C#
public EndPoint LocalEndPoint { get; }

Property Value

EndPoint

Remarks

The EndPoint instance returned will be of the subtype that matches the address family that the ObexListener is listening on. For instance if the listener was created with ObexTransport.Bluetooth then the EndPoint will be of type BluetoothEndPoint, and similarly for IrDAEndPoint and IPEndPoint.

See Also