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