C# Class Microsoft.Samples.ServiceBus.Connections.MultiplexedServiceTcpConnection

Inheritance: MultiplexedConnection
Afficher le fichier Open project: RobBlackwell/PortBridge

Méthodes publiques

Méthode Description
MultiplexedServiceTcpConnection ( StreamConnection streamConnection, TcpClient tcpClient, int connectionId ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
PumpCompleted ( IAsyncResult asyncResult ) : void

Method Details

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

MultiplexedServiceTcpConnection() public méthode

public MultiplexedServiceTcpConnection ( StreamConnection streamConnection, TcpClient tcpClient, int connectionId ) : System
streamConnection StreamConnection
tcpClient System.Net.Sockets.TcpClient
connectionId int
Résultat System