2 writes to _httpBackedProperty
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpRequestMessageProperty.cs (2)
33_httpBackedProperty = new HttpRequestMessageBackedProperty(httpRequestMessage); 188requestProperty._httpBackedProperty = _httpBackedProperty;
11 references to _httpBackedProperty
dotnet-svcutil-lib (11)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpRequestMessageProperty.cs (11)
47_httpBackedProperty.Headers : 57_httpBackedProperty.Method : 70_httpBackedProperty.Method = value; 84_httpBackedProperty.QueryString : 97_httpBackedProperty.QueryString = value; 111_httpBackedProperty.SuppressEntityBody : 119_httpBackedProperty.SuppressEntityBody = value; 134return _httpBackedProperty.HttpRequestMessage; 168return _httpBackedProperty.CreateTraditionalRequestMessageProperty(); 186_httpBackedProperty.MergeWithTraditionalProperty(requestProperty._traditionalProperty); 188requestProperty._httpBackedProperty = _httpBackedProperty;