C# Class MSDNSWebAdmin.AppCode.AppSettings

Afficher le fichier Open project: drorgl/MSDNSWebAdmin

Méthodes publiques

Свойство Type Description
AlwaysLoggedOnDomain string
AlwaysLoggedOnPassword string
AlwaysLoggedOnUsername string
HTTPSOnly bool
LimitToServers string[]

Private Methods

Méthode Description
AppSettings ( ) : System

Property Details

AlwaysLoggedOnDomain public_oe static_oe property

public static string AlwaysLoggedOnDomain
Résultat string

AlwaysLoggedOnPassword public_oe static_oe property

public static string AlwaysLoggedOnPassword
Résultat string

AlwaysLoggedOnUsername public_oe static_oe property

public static string AlwaysLoggedOnUsername
Résultat string

HTTPSOnly public_oe static_oe property

HTTPS only access to application
public static bool HTTPSOnly
Résultat bool

LimitToServers public_oe static_oe property

AppSetting's LimitToServers

If this is set, no other servers are allowed

public static string[] LimitToServers
Résultat string[]