2 writes to _httpBackedProperty
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpRequestMessageProperty.cs (2)
33
_httpBackedProperty
= new HttpRequestMessageBackedProperty(httpRequestMessage);
188
requestProperty.
_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;
134
return
_httpBackedProperty
.HttpRequestMessage;
168
return
_httpBackedProperty
.CreateTraditionalRequestMessageProperty();
186
_httpBackedProperty
.MergeWithTraditionalProperty(requestProperty._traditionalProperty);
188
requestProperty._httpBackedProperty =
_httpBackedProperty
;