public sealed class BluetoothClient : IDisposablePublic NotInheritable Class BluetoothClient
Implements IDisposablepublic ref class BluetoothClient sealed : IDisposable[<SealedAttribute>]
type BluetoothClient =
class
interface IDisposable
end| BluetoothClient | Initializes a new instance of the BluetoothClient class |
| Authenticate | Sets whether an authenticated connection is required. |
| Client | Gets the underlying Socket. |
| Connected | Gets a value indicating whether the underlying Socket for a BluetoothClient is connected to a remote host. |
| Encrypt | Sets whether an encrypted connection is required. |
| InquiryLength | Amount of time allowed to perform the query. |
| PairedDevices | Returns a collection of paired devices. |
| RemoteMachineName | Gets the name of the remote device. |
| Close | Closes the BluetoothClient and the underlying connection. |
| Connect | Connects the client to a remote Bluetooth host using the specified Bluetooth address and service identifier. |
| DiscoverDevices | Discovers accessible Bluetooth devices, and returns their names and addresses. |
| DiscoverDevices(Int32) | Discovers accessible Bluetooth devices, and returns their names and addresses. |
| Dispose | Closes the BluetoothClient and the underlying connection. |
| Equals | (Inherited from Object) |
| GetHashCode | (Inherited from Object) |
| GetRemoteMachineName | |
| GetStream | Gets the underlying stream of data. |
| GetType | (Inherited from Object) |
| ToString | (Inherited from Object) |