HttpContextWrapper.Server Свойство

Определение

Возвращает объект HttpServerUtilityBase, который предоставляет методы, используемые при обработке веб-запросов.

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-запроса.

Применяется к