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