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.5.0.0 (6.5.0.0)
Syntax
public virtual string PeerHost { get; }

Property Value

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