2 writes to httpBackedProperty
System.ServiceModel (2)
System\ServiceModel\Channels\HttpResponseMessageProperty.cs (2)
33
this.
httpBackedProperty
= new HttpResponseMessageBackedProperty(httpResponseMessage);
213
responseProperty.
httpBackedProperty
= this.httpBackedProperty;
11 references to httpBackedProperty
System.ServiceModel (11)
System\ServiceModel\Channels\HttpResponseMessageProperty.cs (11)
47
this.
httpBackedProperty
.Headers :
57
this.
httpBackedProperty
.StatusCode :
72
this.
httpBackedProperty
.StatusCode = value;
96
this.
httpBackedProperty
.StatusDescription :
104
this.
httpBackedProperty
.StatusDescription = value;
118
this.
httpBackedProperty
.SuppressEntityBody :
126
this.
httpBackedProperty
.SuppressEntityBody = value;
159
return this.
httpBackedProperty
.HttpResponseMessage;
193
return this.
httpBackedProperty
.CreateTraditionalResponseMessageProperty();
211
this.
httpBackedProperty
.MergeWithTraditionalProperty(responseProperty.traditionalProperty);
213
responseProperty.httpBackedProperty = this.
httpBackedProperty
;