C# Class System.Web.Helpers.ServerInfo

Provides various info about ASP.NET server.
Show file Open project: drivenet/aspnetwebstack

Private Methods

Method Description
Configuration ( ) : string>.IDictionary
EnvironmentVariables ( ) : string>.IDictionary
GetHtml ( ) : HtmlString
HttpRuntimeInfo ( ) : string>.IDictionary
InsertWhiteSpace ( string s ) : string

Inserts spaces after ',' and ';' so table can be rendered properly.

LegacyCAS ( ) : string>.IDictionary
LegacyCAS ( AppDomain appDomain ) : string>.IDictionary
PrintInfoSection ( StringBuilder builder, string sectionTitle, string>.IDictionary entries ) : void

Renders a table section printing out rows and columns.

ServerVariables ( ) : string>.IDictionary
ServerVariables ( HttpContextBase context ) : string>.IDictionary