1 write to _timeout
System.Runtime.Remoting (1)
channels\http\httpclientchannel.cs (1)
98case "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)); 258sink.Next = new HttpClientTransportSinkProvider(_timeout);