DesktopFeature
Assembly: ServiceStack.Desktop.dll
View Source
Declaration
public class DesktopFeature : object, IPlugin, IPreInitPlugin, IHasStringId, IHasId<string>
Properties
Id
View Source
Declaration
public string Id { get; set; }
AccessRole
View Source
Declaration
public string AccessRole { get; set; }
ImportParams
View Source
Declaration
public List<string> ImportParams { get; }
ProxyConfigs
View Source
Declaration
public List<ProxyConfig> ProxyConfigs { get; set; }
AppName
View Source
Declaration
public string AppName { get; set; }
ServiceRoutes
View Source
Declaration
public Dictionary<Type, string[]> ServiceRoutes { get; set; }
Fields
DesktopFileRoutes
View Source
Declaration
public static string[] DesktopFileRoutes
DesktopDownloadUrlRoutes
View Source
Declaration
public static string[] DesktopDownloadUrlRoutes
Methods
BeforePluginsLoaded(IAppHost)
View Source
Declaration
public void BeforePluginsLoaded(IAppHost appHost)
Parameters
Type | Name |
---|---|
ServiceStack.IAppHost | appHost |
Register(IAppHost)
View Source
Declaration
public void Register(IAppHost appHost)
Parameters
Type | Name |
---|---|
ServiceStack.IAppHost | appHost |