1 instantiation of TraditionalHttpRequestMessageProperty
System.ServiceModel (1)
System\ServiceModel\Channels\HttpRequestMessageProperty.cs (1)
26this.traditionalProperty = new TraditionalHttpRequestMessageProperty(httpHeaderProvider);
4 references to TraditionalHttpRequestMessageProperty
System.ServiceModel (4)
System\ServiceModel\Channels\HttpRequestMessageProperty.cs (4)
14TraditionalHttpRequestMessageProperty traditionalProperty; 362if (this.Method != TraditionalHttpRequestMessageProperty.DefaultMethod) 373public void MergeWithTraditionalProperty(TraditionalHttpRequestMessageProperty propertyToMerge) 380if (propertyToMerge.QueryString != TraditionalHttpRequestMessageProperty.DefaultQueryString)