C# Class System.Web.Configuration.HttpCapabilitiesBase

Show file Open project: kumpera/mono Class Usage Examples

Private Properties

Property Type Description
CreateCapabilityNotFoundException Exception
Get bool
GetTagWriter Type
InternalGetClrVersions void
ReadArrayList ArrayList
ReadBoolean bool
ReadDouble double
ReadInt32 int
ReadString string
ReadVersion Version
Set void

Public Methods

Method Description
GetClrVersions ( ) : Version[]
IsBrowser ( string browserName ) : bool

Private Methods

Method Description
CreateCapabilityNotFoundException ( string key ) : Exception
Get ( int idx ) : bool
GetTagWriter ( ) : Type
InternalGetClrVersions ( ) : void
ReadArrayList ( string key ) : ArrayList
ReadBoolean ( string key ) : bool
ReadDouble ( string key ) : double
ReadInt32 ( string key ) : int
ReadString ( string key ) : string
ReadVersion ( string key ) : Version
Set ( int idx ) : void

Method Details

GetClrVersions() public method

public GetClrVersions ( ) : Version[]
return Version[]

IsBrowser() public method

public IsBrowser ( string browserName ) : bool
browserName string
return bool