Get the device address and service to which the request is directed.
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.