1 write to operationContext
System.ServiceModel.Web (1)
System\ServiceModel\Web\WebOperationContext.cs (1)
39this.operationContext = operationContext;
4 references to operationContext
System.ServiceModel.Web (4)
System\ServiceModel\Web\WebOperationContext.cs (4)
67get { return new IncomingWebRequestContext(this.operationContext); } 72get { return new IncomingWebResponseContext(this.operationContext); } 77get { return new OutgoingWebRequestContext(this.operationContext); } 82get { return new OutgoingWebResponseContext(this.operationContext); }