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

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

공개 메소드들

메소드 설명
CloseService ( ) : void
OpenService ( ) : bool
ServiceConnectionForwarder ( string serviceNamespace, string issuerName, string issuerSecret, string targetHost, string targetHostAlias, string allowedPortsString, string allowedPipesString, bool useHybrid ) : System

비공개 메소드들

메소드 설명
OnCreateConnection ( int connectionId, object streamConnectionObject ) : MultiplexedConnection
StreamAccepted ( IAsyncResult asyncResult ) : void

메소드 상세

CloseService() 공개 메소드

public CloseService ( ) : void
리턴 void

OpenService() 공개 메소드

public OpenService ( ) : bool
리턴 bool

ServiceConnectionForwarder() 공개 메소드

public ServiceConnectionForwarder ( string serviceNamespace, string issuerName, string issuerSecret, string targetHost, string targetHostAlias, string allowedPortsString, string allowedPipesString, bool useHybrid ) : System
serviceNamespace string
issuerName string
issuerSecret string
targetHost string
targetHostAlias string
allowedPortsString string
allowedPipesString string
useHybrid bool
리턴 System