IrDAClientRemoteMachineName Property
Gets the name of the peer device participating in the communication.
Namespace: InTheHand.Net.SocketsAssembly: InTheHand.Net.IrDA (in InTheHand.Net.IrDA.dll) Version: 4.0.2+5cdf1cfd21064ea31c5de33d160200ca1c4bc218
public string RemoteMachineName { get; }
Public ReadOnly Property RemoteMachineName As String
Get
public:
property String^ RemoteMachineName {
String^ get ();
}
member RemoteMachineName : string with get
Property Value
String
This finds the name of the device to which the client is connection,
an exception will occur if the socket is not connected.