1 write to headers
System.ServiceModel (1)
System\ServiceModel\Channels\HttpRequestMessageProperty.cs (1)
278
this.
headers
= new HttpHeadersWebHeaderCollection(this.HttpRequestMessage);
2 references to headers
System.ServiceModel (2)
System\ServiceModel\Channels\HttpRequestMessageProperty.cs (2)
276
if (this.
headers
== null)
281
return this.
headers
;