Table of Contents

Interface INetworkConnection

Namespace
RabbitMQ.Client
Assembly
RabbitMQ.Client.dll

Common interface for network (TCP/IP) connection classes.

public interface INetworkConnection

Properties

LocalPort

Local port.

int LocalPort { get; }

Property Value

int

RemotePort

Remote port.

int RemotePort { get; }

Property Value

int