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

Afficher le fichier Open project: RobBlackwell/PortBridge

Méthodes publiques

Méthode 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

Méthode Description
OnCreateConnection ( int connectionId, object streamConnectionObject ) : MultiplexedConnection
StreamAccepted ( IAsyncResult asyncResult ) : void

Method Details

CloseService() public méthode

public CloseService ( ) : void
Résultat void

OpenService() public méthode

public OpenService ( ) : bool
Résultat bool

ServiceConnectionForwarder() public méthode

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
Résultat System