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