1 instantiation of OutgoingWebRequestContext
System.ServiceModel.Web (1)
System\ServiceModel\Web\WebOperationContext.cs (1)
77
get { return new
OutgoingWebRequestContext
(this.operationContext); }
2 references to OutgoingWebRequestContext
System.ServiceModel.Web (2)
System\ServiceModel\Dispatcher\SingleBodyParameterMessageFormatter.cs (1)
192
OutgoingWebRequestContext
requestContext = currentContext.OutgoingRequest;
System\ServiceModel\Web\WebOperationContext.cs (1)
75
public
OutgoingWebRequestContext
OutgoingRequest