HttpServerUtilityWrapper.MachineName 속성

정의

서버의 컴퓨터 이름을 가져옵니다.

public:
 virtual property System::String ^ MachineName { System::String ^ get(); };
public override string MachineName { get; }
member this.MachineName : string
Public Overrides ReadOnly Property MachineName As String

속성 값

String

서버 컴퓨터의 이름입니다.

예외

컴퓨터 이름을 찾을 수 없습니다.

적용 대상