1 write to headers
System.ServiceModel (1)
System\ServiceModel\Channels\HttpResponseMessageProperty.cs (1)
300
this.
headers
= new HttpHeadersWebHeaderCollection(this.HttpResponseMessage);
2 references to headers
System.ServiceModel (2)
System\ServiceModel\Channels\HttpResponseMessageProperty.cs (2)
298
if (this.
headers
== null)
303
return this.
headers
;