| TcpConnectionPeerHost Property |
Gets the host name the connection is connected to.
Namespace: RW.Server.TcpAssembly: RW.Server.Tcp (in RW.Server.Tcp.dll) Version: 6.3.0.0 (0.8.0.0)
Syntax public virtual string PeerHost { get; }
Public Overridable ReadOnly Property PeerHost As String
Get
public:
virtual property String^ PeerHost {
String^ get ();
}
Property Value
Type:
String
The host name the connection is connected to.
See Also