HttpWorkerRequest.GetServerName 方法

定义

在派生类中被重写时,返回本地服务器的名称。

public:
 virtual System::String ^ GetServerName();
public virtual string GetServerName ();
abstract member GetServerName : unit -> string
override this.GetServerName : unit -> string
Public Overridable Function GetServerName () As String

返回

本地服务器的名称。

适用于