WebRequestPSCmdlet.ConnectionTimeoutSeconds Property
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- Attributes
This property applies to sending the request and receiving the response headers only.