C# Class ServiceStack.Platforms.PlatformNet

Inheritance: System.Platform
Mostrar archivo Open project: ServiceStack/ServiceStack

Public Methods

Method Description
GetAppConfigPath ( ) : string
GetRazorNamespaces ( ) : HashSet
InitHostConifg ( HostConfig config ) : void

Private Methods

Method 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 method

public GetAppConfigPath ( ) : string
return string

GetRazorNamespaces() public method

public GetRazorNamespaces ( ) : HashSet
return HashSet

InitHostConifg() public method

public InitHostConifg ( HostConfig config ) : void
config HostConfig
return void