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

Inheritance: MultiplexedConnection
Mostra file Open project: RobBlackwell/PortBridge

Public Methods

Method Description
MultiplexedServiceTcpConnection ( StreamConnection streamConnection, TcpClient tcpClient, int connectionId ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
PumpCompleted ( IAsyncResult asyncResult ) : void

Method Details

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

MultiplexedServiceTcpConnection() public method

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