HttpServerUtilityWrapper.MachineName Property

Definition

Gets the server's computer name.

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

Property Value

The name of the server computer.

Exceptions

The computer name cannot be found.

Applies to