2 writes to traditionalProperty
System.ServiceModel (2)
System\ServiceModel\Channels\HttpResponseMessageProperty.cs (2)
27this.traditionalProperty = new TraditionalHttpResponseMessageProperty(originalHeaders); 212responseProperty.traditionalProperty = null;
11 references to traditionalProperty
System.ServiceModel (11)
System\ServiceModel\Channels\HttpResponseMessageProperty.cs (11)
48this.traditionalProperty.Headers; 58this.traditionalProperty.StatusCode; 76this.traditionalProperty.StatusCode = value; 87this.traditionalProperty.HasStatusCodeBeenSet; 97this.traditionalProperty.StatusDescription; 108this.traditionalProperty.StatusDescription = value; 119this.traditionalProperty.SuppressEntityBody; 130this.traditionalProperty.SuppressEntityBody = value; 141this.traditionalProperty.SuppressPreamble; 148this.traditionalProperty.SuppressPreamble = value; 211this.httpBackedProperty.MergeWithTraditionalProperty(responseProperty.traditionalProperty);