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