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

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

공개 메소드들

메소드 설명
Close ( ) : void
Dispose ( ) : void
NamedPipeClientConnectionForwarder ( string serviceNamespace, string issuerName, string issuerSecret, string targetHost, string localPipe, string toPipe, bool useHybrid ) : System
Open ( ) : void

비공개 메소드들

메소드 설명
ClientAccepted ( IAsyncResult asyncResult ) : void
CorrelateConnection ( int connectionId, object state ) : MultiplexedConnection
CreateClientBinding ( bool useHybrid ) : NetTcpRelayBinding
CreateDataChannelFactory ( Microsoft 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

NamedPipeClientConnectionForwarder() 공개 메소드

public NamedPipeClientConnectionForwarder ( string serviceNamespace, string issuerName, string issuerSecret, string targetHost, string localPipe, string toPipe, bool useHybrid ) : System
serviceNamespace string
issuerName string
issuerSecret string
targetHost string
localPipe string
toPipe string
useHybrid bool
리턴 System

Open() 공개 메소드

public Open ( ) : void
리턴 void