WebRequestPSCmdlet.ConnectionTimeoutSeconds Property

Definition

Gets or sets the ConnectionTimeoutSeconds property.

[System.Management.Automation.Alias(new System.String[] { "TimeoutSec" })]
[System.Management.Automation.Parameter]
[System.Management.Automation.ValidateRange(0, 2147483647)]
public virtual int ConnectionTimeoutSeconds { get; set; }
[<System.Management.Automation.Alias(new System.String[] { "TimeoutSec" })>]
[<System.Management.Automation.Parameter>]
[<System.Management.Automation.ValidateRange(0, 2147483647)>]
member this.ConnectionTimeoutSeconds : int with get, set
Public Overridable Property ConnectionTimeoutSeconds As Integer

Property Value

Attributes

Remarks

This property applies to sending the request and receiving the response headers only.

Applies to