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

Stores options for the test service.
Afficher le fichier Open project: garyjohnson/wpnest Class Usage Examples

Méthodes publiques

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

Initializes a new instance of TestServiceOptions.
public TestServiceOptions ( ) : System
Résultat System

TestServiceOptions() public méthode

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