In The Hand - .NET Components for Mobility
LocalEndPoint Property
NamespacesInTheHand.NetObexListenerRequestLocalEndPoint
Get the device address and service to which the request is directed.
Declaration Syntax
C#Visual Basic
public EndPoint LocalEndPoint { get; }
Public ReadOnly Property LocalEndPoint As 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

Assembly: InTheHand.Net.Personal (Module: InTheHand.Net.Personal) Version: 2.2.0.0