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

Datei anzeigen Open project: RobBlackwell/PortBridge

Public Methods

Method Description
CloseService ( ) : void
OpenService ( ) : bool
ServiceConnectionForwarder ( string serviceNamespace, string issuerName, string issuerSecret, string targetHost, string targetHostAlias, string allowedPortsString, string allowedPipesString, bool useHybrid ) : System

Private Methods

Method Description
OnCreateConnection ( int connectionId, object streamConnectionObject ) : MultiplexedConnection
StreamAccepted ( IAsyncResult asyncResult ) : void

Method Details

CloseService() public method

public CloseService ( ) : void
return void

OpenService() public method

public OpenService ( ) : bool
return bool

ServiceConnectionForwarder() public method

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
return System