6 references to OutgoingRequest
System.ServiceModel.Web (6)
System\ServiceModel\Dispatcher\ContentTypeSettingClientMessageFormatter.cs (2)
66
if (string.IsNullOrEmpty(WebOperationContext.Current.
OutgoingRequest
.ContentType))
68
WebOperationContext.Current.
OutgoingRequest
.ContentType = contentType;
System\ServiceModel\Dispatcher\SingleBodyParameterMessageFormatter.cs (1)
192
OutgoingWebRequestContext requestContext = currentContext.
OutgoingRequest
;
System\ServiceModel\Dispatcher\UriTemplateClientFormatter.cs (3)
90
WebOperationContext.Current.
OutgoingRequest
.SuppressEntityBody = true;
92
if (this.method != WebHttpBehavior.WildcardMethod && WebOperationContext.Current.
OutgoingRequest
.Method != null)
94
WebOperationContext.Current.
OutgoingRequest
.Method = this.method;