C# Class ServiceStack.Platforms.PlatformNet

Inheritance: System.Platform
Afficher le fichier Open project: ServiceStack/ServiceStack

Méthodes publiques

Méthode Description
GetAppConfigPath ( ) : string
GetRazorNamespaces ( ) : HashSet
InitHostConifg ( HostConfig config ) : void

Private Methods

Méthode Description
EnsureHandlerTypeAttribute ( System.Xml.Linq.XElement handler ) : string
ExtractHandlerPathFromWebServerConfigurationXml ( string rawXml ) : string
GetAppConfig ( ) : Configuration
InferHttpHandlerPath ( HostConfig config ) : void
SetPaths ( HostConfig config, string handlerPath, string locationPath ) : void
SetPathsFromConfiguration ( HostConfig config, System webConfig, string locationPath ) : void

Method Details

GetAppConfigPath() public méthode

public GetAppConfigPath ( ) : string
Résultat string

GetRazorNamespaces() public méthode

public GetRazorNamespaces ( ) : HashSet
Résultat HashSet

InitHostConifg() public méthode

public InitHostConifg ( HostConfig config ) : void
config HostConfig
Résultat void