HttpContextWrapper.Server 属性

定义

获取 HttpServerUtilityBase 对象,该对象提供处理 Web 请求时使用的方法。

public:
 virtual property System::Web::HttpServerUtilityBase ^ Server { System::Web::HttpServerUtilityBase ^ get(); };
public override System.Web.HttpServerUtilityBase Server { get; }
member this.Server : System.Web.HttpServerUtilityBase
Public Overrides ReadOnly Property Server As HttpServerUtilityBase

属性值

HttpServerUtilityBase

当前 HTTP 请求的服务器实用工具对象。

适用于