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