HttpWorkerRequest.GetServerName 方法
定义
在派生类中被重写时,返回本地服务器的名称。When overridden in a derived class, returns the name of the local server.
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
返回
本地服务器的名称。The name of the local server.