C# Class MSDNSWebAdmin.AppCode.AppSettings

Mostra file Open project: drorgl/MSDNSWebAdmin

Public Properties

Property Type Description
AlwaysLoggedOnDomain string
AlwaysLoggedOnPassword string
AlwaysLoggedOnUsername string
HTTPSOnly bool
LimitToServers string[]

Private Methods

Method Description
AppSettings ( ) : System

Property Details

AlwaysLoggedOnDomain public_oe static_oe property

public static string AlwaysLoggedOnDomain
return string

AlwaysLoggedOnPassword public_oe static_oe property

public static string AlwaysLoggedOnPassword
return string

AlwaysLoggedOnUsername public_oe static_oe property

public static string AlwaysLoggedOnUsername
return string

HTTPSOnly public_oe static_oe property

HTTPS only access to application
public static bool HTTPSOnly
return bool

LimitToServers public_oe static_oe property

AppSetting's LimitToServers

If this is set, no other servers are allowed

public static string[] LimitToServers
return string[]