C# Class ServiceModelContrib.Web.HttpOperationContext

Inheritance: IHttpOperationContext
Afficher le fichier Open project: kredinor/ServiceModelContrib

Méthodes publiques

Méthode Description
HttpOperationContext ( IHttpRequestContext requestContext, IHttpResponseContext responseContext ) : System.ServiceModel.Web
HttpOperationContext ( WebOperationContext webOperationContext ) : System.ServiceModel.Web

Method Details

HttpOperationContext() public méthode

public HttpOperationContext ( IHttpRequestContext requestContext, IHttpResponseContext responseContext ) : System.ServiceModel.Web
requestContext IHttpRequestContext
responseContext IHttpResponseContext
Résultat System.ServiceModel.Web

HttpOperationContext() public méthode

public HttpOperationContext ( WebOperationContext webOperationContext ) : System.ServiceModel.Web
webOperationContext WebOperationContext
Résultat System.ServiceModel.Web