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