1 write to headers
System.ServiceModel (1)
System\ServiceModel\Channels\HttpRequestMessageProperty.cs (1)
226this.headers = new WebHeaderCollection();
3 references to headers
System.ServiceModel (3)
System\ServiceModel\Channels\HttpRequestMessageProperty.cs (3)
224if (this.headers == null) 229this.httpHeaderProvider.CopyHeaders(this.headers); 234return this.headers;