Microsoft.Silverlight.Testing.Tools.TestServiceOptions.TestServiceOptions C# (CSharp) Méthode

TestServiceOptions() public méthode

Initializes a new instance of TestServiceOptions.
public TestServiceOptions ( ) : System
Résultat System
        public TestServiceOptions()
            : this(DefaultMachineName, DefaultPort)
        {
        }

Same methods

TestServiceOptions::TestServiceOptions ( string machineName, int port ) : System
TestServiceOptions