2 writes to traditionalProperty
System.ServiceModel (2)
System\ServiceModel\Channels\HttpRequestMessageProperty.cs (2)
26this.traditionalProperty = new TraditionalHttpRequestMessageProperty(httpHeaderProvider); 187requestProperty.traditionalProperty = null;
8 references to traditionalProperty
System.ServiceModel (8)
System\ServiceModel\Channels\HttpRequestMessageProperty.cs (8)
47this.traditionalProperty.Headers; 57this.traditionalProperty.Method; 73this.traditionalProperty.Method = value; 84this.traditionalProperty.QueryString; 101this.traditionalProperty.QueryString = value; 112this.traditionalProperty.SuppressEntityBody; 123this.traditionalProperty.SuppressEntityBody = value; 186this.httpBackedProperty.MergeWithTraditionalProperty(requestProperty.traditionalProperty);