C# 클래스 ServiceModelContrib.Web.HttpOperationContext

상속: IHttpOperationContext
파일 보기 프로젝트 열기: kredinor/ServiceModelContrib

공개 메소드들

메소드 설명
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