2 writes to traditionalProperty
System.ServiceModel (2)
System\ServiceModel\Channels\HttpRequestMessageProperty.cs (2)
26
this.
traditionalProperty
= new TraditionalHttpRequestMessageProperty(httpHeaderProvider);
187
requestProperty.
traditionalProperty
= null;
8 references to traditionalProperty
System.ServiceModel (8)
System\ServiceModel\Channels\HttpRequestMessageProperty.cs (8)
47
this.
traditionalProperty
.Headers;
57
this.
traditionalProperty
.Method;
73
this.
traditionalProperty
.Method = value;
84
this.
traditionalProperty
.QueryString;
101
this.
traditionalProperty
.QueryString = value;
112
this.
traditionalProperty
.SuppressEntityBody;
123
this.
traditionalProperty
.SuppressEntityBody = value;
186
this.httpBackedProperty.MergeWithTraditionalProperty(requestProperty.
traditionalProperty
);