UploadFileSettings Class

Summary

Contains settings for HttpAliases.
Namespace
Cake.Common.Net
Base Types
  • object
graph BT Type-->Base0["object"] Type["UploadFileSettings"] class Type type-node

Syntax

public sealed class UploadFileSettings

Properties

Name Value Summary
Password string
Gets or sets the password to use when uploading the file.
UseDefaultCredentials bool
Gets or sets a value indicating whether default credentials are sent when uploading the file.
Username string
Gets or sets the username to use when uploadingthe file.

Extension Methods

Name Value Summary
Dump<UploadFileSettings>() string
Get a basic string representation of specified object.
Requires the Cake.Incubator addin
IsIn<UploadFileSettings>(UploadFileSettings[]) bool
Checks if the source is contained in a list
Requires the Cake.Incubator addin
NotNull<UploadFileSettings>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Ftp addin
NotNull<UploadFileSettings>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Issues addin
ThrowIfNull<UploadFileSettings>(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<UploadFileSettings>(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