C# Class Microsoft.Silverlight.Testing.Tools.TestServiceOptions

Stores options for the test service.
Show file Open project: garyjohnson/wpnest Class Usage Examples

Public Methods

Method Description
TestServiceOptions ( ) : System

Initializes a new instance of TestServiceOptions.

TestServiceOptions ( string machineName, int port ) : System

Initializes a new instance of TestServiceOptions.

Method Details

TestServiceOptions() public method

Initializes a new instance of TestServiceOptions.
public TestServiceOptions ( ) : System
return System

TestServiceOptions() public method

Initializes a new instance of TestServiceOptions.
public TestServiceOptions ( string machineName, int port ) : System
machineName string The host to listen on.
port int The port to listen on.
return System