2 writes to httpBackedProperty
System.ServiceModel (2)
System\ServiceModel\Channels\HttpRequestMessageProperty.cs (2)
32this.httpBackedProperty = new HttpRequestMessageBackedProperty(httpRequestMessage); 188requestProperty.httpBackedProperty = this.httpBackedProperty;
11 references to httpBackedProperty
System.ServiceModel (11)
System\ServiceModel\Channels\HttpRequestMessageProperty.cs (11)
46this.httpBackedProperty.Headers : 56this.httpBackedProperty.Method : 69this.httpBackedProperty.Method = value; 83this.httpBackedProperty.QueryString : 97this.httpBackedProperty.QueryString = value; 111this.httpBackedProperty.SuppressEntityBody : 119this.httpBackedProperty.SuppressEntityBody = value; 134return this.httpBackedProperty.HttpRequestMessage; 168return this.httpBackedProperty.CreateTraditionalRequestMessageProperty(); 186this.httpBackedProperty.MergeWithTraditionalProperty(requestProperty.traditionalProperty); 188requestProperty.httpBackedProperty = this.httpBackedProperty;