Click or drag to resize
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.3.0.0 (0.8.0.0)
Syntax
public virtual string PeerHost { get; }

Property Value

Type: String
The host name the connection is connected to.
See Also