C# Class Gallatin.Core.Service.CrossDomainProxyService

This class is used to start the proxy server from another app domain
Inheritance: System.MarshalByRefObject, IProxyService
Afficher le fichier Open project: williamoneill/Gallatin

Méthodes publiques

Méthode Description
Start ( ) : void

Starts the default proxy service

Stop ( ) : void

Stops the default proxy service

Method Details

Start() public méthode

Starts the default proxy service
public Start ( ) : void
Résultat void

Stop() public méthode

Stops the default proxy service
public Stop ( ) : void
Résultat void