NuGetPushSettings.

Timeout Property

Summary

Gets or sets the timeout for pushing to a server. Defaults to 300 seconds (5 minutes).

Syntax

public TimeSpan? Timeout { get; set; }

Value

Type Description
TimeSpan? The timeout for pushing to a server.