1 write to _headers
System.ServiceModel.Http (1)
System\ServiceModel\Channels\HttpRequestMessageProperty.cs (1)
209_headers = new WebHeaderCollection();
3 references to _headers
System.ServiceModel.Http (3)
System\ServiceModel\Channels\HttpRequestMessageProperty.cs (3)
207if (_headers == null) 214_headers[headerKey] = _originalHeaders[headerKey]; 220return _headers;