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