1 instantiation of HttpClientTransportSink
System.Runtime.Remoting (1)
channels\http\httpclientchannel.cs (1)
387HttpClientTransportSink sink = new HttpClientTransportSink((HttpClientChannel)channel, url);
4 references to HttpClientTransportSink
System.Runtime.Remoting (4)
channels\http\httpclientchannel.cs (3)
387HttpClientTransportSink sink = new HttpClientTransportSink((HttpClientChannel)channel, url); 930private HttpClientTransportSink _transportSink; 937HttpClientTransportSink transportSink,
services\remotingclientproxy.cs (1)
113get { return HttpClientTransportSink.UserAgent;}