C# Класс ServiceModelContrib.Web.HttpOperationContext

Наследование: IHttpOperationContext
Показать файл Открыть проект

Открытые методы

Метод Описание
HttpOperationContext ( IHttpRequestContext requestContext, IHttpResponseContext responseContext ) : System.ServiceModel.Web
HttpOperationContext ( WebOperationContext webOperationContext ) : System.ServiceModel.Web

Описание методов

HttpOperationContext() публичный Метод

public HttpOperationContext ( IHttpRequestContext requestContext, IHttpResponseContext responseContext ) : System.ServiceModel.Web
requestContext IHttpRequestContext
responseContext IHttpResponseContext
Результат System.ServiceModel.Web

HttpOperationContext() публичный Метод

public HttpOperationContext ( WebOperationContext webOperationContext ) : System.ServiceModel.Web
webOperationContext WebOperationContext
Результат System.ServiceModel.Web