1 write to _headers
System.ServiceModel.Http (1)
System\ServiceModel\Channels\HttpRequestMessageProperty.cs (1)
116_headers = new WebHeaderCollection();
3 references to _headers
System.ServiceModel.Http (3)
System\ServiceModel\Channels\HttpRequestMessageProperty.cs (3)
114if (_headers == null) 121_headers[headerKey] = _originalHeaders[headerKey]; 127return _headers;