Gets the underlying network Socket.
The underlying Socket.
BluetoothListener creates a Socket to listen for incoming client connection requests.
Classes deriving from BluetoothListener can use this property to get this Socket.
Use the underlying Socket returned by the Server property if you require access beyond that which BluetoothListener provides.
Note Server property only returns the Socket used to listen for incoming client connection requests. Use the AcceptSocket()()() method to accept a pending connection request and obtain a Socket for sending and receiving data. You can also use the AcceptBluetoothClient()()() method to accept a pending connection request and obtain a BluetoothClient for sending and receiving data.