C# 클래스 Microsoft.Samples.ServiceBus.Connections.MultiplexedServiceTcpConnection

상속: MultiplexedConnection
파일 보기 프로젝트 열기: RobBlackwell/PortBridge

공개 메소드들

메소드 설명
MultiplexedServiceTcpConnection ( StreamConnection streamConnection, TcpClient tcpClient, int connectionId ) : System

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

비공개 메소드들

메소드 설명
PumpCompleted ( IAsyncResult asyncResult ) : void

메소드 상세

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

MultiplexedServiceTcpConnection() 공개 메소드

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