| TcpConnectionPeerHost Property |
Gets the host name the connection is connected to.
Namespace:
RW.Server.Tcp
Assembly:
RW.Server.Tcp (in RW.Server.Tcp.dll) Version: 6.5.0.0 (6.5.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