Microsoft.Silverlight.Testing.Tools.TestServiceOptions.TestServiceOptions C# (CSharp) Method

TestServiceOptions() public method

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

Same methods

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