1 write to _timeout
System.Runtime.Remoting (1)
channels\http\httpclientchannel.cs (1)
98
case "timeout":
_timeout
= Convert.ToInt32(entry.Value, CultureInfo.InvariantCulture); break;
2 references to _timeout
System.Runtime.Remoting (2)
channels\http\httpclientchannel.cs (2)
135
_sinkProvider, new HttpClientTransportSinkProvider(
_timeout
));
258
sink.Next = new HttpClientTransportSinkProvider(
_timeout
);