2 references to HandshakeTimeout
NuGet.Protocol (2)
Plugins\ConnectionOptions.cs (1)
136
var handshakeTimeoutInSeconds = reader.GetEnvironmentVariable(EnvironmentVariableConstants.
HandshakeTimeout
);
Plugins\Logging\EnvironmentVariablesLogMessage.cs (1)
21
_handshakeTimeout = Read(reader, EnvironmentVariableConstants.
HandshakeTimeout
);