FtpsiteSettings Class

Assembly
Cake.IIS.dll
Namespace
Cake.IIS
Interfaces
Base Types
graph BT Type-->Base0["SiteSettings"] click Base0 "/api/Cake.IIS/SiteSettings" Base0-->Base1["Object"] Type-.->Interface0["IDirectorySettings"] click Interface0 "/api/Cake.IIS/IDirectorySettings" Type["FtpsiteSettings"] class Type type-node

Syntax

public class FtpsiteSettings : SiteSettings, IDirectorySettings

Constructors

Name Summary
FtpsiteSettings()

Properties

Name Value Summary
AlternateEnabledProtocols string
Inherited from SiteSettings
ApplicationPool ApplicationPoolSettings
Inherited from SiteSettings
Authentication AuthenticationSettings
Inherited from SiteSettings
Authorization AuthorizationSettings
Inherited from SiteSettings
Binding BindingSettings
Inherited from SiteSettings
ComputerName string
Inherited from SiteSettings
Name string
Inherited from SiteSettings
Overwrite bool
Inherited from SiteSettings
PhysicalDirectory DirectoryPath
Inherited from SiteSettings
ServerAutoStart bool
Inherited from SiteSettings
TraceFailedRequestsDirectory string
Inherited from SiteSettings
TraceFailedRequestsEnabled bool
Inherited from SiteSettings
TraceFailedRequestsMaxLogFiles long
Inherited from SiteSettings
WorkingDirectory DirectoryPath
Inherited from SiteSettings

Extension Methods

Name Value Summary
Dump<FtpsiteSettings>() string
Get a basic string representation of specified object.
Requires the Cake.Incubator addin
IsIn<FtpsiteSettings>(FtpsiteSettings[]) bool
Checks if the source is contained in a list
Requires the Cake.Incubator addin
NotNull<FtpsiteSettings>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Ftp addin
NotNull<FtpsiteSettings>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Issues addin
ThrowIfNull<FtpsiteSettings>(string, string) T
Throws a System.ArgumentNullException with a specific message if the value is null, otherwise returns the value
Requires the Cake.Incubator addin
ThrowIfNull<FtpsiteSettings>(string) T
Throws a System.ArgumentNullException if the value is null, otherwise returns the value
Requires the Cake.Incubator addin
ToDictionary() IDictionary<string, object>
Requires the Cake.DeployParams addin