2 writes to _httpBackedProperty
System.ServiceModel.Http (2)
System\ServiceModel\Channels\HttpRequestMessageProperty.cs (2)
34_httpBackedProperty = new HttpRequestMessageBackedProperty(httpRequestMessage); 171requestProperty._httpBackedProperty = _httpBackedProperty;
11 references to _httpBackedProperty
System.ServiceModel.Http (11)
System\ServiceModel\Channels\HttpRequestMessageProperty.cs (11)
48_httpBackedProperty.Headers : 58_httpBackedProperty.Method : 71_httpBackedProperty.Method = value; 85_httpBackedProperty.QueryString : 98_httpBackedProperty.QueryString = value; 112_httpBackedProperty.SuppressEntityBody : 120_httpBackedProperty.SuppressEntityBody = value; 135return _httpBackedProperty.HttpRequestMessage; 151return _httpBackedProperty.CreateTraditionalRequestMessageProperty(); 169_httpBackedProperty.MergeWithTraditionalProperty(requestProperty._traditionalProperty); 171requestProperty._httpBackedProperty = _httpBackedProperty;