1 write to headers
System.ServiceModel (1)
System\ServiceModel\Channels\HttpResponseMessageProperty.cs (1)
246
this.
headers
= new WebHeaderCollection();
3 references to headers
System.ServiceModel (3)
System\ServiceModel\Channels\HttpResponseMessageProperty.cs (3)
244
if (this.
headers
== null)
249
this.
headers
.Add(originalHeaders);
254
return this.
headers
;