1 write to _timeout
System.Runtime.Remoting (1)
channels\ipc\ipcclientchannel.cs (1)
416case ConnectionTimeoutKey: _timeout = Convert.ToInt32(value, CultureInfo.InvariantCulture);
2 references to _timeout
System.Runtime.Remoting (2)
channels\ipc\ipcclientchannel.cs (2)
291port = portCache.GetConnection(_portName, _channel.IsSecured, _tokenImpersonationLevel, _timeout); 395case ConnectionTimeoutKey: return _timeout;