C# 클래스 Microsoft.Silverlight.Testing.Tools.TestServiceOptions

Stores options for the test service.
파일 보기 프로젝트 열기: garyjohnson/wpnest 1 사용 예제들

공개 메소드들

메소드 설명
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