Click or drag to resize
TcpConnection Class
A connection to a specific process.
Inheritance Hierarchy
SystemObject
  RW.Server.TcpTcpConnection

Namespace: RW.Server.Tcp
Assembly: RW.Server.Tcp (in RW.Server.Tcp.dll) Version: 6.3.0.0 (0.8.0.0)
Syntax
public class TcpConnection : IDisposable

The TcpConnection type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGetConnection
Creates a connection.
Top
Properties
  NameDescription
Public propertyName
Gets the name of the connection.
Public propertyPeerHost
Gets the host name the connection is connected to.
Public propertyPeerPort
Gets the port number the connection is connected to.
Public propertyTcpId
Gets the identifier of the connection.
Top
Remarks
More that one connection can use the same physical connection.
See Also