System.Net.FtpWebRequest
namespace System.Net
{
public sealed class FtpWebRequest : WebRequest
{
public X509CertificateCollection ClientCertificates { get; set; }
public long ContentOffset { get; set; }
public new static RequestCachePolicy DefaultCachePolicy { get; set; }
public bool EnableSsl { get; set; }
public bool KeepAlive { get; set; }
public int ReadWriteTimeout { get; set; }
public string RenameTo { get; set; }
public ServicePoint ServicePoint { get; }
public bool UseBinary { get; set; }
public bool UsePassive { get; set; }
}
}