2 implementations of CopyHeaders
System.ServiceModel (2)
System\ServiceModel\Channels\HttpChannelHelpers.cs (1)
4240
public void
CopyHeaders
(WebHeaderCollection headers)
System\ServiceModel\Channels\HttpRequestContext.cs (1)
884
void HttpRequestMessageProperty.IHttpHeaderProvider.
CopyHeaders
(WebHeaderCollection headers)
1 reference to CopyHeaders
System.ServiceModel (1)
System\ServiceModel\Channels\HttpRequestMessageProperty.cs (1)
229
this.httpHeaderProvider.
CopyHeaders
(this.headers);