System.Net.FtpWebRequest.ServicePoint Property

Gets the System.Net.ServicePoint object used to connect to the FTP server.

Syntax

public ServicePoint ServicePoint { get; }

Value

Documentation for this section has not yet been entered.

Remarks

If no System.Net.ServicePoint object exists, one is created for the FTP server. To set the maximum number of connections that can be open for an FTP server, set the ServicePoint.ConnectionLimit property of the System.Net.ServicePoint instance returned by this property.

Requirements

Namespace: System.Net
Assembly: System (in System.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0