ProxyCredentialType Class

Assembly
Cake.SSRS.dll
Namespace
Cake.SSRS
Base Types
  • Enum
graph BT Type-->Base0["Enum"] Type["ProxyCredentialType"] class Type type-node

Syntax

public sealed class ProxyCredentialType : Enum

Fields

Name Constant Value Summary
Basic 1
static
Digest 2
static
None 0
static
Ntlm 3
static
value__
Windows 4
static

Extension Methods

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