HttpContext.IServiceProvider.GetService(Type) 方法

定义

返回当前服务类型的对象。

 virtual System::Object ^ System.IServiceProvider.GetService(Type ^ service) = IServiceProvider::GetService;
object IServiceProvider.GetService (Type service);
abstract member System.IServiceProvider.GetService : Type -> obj
override this.System.IServiceProvider.GetService : Type -> obj
Function GetService (service As Type) As Object Implements IServiceProvider.GetService

参数

service
Type

要将服务提供商设置为的 HttpContext 服务类型。

返回

如果找到服务,则为 HttpContext;否则为 null

实现

注解

此方法可用于获取对基础 HttpWorkerRequest 对象的访问权限。

适用于