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