Table of Contents

Namespace IceRpc.Transports.Tcp

Provides the TCP duplex transport. It implements the duplex transport abstractions using plain TCP and TCP + SSL.

Classes

TcpClientTransport

Implements IDuplexClientTransport for the tcp transport.

TcpClientTransportOptions

The options class for configuring TcpClientTransport.

TcpServerTransport

Implements IDuplexServerTransport for the tcp transport.

TcpServerTransportOptions

The options class for configuring TcpServerTransport.

TcpTransportOptions

The base options class for TCP transports.