9 references to HttpRequestMessageProperty
System.ServiceModel (5)
System\ServiceModel\Channels\ClientContextProtocol.cs (1)
374property = new HttpRequestMessageProperty();
System\ServiceModel\Channels\HttpChannelHelpers.cs (1)
1454httpProperties = new HttpRequestMessageProperty();
System\ServiceModel\Channels\HttpRequestMessageProperty.cs (1)
358HttpRequestMessageProperty copiedProperty = new HttpRequestMessageProperty();
System\ServiceModel\Security\SecuritySessionClientSettings.cs (1)
775rmp = new HttpRequestMessageProperty();
System\ServiceModel\Security\SecuritySessionSecurityTokenProvider.cs (1)
689rmp = new HttpRequestMessageProperty();
System.ServiceModel.Web (4)
System\ServiceModel\Dispatcher\ContentTypeSettingClientMessageFormatter.cs (1)
82httpProperty = new HttpRequestMessageProperty();
System\ServiceModel\Dispatcher\SingleBodyParameterMessageFormatter.cs (1)
205prop = new HttpRequestMessageProperty();
System\ServiceModel\Dispatcher\UriTemplateClientFormatter.cs (1)
106hrmp = new HttpRequestMessageProperty();
System\ServiceModel\Web\OutgoingWebRequestContext.cs (1)
94operationContext.OutgoingMessageProperties.Add(HttpRequestMessageProperty.Name, new HttpRequestMessageProperty());