In The Hand - .NET Components for Mobility
Server Property
NamespacesInTheHand.Net.SocketsBluetoothListenerServer
Gets the underlying network Socket.
Declaration Syntax
C#Visual Basic
public Socket Server { get; }
Public ReadOnly Property Server As Socket
Value
The underlying Socket.
Remarks
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.

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