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