C# Класс Microsoft.Silverlight.Testing.Tools.TestServiceOptions

Stores options for the test service.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
TestServiceOptions ( ) : System

Initializes a new instance of TestServiceOptions.

TestServiceOptions ( string machineName, int port ) : System

Initializes a new instance of TestServiceOptions.

Описание методов

TestServiceOptions() публичный Метод

Initializes a new instance of TestServiceOptions.
public TestServiceOptions ( ) : System
Результат System

TestServiceOptions() публичный Метод

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.
Результат System