1 write to headers
System.ServiceModel (1)
System\ServiceModel\Channels\HttpRequestMessageProperty.cs (1)
226
this.
headers
= new WebHeaderCollection();
3 references to headers
System.ServiceModel (3)
System\ServiceModel\Channels\HttpRequestMessageProperty.cs (3)
224
if (this.
headers
== null)
229
this.httpHeaderProvider.CopyHeaders(this.
headers
);
234
return this.
headers
;