HttpServerUtilityBase.MachineName 属性

定义

在派生类中重写时,获取服务器的计算机名称。

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

属性值

服务器计算机的名称。

例外

适用于