C# Class Gallatin.Core.Service.CrossDomainProxyService

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

Public Methods

Method Description
Start ( ) : void

Starts the default proxy service

Stop ( ) : void

Stops the default proxy service

Method Details

Start() public method

Starts the default proxy service
public Start ( ) : void
return void

Stop() public method

Stops the default proxy service
public Stop ( ) : void
return void