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

상속: IDisposable, IClientConnectionForwarder
파일 보기 프로젝트 열기: RobBlackwell/PortBridge

공개 메소드들

메소드 설명
Close ( ) : void
Dispose ( ) : void
Open ( ) : void
TcpClientConnectionForwarder ( string serviceNamespace, string issuerName, string issuerSecret, string targetHost, int fromPort, int toPort, string bindTo, bool useHybrid, IEnumerable firewallRules ) : System

비공개 메소드들

메소드 설명
ClientAccepted ( IAsyncResult asyncResult ) : void
CorrelateConnection ( int connectionId, object state ) : MultiplexedConnection
CreateClientBinding ( bool useHybrid ) : NetTcpRelayBinding
CreateDataChannelFactory ( Microsoft.Samples.ServiceBus.Connections.QueueBufferedStream multiplexedInputStream ) : DuplexChannelFactory
DataChannelClosed ( object sender, EventArgs e ) : void
EnsureConnection ( ) : void
MultiplexPumpCompleted ( IAsyncResult a ) : void
MultiplexedConnectionClosed ( object sender, EventArgs e ) : void
WriteToDataChannel ( byte b, int o, int s ) : void

메소드 상세

Close() 공개 메소드

public Close ( ) : void
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Open() 공개 메소드

public Open ( ) : void
리턴 void

TcpClientConnectionForwarder() 공개 메소드

public TcpClientConnectionForwarder ( string serviceNamespace, string issuerName, string issuerSecret, string targetHost, int fromPort, int toPort, string bindTo, bool useHybrid, IEnumerable firewallRules ) : System
serviceNamespace string
issuerName string
issuerSecret string
targetHost string
fromPort int
toPort int
bindTo string
useHybrid bool
firewallRules IEnumerable
리턴 System