DotNetNuGetPushSettings.

Timeout Property

Summary

Gets or sets a value indicating timeout for pushing to a server in seconds. Defaults to 300 seconds (5 minutes). Specifying 0 (zero seconds) applies the default value.

Syntax

public int? Timeout { get; set; }

Value

Type Description
int?