SYMBOL INDEX (6018 symbols across 954 files) FILE: CertificateInstaller/ProcessExtensions.cs class ProcessExtensions (line 10) | internal static class ProcessExtensions method GetCommandLine (line 12) | public static string GetCommandLine(this Process process) FILE: IIS.LanguageServer/Handlers/CompletionHandler.cs class CompletionHandler (line 7) | public class CompletionHandler method CompletionHandler (line 11) | public CompletionHandler(SchemaCache schemaCache) method GetCompletions (line 16) | public List GetCompletions(string elementPath, string ... class CompletionItem (line 50) | public class CompletionItem FILE: IIS.LanguageServer/Handlers/DiagnosticsHandler.cs class DiagnosticsHandler (line 6) | public class DiagnosticsHandler method DiagnosticsHandler (line 10) | public DiagnosticsHandler(SchemaCache schemaCache) method ValidateDocument (line 15) | public void ValidateDocument(string documentText, string uri) FILE: IIS.LanguageServer/Handlers/HoverHandler.cs class HoverHandler (line 5) | public class HoverHandler method HoverHandler (line 9) | public HoverHandler(SchemaCache schemaCache) method GetHoverInfo (line 14) | public string? GetHoverInfo(string elementPath, string? attributeName) FILE: IIS.LanguageServer/Handlers/TextDocumentSyncHandler.cs class TextDocumentSyncHandler (line 7) | public class TextDocumentSyncHandler method TextDocumentSyncHandler (line 12) | public TextDocumentSyncHandler(SchemaCache schemaCache) method HandleDidOpen (line 17) | public void HandleDidOpen(string uri, string text) method HandleDidChange (line 23) | public void HandleDidChange(string uri, string text) method HandleDidClose (line 29) | public void HandleDidClose(string uri) method GetDocumentContent (line 34) | public string? GetDocumentContent(string uri) FILE: IIS.LanguageServer/Language/XmlPositionAnalyzer.cs type XmlContext (line 8) | public record XmlContext( type ContextType (line 16) | public enum ContextType class XmlPositionAnalyzer (line 25) | public class XmlPositionAnalyzer method GetContext (line 27) | public static XmlContext GetContext(string documentText, int position) method ExtractElementPath (line 46) | private static string ExtractElementPath(string text) method ExtractCurrentElementName (line 73) | private static string? ExtractCurrentElementName(string text) method ExtractCurrentAttributeName (line 79) | private static string? ExtractCurrentAttributeName(string text) method ExtractCurrentAttributeValue (line 104) | private static string? ExtractCurrentAttributeValue(string text) method DetermineContextType (line 123) | private static ContextType DetermineContextType(string text) FILE: IIS.LanguageServer/Schema/SchemaCache.cs class SchemaCache (line 8) | public class SchemaCache method SchemaCache (line 12) | public SchemaCache() method GetSectionSchema (line 18) | public XElement? GetSectionSchema(string sectionName) method GetAvailableSchemas (line 24) | public List GetAvailableSchemas() method GetChildElementNames (line 29) | public List GetChildElementNames(string elementPath) method GetAttributeNames (line 66) | public List GetAttributeNames(string elementPath) method GetAttributeType (line 103) | public string? GetAttributeType(string elementPath, string attributeName) FILE: IIS.LanguageServer/Schema/SchemaLoader.cs class SchemaLoader (line 9) | public class SchemaLoader method FindSchemaFiles (line 11) | public static List FindSchemaFiles() method LoadAllSchemas (line 56) | public static Dictionary LoadAllSchemas() FILE: JexusManager.BreadCrumb.Demo/MainForm.cs class MainForm (line 8) | public partial class MainForm : Form method MainForm (line 13) | public MainForm() method InitializeNavigation (line 145) | private void InitializeNavigation() method ToolStripBreadcrumb_ItemClicked (line 159) | private void ToolStripBreadcrumb_ItemClicked(object sender, Breadcrumb... method Breadcrumb_ItemClicked (line 179) | private void Breadcrumb_ItemClicked(object sender, BreadcrumbItemClick... method NavigateButton_Click (line 191) | private void NavigateButton_Click(object sender, EventArgs e) method ResetButton_Click (line 224) | private void ResetButton_Click(object sender, EventArgs e) method UpdateContentPanel (line 229) | private void UpdateContentPanel(string content) method GetFullPath (line 268) | private string GetFullPath() method AddToNavigationHistory (line 285) | private void AddToNavigationHistory(string action) FILE: JexusManager.BreadCrumb.Demo/Program.cs class Program (line 6) | internal static class Program method Main (line 11) | [STAThread] FILE: JexusManager.Breadcrumb/BreadcrumbControl.cs class BreadcrumbControl (line 13) | [ToolboxItem(true)] method BreadcrumbControl (line 230) | public BreadcrumbControl() method Clear (line 251) | public void Clear() method AddItem (line 265) | public BreadcrumbItem AddItem(string text, object tag = null) method AddItem (line 280) | public BreadcrumbItem AddItem(string text, object tag = null, Image ic... method RemoveLastItem (line 291) | public void RemoveLastItem() method Dispose (line 307) | protected override void Dispose(bool disposing) method OnPaint (line 317) | protected override void OnPaint(PaintEventArgs e) method DrawBorder (line 526) | private void DrawBorder(Graphics g) method DrawScrollButtons (line 556) | private void DrawScrollButtons(Graphics g) method MeasureTotalItemsWidth (line 657) | private int MeasureTotalItemsWidth(Graphics g) method RoundedRectangle (line 687) | private GraphicsPath RoundedRectangle(Rectangle bounds, int radius) method OnMouseMove (line 713) | protected override void OnMouseMove(MouseEventArgs e) method OnMouseDown (line 766) | protected override void OnMouseDown(MouseEventArgs e) method OnMouseUp (line 788) | protected override void OnMouseUp(MouseEventArgs e) method OnMouseLeave (line 830) | protected override void OnMouseLeave(EventArgs e) method ScrollRight (line 851) | public void ScrollRight() method ScrollLeft (line 872) | public void ScrollLeft() method EnsureVisible (line 893) | public void EnsureVisible(int index) method GetFullPath (line 941) | public string GetFullPath() method EnterTextMode (line 964) | public void EnterTextMode() method ExitTextMode (line 1000) | public void ExitTextMode(bool applyChanges) method TryNavigateToPath (line 1025) | public bool TryNavigateToPath(string path) method PathTextBox_KeyDown (line 1079) | private void PathTextBox_KeyDown(object sender, KeyEventArgs e) method PathTextBox_LostFocus (line 1095) | private void PathTextBox_LostFocus(object sender, EventArgs e) method ShowDropdownMenu (line 1106) | private void ShowDropdownMenu(int itemIndex, Rectangle dropdownButtonB... method ContextMenu_Opening (line 1126) | private void ContextMenu_Opening(object sender, CancelEventArgs e) method ContextMenu_Closed (line 1178) | private void ContextMenu_Closed(object sender, ToolStripDropDownClosed... method DropdownMenuItem_Click (line 1186) | private void DropdownMenuItem_Click(object sender, EventArgs e) FILE: JexusManager.Breadcrumb/BreadcrumbItem.cs class BreadcrumbItem (line 9) | public class BreadcrumbItem method BreadcrumbItem (line 45) | public BreadcrumbItem(string text, object? tag = null, Image? icon = n... method ToString (line 55) | public override string ToString() FILE: JexusManager.Breadcrumb/BreadcrumbItemClickedEventArgs.cs class BreadcrumbItemClickedEventArgs (line 8) | public class BreadcrumbItemClickedEventArgs : EventArgs method BreadcrumbItemClickedEventArgs (line 25) | public BreadcrumbItemClickedEventArgs(BreadcrumbItem item, int index) FILE: JexusManager.Breadcrumb/BreadcrumbItemEventArgs.cs class BreadcrumbItemEventArgs (line 8) | public class BreadcrumbItemEventArgs : EventArgs method BreadcrumbItemEventArgs (line 25) | public BreadcrumbItemEventArgs(BreadcrumbItem item, int index) FILE: JexusManager.Breadcrumb/ToolStripBreadcrumbItem.cs class ToolStripBreadcrumbItem (line 10) | [ToolboxItem(true)] method ToolStripBreadcrumbItem (line 19) | public ToolStripBreadcrumbItem() : base(CreateControlInstance()) method CreateControlInstance (line 31) | private static Control CreateControlInstance() method OnSubscribeControlEvents (line 72) | protected override void OnSubscribeControlEvents(Control control) method OnUnsubscribeControlEvents (line 86) | protected override void OnUnsubscribeControlEvents(Control control) method BreadcrumbControl_ItemClicked (line 98) | private void BreadcrumbControl_ItemClicked(object sender, BreadcrumbIt... method Clear (line 111) | public void Clear() method AddItem (line 122) | public BreadcrumbItem AddItem(string text, object tag = null) method RemoveLastItem (line 130) | public void RemoveLastItem() FILE: JexusManager.Features.Access/AccessFeature.cs class AccessFeature (line 17) | internal class AccessFeature method AccessFeature (line 19) | public AccessFeature(Module module, ServerManager server, Application ... method DisplayErrorMessage (line 31) | protected void DisplayErrorMessage(Exception ex, ResourceManager resou... method GetService (line 37) | protected object GetService(Type type) method Load (line 42) | public void Load() method OnAccessSettingsSaved (line 53) | protected void OnAccessSettingsSaved() method ShowHelp (line 58) | public virtual bool ShowHelp() method CancelChanges (line 80) | public void CancelChanges() method ApplyChanges (line 85) | public bool ApplyChanges() FILE: JexusManager.Features.Access/AccessModule.cs class AccessModule (line 12) | internal class AccessModule : Module method Initialize (line 14) | protected override void Initialize(IServiceProvider serviceProvider, M... FILE: JexusManager.Features.Access/AccessModuleProvider.cs class AccessModuleProvider (line 11) | public class AccessModuleProvider : ModuleProvider method GetModuleDefinition (line 18) | public override ModuleDefinition GetModuleDefinition(IManagementContex... method SupportsScope (line 23) | public override bool SupportsScope(ManagementScope scope) FILE: JexusManager.Features.Access/AccessPage.Designer.cs class AccessPage (line 6) | partial class AccessPage method Dispose (line 17) | protected override void Dispose(bool disposing) method InitializeComponent (line 32) | private void InitializeComponent() FILE: JexusManager.Features.Access/AccessPage.cs class AccessPage (line 21) | internal partial class AccessPage : ModuleDialogPage class PageTaskList (line 23) | private sealed class PageTaskList : ShowHelpTaskList method PageTaskList (line 27) | public PageTaskList(AccessPage owner) method ShowHelp (line 32) | [Obfuscation(Exclude = true)] method AccessPage (line 44) | public AccessPage() method Initialize (line 49) | protected override void Initialize(object navigationData) method ShowHelp (line 60) | protected override bool ShowHelp() method SplitContainer1SplitterMoved (line 65) | private void SplitContainer1SplitterMoved(object sender, SplitterEvent... method ApplyChanges (line 73) | protected override bool ApplyChanges() method CancelChanges (line 101) | protected override void CancelChanges() method InformChanges (line 119) | private void InformChanges() method ClearChanges (line 130) | private void ClearChanges() method OnRefresh (line 150) | protected override void OnRefresh() method CbSslCheckedChanged (line 195) | private void CbSslCheckedChanged(object sender, EventArgs e) FILE: JexusManager.Features.Access/Properties/Resources.Designer.cs class Resources (line 22) | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resource... method Resources (line 31) | [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Mic... FILE: JexusManager.Features.Asp/AspFeature.cs class AspFeature (line 18) | internal class AspFeature class FeatureTaskList (line 20) | private sealed class FeatureTaskList : TaskList method FeatureTaskList (line 24) | public FeatureTaskList(AspFeature owner) method GetTaskItems (line 29) | public override ICollection GetTaskItems() method AspFeature (line 35) | public AspFeature(Module module) method DisplayErrorMessage (line 47) | protected void DisplayErrorMessage(Exception ex, ResourceManager resou... method GetService (line 53) | protected object GetService(Type type) method GetTaskList (line 58) | public TaskList GetTaskList() method Load (line 63) | public void Load() method OnAspSettingsSaved (line 73) | protected void OnAspSettingsSaved() method ShowHelp (line 78) | public virtual bool ShowHelp() method CancelChanges (line 108) | public void CancelChanges() method ApplyChanges (line 113) | public bool ApplyChanges() FILE: JexusManager.Features.Asp/AspItem.cs class AspItem (line 12) | internal class AspItem method AspItem (line 17) | public AspItem(ConfigurationElement element) method Apply (line 77) | public void Apply() class SessionProperties (line 241) | [TypeConverter(typeof(ExpandableObjectConverter))] method ToString (line 268) | public override string ToString() class ComPlusProperties (line 274) | [TypeConverter(typeof(ExpandableObjectConverter))] method ToString (line 319) | public override string ToString() class CachingProperties (line 325) | [TypeConverter(typeof(ExpandableObjectConverter))] method ToString (line 358) | public override string ToString() class DebuggingProperties (line 364) | [TypeConverter(typeof(ExpandableObjectConverter))] method ToString (line 421) | public override string ToString() class LimitsProperties (line 427) | [TypeConverter(typeof(ExpandableObjectConverter))] method ToString (line 472) | public override string ToString() FILE: JexusManager.Features.Asp/AspModule.cs class AspModule (line 13) | internal class AspModule : Module method Initialize (line 15) | protected override void Initialize(IServiceProvider serviceProvider, M... FILE: JexusManager.Features.Asp/AspModuleProvider.cs class AspModuleProvider (line 11) | public class AspModuleProvider : ModuleProvider method GetModuleDefinition (line 18) | public override ModuleDefinition GetModuleDefinition(IManagementContex... method SupportsScope (line 23) | public override bool SupportsScope(ManagementScope scope) FILE: JexusManager.Features.Asp/AspPage.Designer.cs class AspPage (line 6) | partial class AspPage method Dispose (line 17) | protected override void Dispose(bool disposing) method InitializeComponent (line 32) | private void InitializeComponent() FILE: JexusManager.Features.Asp/AspPage.cs class AspPage (line 16) | internal partial class AspPage : ModulePropertiesPage class PageTaskList (line 18) | private sealed class PageTaskList : ShowHelpTaskList method PageTaskList (line 22) | public PageTaskList(AspPage owner) method ShowHelp (line 27) | [Obfuscation(Exclude = true)] method AspPage (line 39) | public AspPage() method Initialize (line 44) | protected override void Initialize(object navigationData) method ShowHelp (line 55) | protected override bool ShowHelp() method SplitContainer1SplitterMoved (line 60) | private void SplitContainer1SplitterMoved(object sender, SplitterEvent... method ApplyChanges (line 68) | protected override bool ApplyChanges() method CancelChanges (line 87) | protected override void CancelChanges() method InformChanges (line 105) | private void InformChanges() method ClearChanges (line 116) | private void ClearChanges() method OnRefresh (line 137) | protected override void OnRefresh() method PgAspPropertyValueChanged (line 148) | private void PgAspPropertyValueChanged(object s, PropertyValueChangedE... method GetProperties (line 153) | protected override PropertyBag GetProperties() method UpdateProperties (line 158) | protected override PropertyBag UpdateProperties(out bool updateSuccess... method ProcessProperties (line 164) | protected override void ProcessProperties(PropertyBag properties) FILE: JexusManager.Features.Asp/Properties/Resources.Designer.cs class Resources (line 22) | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resource... method Resources (line 31) | [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Mic... FILE: JexusManager.Features.Authentication/AnonymousAuthenticationFeature.cs class AnonymousAuthenticationFeature (line 21) | internal class AnonymousAuthenticationFeature : AuthenticationFeature class FeatureTaskList (line 23) | private sealed class FeatureTaskList : TaskList method FeatureTaskList (line 27) | public FeatureTaskList(AnonymousAuthenticationFeature owner) method GetTaskItems (line 32) | public override ICollection GetTaskItems() method Enable (line 49) | [Obfuscation(Exclude = true)] method Disable (line 55) | [Obfuscation(Exclude = true)] method Edit (line 61) | [Obfuscation(Exclude = true)] method AnonymousAuthenticationFeature (line 70) | public AnonymousAuthenticationFeature(Module module) : base(module) method GetTaskList (line 74) | public override TaskList GetTaskList() method Load (line 79) | public override void Load() method Enable (line 87) | public void Enable() method Disable (line 96) | public void Disable() method Edit (line 105) | private void Edit() method ShowHelp (line 126) | public override bool ShowHelp() FILE: JexusManager.Features.Authentication/AnonymousEditDialog.Designer.cs class AnonymousEditDialog (line 6) | partial class AnonymousEditDialog method Dispose (line 17) | protected override void Dispose(bool disposing) method InitializeComponent (line 32) | private void InitializeComponent() FILE: JexusManager.Features.Authentication/AnonymousEditDialog.cs class AnonymousEditDialog (line 16) | public partial class AnonymousEditDialog : DialogForm method AnonymousEditDialog (line 18) | public AnonymousEditDialog(IServiceProvider serviceProvider, Anonymous... method SetButton (line 101) | private void SetButton() FILE: JexusManager.Features.Authentication/AnonymousItem.cs class AnonymousItem (line 9) | public class AnonymousItem method AnonymousItem (line 13) | public AnonymousItem(ConfigurationElement element) method Apply (line 23) | public void Apply() FILE: JexusManager.Features.Authentication/AuthenticationModule.cs class AuthenticationModule (line 12) | internal class AuthenticationModule : Module method Initialize (line 14) | protected override void Initialize(IServiceProvider serviceProvider, M... FILE: JexusManager.Features.Authentication/AuthenticationModuleProvider.cs class AuthenticationModuleProvider (line 11) | public class AuthenticationModuleProvider : ModuleProvider method GetModuleDefinition (line 18) | public override ModuleDefinition GetModuleDefinition(IManagementContex... method SupportsScope (line 23) | public override bool SupportsScope(ManagementScope scope) FILE: JexusManager.Features.Authentication/AuthenticationPage.Designer.cs class AuthenticationPage (line 6) | partial class AuthenticationPage method Dispose (line 17) | protected override void Dispose(bool disposing) method InitializeComponent (line 32) | private void InitializeComponent() FILE: JexusManager.Features.Authentication/AuthenticationPage.cs class AuthenticationPage (line 20) | internal sealed partial class AuthenticationPage : ModuleListPage class PageTaskList (line 22) | private sealed class PageTaskList : ShowHelpTaskList method PageTaskList (line 26) | public PageTaskList(AuthenticationPage owner) method ShowHelp (line 31) | [Obfuscation(Exclude = true)] class AuthenticationListViewItem (line 38) | private sealed class AuthenticationListViewItem : ListViewItem method AuthenticationListViewItem (line 43) | public AuthenticationListViewItem(AuthenticationFeature feature, Aut... method AuthenticationSettingsUpdated (line 54) | private void AuthenticationSettingsUpdated() method GetString (line 60) | private string GetString(AuthenticationType authenticationType) method AuthenticationPage (line 81) | public AuthenticationPage() method Initialize (line 86) | protected override void Initialize(object navigationData) method InitializeListPage (line 145) | protected override void InitializeListPage() method ListView1SelectedIndexChanged (line 159) | private void ListView1SelectedIndexChanged(object sender, EventArgs e) method ShowHelp (line 164) | protected override bool ShowHelp() method splitContainer1_SplitterMoved (line 175) | private void splitContainer1_SplitterMoved(object sender, SplitterEven... method CbGroup_SelectedIndexChanged (line 183) | private void CbGroup_SelectedIndexChanged(object sender, EventArgs e) FILE: JexusManager.Features.Authentication/BasicAuthenticationFeature.cs class BasicAuthenticationFeature (line 21) | internal class BasicAuthenticationFeature : AuthenticationFeature class FeatureTaskList (line 25) | private sealed class FeatureTaskList : TaskList method FeatureTaskList (line 29) | public FeatureTaskList(BasicAuthenticationFeature owner) method GetTaskItems (line 34) | public override ICollection GetTaskItems() method Enable (line 51) | [Obfuscation(Exclude = true)] method Disable (line 57) | [Obfuscation(Exclude = true)] method Edit (line 63) | [Obfuscation(Exclude = true)] method BasicAuthenticationFeature (line 70) | public BasicAuthenticationFeature(Module module) : base(module) method GetTaskList (line 74) | public override TaskList GetTaskList() method Load (line 79) | public override void Load() method Enable (line 87) | public void Enable() method Disable (line 96) | public void Disable() method Edit (line 105) | private void Edit() method ShowHelp (line 126) | public override bool ShowHelp() FILE: JexusManager.Features.Authentication/BasicEditDialog.Designer.cs class BasicEditDialog (line 6) | partial class BasicEditDialog method Dispose (line 17) | protected override void Dispose(bool disposing) method InitializeComponent (line 32) | private void InitializeComponent() FILE: JexusManager.Features.Authentication/BasicEditDialog.cs class BasicEditDialog (line 16) | public partial class BasicEditDialog : DialogForm method BasicEditDialog (line 18) | public BasicEditDialog(IServiceProvider serviceProvider, BasicItem exi... FILE: JexusManager.Features.Authentication/BasicItem.cs class BasicItem (line 9) | public class BasicItem method BasicItem (line 13) | public BasicItem(ConfigurationElement element) method Apply (line 23) | public void Apply() FILE: JexusManager.Features.Authentication/ClientCertificateAuthenticationFeature.cs class ClientCertificateAuthenticationFeature (line 20) | internal class ClientCertificateAuthenticationFeature : AuthenticationFe... class FeatureTaskList (line 22) | private sealed class FeatureTaskList : TaskList method FeatureTaskList (line 26) | public FeatureTaskList(ClientCertificateAuthenticationFeature owner) method GetTaskItems (line 31) | public override ICollection GetTaskItems() method Enable (line 47) | [Obfuscation(Exclude = true)] method Disable (line 53) | [Obfuscation(Exclude = true)] method ClientCertificateAuthenticationFeature (line 62) | public ClientCertificateAuthenticationFeature(Module module) : base(mo... method GetTaskList (line 66) | public override TaskList GetTaskList() method Load (line 71) | public override void Load() method Enable (line 79) | public void Enable() method Disable (line 88) | public void Disable() method ShowHelp (line 102) | public override bool ShowHelp() FILE: JexusManager.Features.Authentication/CredentialsDialog.Designer.cs class CredentialsDialog (line 6) | partial class CredentialsDialog method Dispose (line 17) | protected override void Dispose(bool disposing) method InitializeComponent (line 32) | private void InitializeComponent() FILE: JexusManager.Features.Authentication/CredentialsDialog.cs class CredentialsDialog (line 16) | public partial class CredentialsDialog : DialogForm method CredentialsDialog (line 18) | public CredentialsDialog(IServiceProvider serviceProvider, string name... FILE: JexusManager.Features.Authentication/DigestAuthenticationFeature.cs class DigestAuthenticationFeature (line 21) | internal class DigestAuthenticationFeature : AuthenticationFeature class FeatureTaskList (line 25) | private sealed class FeatureTaskList : TaskList method FeatureTaskList (line 29) | public FeatureTaskList(DigestAuthenticationFeature owner) method GetTaskItems (line 34) | public override ICollection GetTaskItems() method Enable (line 51) | [Obfuscation(Exclude = true)] method Disable (line 57) | [Obfuscation(Exclude = true)] method Edit (line 63) | [Obfuscation(Exclude = true)] method DigestAuthenticationFeature (line 70) | public DigestAuthenticationFeature(Module module) : base(module) method GetTaskList (line 74) | public override TaskList GetTaskList() method Load (line 79) | public override void Load() method Enable (line 87) | public void Enable() method Disable (line 96) | public void Disable() method Edit (line 105) | private void Edit() method ShowHelp (line 126) | public override bool ShowHelp() FILE: JexusManager.Features.Authentication/DigestEditDialog.Designer.cs class DigestEditDialog (line 6) | partial class DigestEditDialog method Dispose (line 17) | protected override void Dispose(bool disposing) method InitializeComponent (line 32) | private void InitializeComponent() FILE: JexusManager.Features.Authentication/DigestEditDialog.cs class DigestEditDialog (line 16) | public partial class DigestEditDialog : DialogForm method DigestEditDialog (line 18) | public DigestEditDialog(IServiceProvider serviceProvider, DigestItem i... FILE: JexusManager.Features.Authentication/DigestItem.cs class DigestItem (line 9) | public class DigestItem method DigestItem (line 13) | public DigestItem(ConfigurationElement element) method Apply (line 21) | public void Apply() FILE: JexusManager.Features.Authentication/FormsAuthenticationFeature.cs class FormsAuthenticationFeature (line 21) | internal class FormsAuthenticationFeature : AuthenticationFeature class FeatureTaskList (line 23) | private sealed class FeatureTaskList : TaskList method FeatureTaskList (line 27) | public FeatureTaskList(FormsAuthenticationFeature owner) method GetTaskItems (line 32) | public override ICollection GetTaskItems() method Enable (line 56) | [Obfuscation(Exclude = true)] method Disable (line 62) | [Obfuscation(Exclude = true)] method Edit (line 68) | [Obfuscation(Exclude = true)] method FormsAuthenticationFeature (line 77) | public FormsAuthenticationFeature(Module module) method GetTaskList (line 82) | public override TaskList GetTaskList() method Load (line 87) | public override void Load() method Enable (line 96) | public void Enable() method Disable (line 105) | public void Disable() method Edit (line 114) | private void Edit() method ShowHelp (line 134) | public override bool ShowHelp() FILE: JexusManager.Features.Authentication/FormsEditDialog.Designer.cs class FormsEditDialog (line 5) | partial class FormsEditDialog method Dispose (line 16) | protected override void Dispose(bool disposing) method InitializeComponent (line 31) | private void InitializeComponent() FILE: JexusManager.Features.Authentication/FormsEditDialog.cs class FormsEditDialog (line 16) | public partial class FormsEditDialog : DialogForm method FormsEditDialog (line 18) | public FormsEditDialog(IServiceProvider serviceProvider, FormsItem exi... FILE: JexusManager.Features.Authentication/FormsItem.cs class FormsItem (line 12) | public class FormsItem method FormsItem (line 16) | public FormsItem(ConfigurationElement element) method Apply (line 42) | public void Apply() FILE: JexusManager.Features.Authentication/ImpersonationEditDialog.Designer.cs class ImpersonationEditDialog (line 6) | partial class ImpersonationEditDialog method Dispose (line 17) | protected override void Dispose(bool disposing) method InitializeComponent (line 32) | private void InitializeComponent() FILE: JexusManager.Features.Authentication/ImpersonationEditDialog.cs class ImpersonationEditDialog (line 16) | public partial class ImpersonationEditDialog : DialogForm method ImpersonationEditDialog (line 18) | public ImpersonationEditDialog(IServiceProvider serviceProvider, Imper... method SetButton (line 104) | private void SetButton() FILE: JexusManager.Features.Authentication/ImpersonationFeature.cs class ImpersonationFeature (line 21) | internal class ImpersonationFeature : AuthenticationFeature class FeatureTaskList (line 23) | private sealed class FeatureTaskList : TaskList method FeatureTaskList (line 27) | public FeatureTaskList(ImpersonationFeature owner) method GetTaskItems (line 32) | public override ICollection GetTaskItems() method Enable (line 49) | [Obfuscation(Exclude = true)] method Disable (line 55) | [Obfuscation(Exclude = true)] method Edit (line 61) | [Obfuscation(Exclude = true)] method ImpersonationFeature (line 70) | public ImpersonationFeature(Module module) : base(module) method GetTaskList (line 74) | public override TaskList GetTaskList() method Load (line 79) | public override void Load() method Enable (line 87) | private void Enable() method Disable (line 96) | private void Disable() method Edit (line 105) | private void Edit() method ShowHelp (line 123) | public override bool ShowHelp() FILE: JexusManager.Features.Authentication/ImpersonationItem.cs class ImpersonationItem (line 9) | public class ImpersonationItem method ImpersonationItem (line 13) | public ImpersonationItem(ConfigurationElement element) method Apply (line 23) | public void Apply() FILE: JexusManager.Features.Authentication/Properties/Resources.Designer.cs class Resources (line 22) | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resource... method Resources (line 31) | [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Mic... FILE: JexusManager.Features.Authentication/ProviderItem.cs class ProviderItem (line 9) | public class ProviderItem method ProviderItem (line 13) | public ProviderItem(ConfigurationElement element) method Apply (line 26) | public void Apply() FILE: JexusManager.Features.Authentication/ProvidersDialog.Designer.cs class ProvidersDialog (line 6) | partial class ProvidersDialog method Dispose (line 17) | protected override void Dispose(bool disposing) method InitializeComponent (line 32) | private void InitializeComponent() FILE: JexusManager.Features.Authentication/ProvidersDialog.cs class ProvidersDialog (line 16) | public partial class ProvidersDialog : DialogForm method ProvidersDialog (line 20) | public ProvidersDialog(IServiceProvider serviceProvider, WindowsItem i... FILE: JexusManager.Features.Authentication/WindowsAdvancedDialog.Designer.cs class WindowsAdvancedDialog (line 6) | partial class WindowsAdvancedDialog method Dispose (line 17) | protected override void Dispose(bool disposing) method InitializeComponent (line 32) | private void InitializeComponent() FILE: JexusManager.Features.Authentication/WindowsAdvancedDialog.cs class WindowsAdvancedDialog (line 15) | public partial class WindowsAdvancedDialog : DialogForm method WindowsAdvancedDialog (line 17) | public WindowsAdvancedDialog(IServiceProvider serviceProvider, Windows... FILE: JexusManager.Features.Authentication/WindowsAuthenticationFeature.cs class WindowsAuthenticationFeature (line 20) | internal class WindowsAuthenticationFeature : AuthenticationFeature class FeatureTaskList (line 24) | private sealed class FeatureTaskList : TaskList method FeatureTaskList (line 28) | public FeatureTaskList(WindowsAuthenticationFeature owner) method GetTaskItems (line 33) | public override ICollection GetTaskItems() method Enable (line 52) | [Obfuscation(Exclude = true)] method Disable (line 58) | [Obfuscation(Exclude = true)] method Edit (line 64) | [Obfuscation(Exclude = true)] method Providers (line 70) | [Obfuscation(Exclude = true)] method WindowsAuthenticationFeature (line 77) | public WindowsAuthenticationFeature(Module module) : base(module) method GetTaskList (line 81) | public override TaskList GetTaskList() method Load (line 86) | public override void Load() method Enable (line 94) | public void Enable() method Disable (line 103) | public void Disable() method Edit (line 112) | private void Edit() method Providers (line 128) | private void Providers() method ShowHelp (line 149) | public override bool ShowHelp() FILE: JexusManager.Features.Authentication/WindowsItem.cs class WindowsItem (line 12) | public class WindowsItem method WindowsItem (line 16) | public WindowsItem(ConfigurationElement element) method Apply (line 36) | public void Apply() FILE: JexusManager.Features.Authorization/AuthorizationFeature.cs class AuthorizationFeature (line 33) | internal class AuthorizationFeature : FeatureBase class FeatureTaskList (line 35) | private sealed class FeatureTaskList : DefaultTaskList method FeatureTaskList (line 39) | public FeatureTaskList(AuthorizationFeature owner) method GetTaskItems (line 44) | public override ICollection GetTaskItems() method AddAllow (line 59) | [Obfuscation(Exclude = true)] method AddDeny (line 65) | [Obfuscation(Exclude = true)] method Remove (line 71) | [Obfuscation(Exclude = true)] method Set (line 77) | [Obfuscation(Exclude = true)] method AuthorizationFeature (line 84) | public AuthorizationFeature(Module module) method GetTaskList (line 95) | public TaskList GetTaskList() method GetCollection (line 100) | protected override ConfigurationElementCollection GetCollection(IConfi... method Load (line 106) | public void Load() method AddAllow (line 111) | public void AddAllow() method AddDeny (line 122) | public void AddDeny() method Remove (line 133) | public void Remove() method Edit (line 147) | public void Edit() method OnSettingsSaved (line 158) | protected override void OnSettingsSaved() method ShowHelp (line 163) | public virtual bool ShowHelp() FILE: JexusManager.Features.Authorization/AuthorizationModule.cs class AuthorizationModule (line 12) | internal class AuthorizationModule : Module method Initialize (line 14) | protected override void Initialize(IServiceProvider serviceProvider, M... FILE: JexusManager.Features.Authorization/AuthorizationModuleProvider.cs class AuthorizationModuleProvider (line 11) | public class AuthorizationModuleProvider : ModuleProvider method GetModuleDefinition (line 18) | public override ModuleDefinition GetModuleDefinition(IManagementContex... method SupportsScope (line 23) | public override bool SupportsScope(ManagementScope scope) FILE: JexusManager.Features.Authorization/AuthorizationPage.Designer.cs class AuthorizationPage (line 6) | partial class AuthorizationPage method Dispose (line 17) | protected override void Dispose(bool disposing) method InitializeComponent (line 32) | private void InitializeComponent() FILE: JexusManager.Features.Authorization/AuthorizationPage.cs class AuthorizationPage (line 18) | internal partial class AuthorizationPage : ModuleListPage class PageTaskList (line 20) | private sealed class PageTaskList : ShowHelpTaskList method PageTaskList (line 24) | public PageTaskList(AuthorizationPage owner) method ShowHelp (line 29) | [Obfuscation(Exclude = true)] class AuthorizationListViewItem (line 36) | private sealed class AuthorizationListViewItem : ListViewItem, IFeatur... method AuthorizationListViewItem (line 42) | public AuthorizationListViewItem(AuthorizationRule item, Authorizati... method AuthorizationPage (line 57) | public AuthorizationPage() method Initialize (line 70) | protected override void Initialize(object navigationData) method InitializeListPage (line 81) | protected override void InitializeListPage() method Refresh (line 106) | protected override void Refresh() method ListView1_KeyDown (line 112) | private void ListView1_KeyDown(object sender, KeyEventArgs e) method ListView1_MouseDoubleClick (line 120) | private void ListView1_MouseDoubleClick(object sender, MouseEventArgs e) method ListView1_SelectedIndexChanged (line 125) | private void ListView1_SelectedIndexChanged(object sender, EventArgs e) method ShowHelp (line 131) | protected override bool ShowHelp() FILE: JexusManager.Features.Authorization/AuthorizationRule.cs class AuthorizationRule (line 9) | internal class AuthorizationRule : IItem method AuthorizationRule (line 11) | public AuthorizationRule(ConfigurationElement element) method Equals (line 47) | public bool Equals(AuthorizationRule other) method Apply (line 53) | public void Apply() method Match (line 61) | public bool Match(AuthorizationRule other) FILE: JexusManager.Features.Authorization/NewRuleDialog.Designer.cs class NewRuleDialog (line 6) | sealed partial class NewRuleDialog method Dispose (line 17) | protected override void Dispose(bool disposing) method InitializeComponent (line 32) | private void InitializeComponent() FILE: JexusManager.Features.Authorization/NewRuleDialog.cs class NewRuleDialog (line 16) | internal sealed partial class NewRuleDialog : DialogForm method NewRuleDialog (line 18) | public NewRuleDialog(IServiceProvider serviceProvider, AuthorizationRu... FILE: JexusManager.Features.Authorization/Properties/Resources.Designer.cs class Resources (line 22) | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resource... method Resources (line 31) | [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Mic... FILE: JexusManager.Features.Caching/CachingAdvancedDialog.Designer.cs class CachingAdvancedDialog (line 6) | internal partial class CachingAdvancedDialog method Dispose (line 17) | protected override void Dispose(bool disposing) method InitializeComponent (line 32) | private void InitializeComponent() FILE: JexusManager.Features.Caching/CachingAdvancedDialog.cs class CachingAdvancedDialog (line 15) | internal partial class CachingAdvancedDialog : DialogForm method CachingAdvancedDialog (line 17) | public CachingAdvancedDialog(IServiceProvider serviceProvider, Caching... FILE: JexusManager.Features.Caching/CachingFeature.cs class CachingFeature (line 33) | internal class CachingFeature : FeatureBase class FeatureTaskList (line 35) | private sealed class FeatureTaskList : DefaultTaskList method FeatureTaskList (line 39) | public FeatureTaskList(CachingFeature owner) method GetTaskItems (line 44) | public override ICollection GetTaskItems() method Add (line 60) | [Obfuscation(Exclude = true)] method Remove (line 66) | [Obfuscation(Exclude = true)] method Edit (line 72) | [Obfuscation(Exclude = true)] method Set (line 78) | [Obfuscation(Exclude = true)] method CachingFeature (line 85) | public CachingFeature(Module module) method GetTaskList (line 96) | public TaskList GetTaskList() method Load (line 101) | public void Load() method Add (line 106) | public void Add() method Set (line 117) | public void Set() method Remove (line 133) | public void Remove() method Edit (line 147) | public void Edit() method DoubleClick (line 152) | protected override void DoubleClick(CachingItem item) method InitializeGrouping (line 163) | public override void InitializeGrouping(ToolStripComboBox cbGroup) method GetGroupKey (line 168) | public override string GetGroupKey(ListViewItem item, string selectedG... method GetCollection (line 179) | protected override ConfigurationElementCollection GetCollection(IConfi... method OnSettingsSaved (line 185) | protected override void OnSettingsSaved() method ShowHelp (line 190) | public virtual bool ShowHelp() FILE: JexusManager.Features.Caching/CachingItem.cs class CachingItem (line 11) | internal class CachingItem : IItem method CachingItem (line 13) | public CachingItem(ConfigurationElement element) method Equals (line 47) | public bool Equals(CachingItem other) method Apply (line 53) | public void Apply() method Match (line 63) | public bool Match(CachingItem other) FILE: JexusManager.Features.Caching/CachingModule.cs class CachingModule (line 12) | internal class CachingModule : Module method Initialize (line 14) | protected override void Initialize(IServiceProvider serviceProvider, M... FILE: JexusManager.Features.Caching/CachingModuleProvider.cs class CachingModuleProvider (line 11) | public class CachingModuleProvider : ModuleProvider method GetModuleDefinition (line 18) | public override ModuleDefinition GetModuleDefinition(IManagementContex... method SupportsScope (line 23) | public override bool SupportsScope(ManagementScope scope) FILE: JexusManager.Features.Caching/CachingPage.Designer.cs class CachingPage (line 6) | partial class CachingPage method Dispose (line 17) | protected override void Dispose(bool disposing) method InitializeComponent (line 32) | private void InitializeComponent() FILE: JexusManager.Features.Caching/CachingPage.cs class CachingPage (line 18) | internal partial class CachingPage : ModuleListPage class PageTaskList (line 20) | private sealed class PageTaskList : ShowHelpTaskList method PageTaskList (line 24) | public PageTaskList(CachingPage owner) method ShowHelp (line 29) | [Obfuscation(Exclude = true)] class CachingListViewItem (line 36) | private sealed class CachingListViewItem : ListViewItem, IFeatureListV... method CachingListViewItem (line 42) | public CachingListViewItem(CachingItem item, CachingPage page) method ToString (line 52) | private static string ToString(long policy) method CachingPage (line 73) | public CachingPage() method Initialize (line 78) | protected override void Initialize(object navigationData) method InitializeListPage (line 89) | protected override void InitializeListPage() method Refresh (line 115) | protected override void Refresh() method ListView1KeyDown (line 121) | private void ListView1KeyDown(object sender, KeyEventArgs e) method ListView1MouseDoubleClick (line 129) | private void ListView1MouseDoubleClick(object sender, MouseEventArgs e) method ListView1SelectedIndexChanged (line 134) | private void ListView1SelectedIndexChanged(object sender, EventArgs e) method CbGroupSelectedIndexChanged (line 140) | private void CbGroupSelectedIndexChanged(object sender, EventArgs e) method ShowHelp (line 148) | protected override bool ShowHelp() FILE: JexusManager.Features.Caching/CachingSettingsDialog.Designer.cs class CachingSettingsDialog (line 6) | internal partial class CachingSettingsDialog method Dispose (line 17) | protected override void Dispose(bool disposing) method InitializeComponent (line 32) | private void InitializeComponent() FILE: JexusManager.Features.Caching/CachingSettingsDialog.cs class CachingSettingsDialog (line 16) | internal partial class CachingSettingsDialog : DialogForm method CachingSettingsDialog (line 18) | public CachingSettingsDialog(IServiceProvider serviceProvider, Configu... FILE: JexusManager.Features.Caching/NewCachingDialog.Designer.cs class NewCachingDialog (line 6) | sealed partial class NewCachingDialog method Dispose (line 17) | protected override void Dispose(bool disposing) method InitializeComponent (line 32) | private void InitializeComponent() FILE: JexusManager.Features.Caching/NewCachingDialog.cs class NewCachingDialog (line 17) | internal sealed partial class NewCachingDialog : DialogForm method NewCachingDialog (line 19) | public NewCachingDialog(IServiceProvider serviceProvider, CachingItem ... FILE: JexusManager.Features.Caching/Properties/Resources.Designer.cs class Resources (line 22) | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resource... method Resources (line 31) | [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Mic... FILE: JexusManager.Features.Certificates/CertificatesFeature.cs class CertificatesFeature (line 34) | public class CertificatesFeature : FeatureBase class FeatureTaskList (line 38) | private sealed class FeatureTaskList : DefaultTaskList method FeatureTaskList (line 42) | public FeatureTaskList(CertificatesFeature owner) method GetTaskItems (line 50) | public override ICollection GetTaskItems() method Import (line 143) | [Obfuscation(Exclude = true)] method View (line 149) | [Obfuscation(Exclude = true)] method Export (line 155) | [Obfuscation(Exclude = true)] method Renew (line 161) | [Obfuscation(Exclude = true)] method Remove (line 167) | [Obfuscation(Exclude = true)] method CreateRequest (line 173) | [Obfuscation(Exclude = true)] method Complete (line 179) | [Obfuscation(Exclude = true)] method CreateDomain (line 185) | [Obfuscation(Exclude = true)] method CreateSelf (line 191) | [Obfuscation(Exclude = true)] method Enable (line 197) | [Obfuscation(Exclude = true)] method Disable (line 203) | [Obfuscation(Exclude = true)] method Trust (line 209) | [Obfuscation(Exclude = true)] method CertificatesFeature (line 216) | public CertificatesFeature(Microsoft.Web.Management.Client.Module module) method GetTaskList (line 227) | public TaskList GetTaskList() method Load (line 232) | public void Load() method Import (line 284) | public void Import() method Remove (line 298) | public void Remove() method DeleteCertificate (line 312) | private void DeleteCertificate() method OnCertificatesSettingsSaved (line 355) | protected void OnCertificatesSettingsSaved() method ShowHelp (line 360) | public virtual bool ShowHelp() method Disable (line 366) | private void Disable() method Enable (line 370) | private void Enable() method CreateSelf (line 374) | private void CreateSelf() method CreateDomain (line 388) | private void CreateDomain() method Complete (line 392) | private void Complete() method CreateRequest (line 406) | private void CreateRequest() method Export (line 412) | private void Export() method Renew (line 418) | private void Renew() method View (line 424) | internal void View() method DoubleClick (line 429) | protected override void DoubleClick(CertificatesItem item) method InitializeGrouping (line 434) | public override void InitializeGrouping(ToolStripComboBox cbGroup) method GetGroupKey (line 439) | public override string GetGroupKey(ListViewItem item, string selectedG... method Trust (line 454) | private void Trust() method GetCollection (line 483) | protected override ConfigurationElementCollection GetCollection(IConfi... method OnSettingsSaved (line 488) | protected override void OnSettingsSaved() FILE: JexusManager.Features.Certificates/CertificatesItem.cs class CertificatesItem (line 10) | public class CertificatesItem : IItem method CertificatesItem (line 12) | public CertificatesItem(X509Certificate2 certificate, string store, Ce... method Apply (line 25) | public void Apply() method Equals (line 29) | public bool Equals(CertificatesItem other) method Equals (line 34) | public bool Equals(X509Certificate2 other) method Match (line 39) | public bool Match(CertificatesItem other) FILE: JexusManager.Features.Certificates/CertificatesModule.cs class CertificatesModule (line 13) | internal class CertificatesModule : Module method Initialize (line 15) | protected override void Initialize(IServiceProvider serviceProvider, M... FILE: JexusManager.Features.Certificates/CertificatesModuleProvider.cs class CertificatesModuleProvider (line 11) | public class CertificatesModuleProvider : ModuleProvider method GetModuleDefinition (line 18) | public override ModuleDefinition GetModuleDefinition(IManagementContex... method SupportsScope (line 23) | public override bool SupportsScope(ManagementScope scope) FILE: JexusManager.Features.Certificates/CertificatesPage.Designer.cs class CertificatesPage (line 6) | partial class CertificatesPage method Dispose (line 17) | protected override void Dispose(bool disposing) method InitializeComponent (line 32) | private void InitializeComponent() FILE: JexusManager.Features.Certificates/CertificatesPage.cs class CertificatesPage (line 19) | public partial class CertificatesPage : ModuleListPage class PageTaskList (line 21) | private sealed class PageTaskList : ShowHelpTaskList method PageTaskList (line 25) | public PageTaskList(CertificatesPage owner) method ShowHelp (line 30) | [Obfuscation(Exclude = true)] class CertificatesListViewItem (line 37) | private sealed class CertificatesListViewItem : ListViewItem, IFeature... method CertificatesListViewItem (line 42) | public CertificatesListViewItem(CertificatesItem item, CertificatesP... method CertificatesPage (line 58) | public CertificatesPage() method Initialize (line 65) | protected override void Initialize(object navigationData) method InitializeListPage (line 76) | protected override void InitializeListPage() method Refresh (line 102) | protected override void Refresh() method ListView1_KeyDown (line 108) | private void ListView1_KeyDown(object sender, KeyEventArgs e) method ListView1_MouseDoubleClick (line 116) | private void ListView1_MouseDoubleClick(object sender, MouseEventArgs e) method listView1_SelectedIndexChanged (line 121) | private void listView1_SelectedIndexChanged(object sender, EventArgs e) method CbGroup_SelectedIndexChanged (line 127) | private void CbGroup_SelectedIndexChanged(object sender, EventArgs e) method ShowHelp (line 132) | protected override bool ShowHelp() method splitContainer1_SplitterMoved (line 138) | private void splitContainer1_SplitterMoved(object sender, SplitterEven... FILE: JexusManager.Features.Certificates/CompleteRequestDialog.Designer.cs class CompleteRequestDialog (line 6) | partial class CompleteRequestDialog method Dispose (line 17) | protected override void Dispose(bool disposing) method InitializeComponent (line 32) | private void InitializeComponent() FILE: JexusManager.Features.Certificates/CompleteRequestDialog.cs class CompleteRequestDialog (line 25) | public partial class CompleteRequestDialog : DialogForm method CompleteRequestDialog (line 29) | public CompleteRequestDialog(IServiceProvider serviceProvider, Certifi... method Install (line 135) | private void Install(string p12File, string p12pwd) FILE: JexusManager.Features.Certificates/ExportCertificateDialog.Designer.cs class ExportCertificateDialog (line 6) | partial class ExportCertificateDialog method Dispose (line 17) | protected override void Dispose(bool disposing) method InitializeComponent (line 32) | private void InitializeComponent() FILE: JexusManager.Features.Certificates/ExportCertificateDialog.cs class ExportCertificateDialog (line 17) | internal partial class ExportCertificateDialog : DialogForm method ExportCertificateDialog (line 19) | public ExportCertificateDialog(X509Certificate certificate2, IServiceP... FILE: JexusManager.Features.Certificates/ImportCertificateDialog.Designer.cs class ImportCertificateDialog (line 6) | partial class ImportCertificateDialog method Dispose (line 17) | protected override void Dispose(bool disposing) method InitializeComponent (line 32) | private void InitializeComponent() FILE: JexusManager.Features.Certificates/ImportCertificateDialog.cs class ImportCertificateDialog (line 31) | internal partial class ImportCertificateDialog : DialogForm method ImportCertificateDialog (line 35) | public ImportCertificateDialog(IServiceProvider serviceProvider, Certi... method Install (line 136) | private void Install(string fileName, string password) FILE: JexusManager.Features.Certificates/Properties/Resources.Designer.cs class Resources (line 22) | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resource... method Resources (line 31) | [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Mic... FILE: JexusManager.Features.Certificates/SelfCertificateDialog.Designer.cs class SelfCertificateDialog (line 6) | partial class SelfCertificateDialog method Dispose (line 17) | protected override void Dispose(bool disposing) method InitializeComponent (line 32) | private void InitializeComponent() FILE: JexusManager.Features.Certificates/SelfCertificateDialog.cs class SelfCertificateDialog (line 34) | internal partial class SelfCertificateDialog : DialogForm method SelfCertificateDialog (line 38) | public SelfCertificateDialog(IServiceProvider serviceProvider, Certifi... FILE: JexusManager.Features.Certificates/Wizards/CertificateRenewWizard/CertificateRenewWizard.Designer.cs class CertificateRenewWizard (line 5) | partial class CertificateRenewWizard method Dispose (line 16) | protected override void Dispose(bool disposing) method InitializeComponent (line 31) | private void InitializeComponent() FILE: JexusManager.Features.Certificates/Wizards/CertificateRenewWizard/CertificateRenewWizard.cs class CertificateRenewWizard (line 23) | internal partial class CertificateRenewWizard : DefaultWizardForm method CertificateRenewWizard (line 29) | public CertificateRenewWizard(X509Certificate2 existing, IServiceProvi... method CompleteWizard (line 43) | protected override void CompleteWizard() method GetWizardPages (line 171) | protected override WizardPage[] GetWizardPages() method ShowHelp (line 180) | protected override void ShowHelp() FILE: JexusManager.Features.Certificates/Wizards/CertificateRenewWizard/CertificateRenewWizardData.cs class CertificateRenewWizardData (line 7) | internal class CertificateRenewWizardData FILE: JexusManager.Features.Certificates/Wizards/CertificateRenewWizard/FinishPage.Designer.cs class FinishPage (line 6) | partial class FinishPage method Dispose (line 17) | protected override void Dispose(bool disposing) method InitializeComponent (line 32) | private void InitializeComponent() FILE: JexusManager.Features.Certificates/Wizards/CertificateRenewWizard/FinishPage.cs class FinishPage (line 9) | public partial class FinishPage : DefaultWizardPage method FinishPage (line 13) | public FinishPage() method txtPath_TextChanged (line 20) | private void txtPath_TextChanged(object sender, EventArgs e) method Activate (line 31) | protected override void Activate() method btnBrowse_Click (line 41) | private void btnBrowse_Click(object sender, EventArgs e) method FileStyle_Changed (line 46) | private void FileStyle_Changed(object sender, EventArgs e) FILE: JexusManager.Features.Certificates/Wizards/CertificateRenewWizard/OptionsPage.Designer.cs class OptionsPage (line 6) | partial class OptionsPage method Dispose (line 17) | protected override void Dispose(bool disposing) method InitializeComponent (line 32) | private void InitializeComponent() FILE: JexusManager.Features.Certificates/Wizards/CertificateRenewWizard/OptionsPage.cs class OptionsPage (line 9) | public partial class OptionsPage : DefaultWizardPage method OptionsPage (line 11) | public OptionsPage() method Option_Click (line 17) | private void Option_Click(object sender, EventArgs e) FILE: JexusManager.Features.Certificates/Wizards/CertificateRequestWizard/CertificateRequestWizard.Designer.cs class CertificateRequestWizard (line 5) | partial class CertificateRequestWizard method Dispose (line 16) | protected override void Dispose(bool disposing) method InitializeComponent (line 31) | private void InitializeComponent() FILE: JexusManager.Features.Certificates/Wizards/CertificateRequestWizard/CertificateRequestWizard.cs class CertificateRequestWizard (line 25) | internal partial class CertificateRequestWizard : DefaultWizardForm method CertificateRequestWizard (line 30) | public CertificateRequestWizard(IServiceProvider serviceProvider, Cert... method CompleteWizard (line 43) | protected override void CompleteWizard() method GetWizardPages (line 181) | protected override WizardPage[] GetWizardPages() method ShowHelp (line 196) | protected override void ShowHelp() FILE: JexusManager.Features.Certificates/Wizards/CertificateRequestWizard/CertificateRequestWizardData.cs class CertificateRequestWizardData (line 7) | internal class CertificateRequestWizardData FILE: JexusManager.Features.Certificates/Wizards/CertificateRequestWizard/FinishPage.Designer.cs class FinishPage (line 6) | partial class FinishPage method Dispose (line 17) | protected override void Dispose(bool disposing) method InitializeComponent (line 32) | private void InitializeComponent() FILE: JexusManager.Features.Certificates/Wizards/CertificateRequestWizard/FinishPage.cs class FinishPage (line 10) | public partial class FinishPage : DefaultWizardPage method FinishPage (line 14) | public FinishPage() method txtPath_TextChanged (line 21) | private void txtPath_TextChanged(object sender, EventArgs e) method Activate (line 32) | protected override void Activate() method btnBrowse_Click (line 42) | private void btnBrowse_Click(object sender, EventArgs e) method FileStyle_Changed (line 47) | private void FileStyle_Changed(object sender, EventArgs e) FILE: JexusManager.Features.Certificates/Wizards/CertificateRequestWizard/KeysPage.Designer.cs class KeysPage (line 6) | partial class KeysPage method Dispose (line 17) | protected override void Dispose(bool disposing) method InitializeComponent (line 32) | private void InitializeComponent() FILE: JexusManager.Features.Certificates/Wizards/CertificateRequestWizard/KeysPage.cs class KeysPage (line 9) | public partial class KeysPage : DefaultWizardPage method KeysPage (line 11) | public KeysPage() method Activate (line 17) | protected override void Activate() method CbProviderSelectedIndexChanged (line 24) | private void CbProviderSelectedIndexChanged(object sender, EventArgs e) method CbLengthSelectedIndexChanged (line 46) | private void CbLengthSelectedIndexChanged(object sender, EventArgs e) FILE: JexusManager.Features.Certificates/Wizards/CertificateRequestWizard/PropertiesPage.Designer.cs class PropertiesPage (line 6) | partial class PropertiesPage method Dispose (line 17) | protected override void Dispose(bool disposing) method InitializeComponent (line 32) | private void InitializeComponent() FILE: JexusManager.Features.Certificates/Wizards/CertificateRequestWizard/PropertiesPage.cs class PropertiesPage (line 15) | public partial class PropertiesPage : DefaultWizardPage method PropertiesPage (line 17) | public PropertiesPage() method txtCommonName_TextChanged (line 37) | private void txtCommonName_TextChanged(object sender, EventArgs e) method Activate (line 44) | protected override void Activate() method txtOrganization_TextChanged (line 51) | private void txtOrganization_TextChanged(object sender, EventArgs e) method txtUnit_TextChanged (line 58) | private void txtUnit_TextChanged(object sender, EventArgs e) method txtCity_TextChanged (line 65) | private void txtCity_TextChanged(object sender, EventArgs e) method txtState_TextChanged (line 72) | private void txtState_TextChanged(object sender, EventArgs e) method cbCountry_TextChanged (line 79) | private void cbCountry_TextChanged(object sender, EventArgs e) method PropertiesPage_Load (line 86) | private void PropertiesPage_Load(object sender, EventArgs e) FILE: JexusManager.Features.Cgi/CgiFeature.cs class CgiFeature (line 18) | internal class CgiFeature class FeatureTaskList (line 20) | private sealed class FeatureTaskList : TaskList method FeatureTaskList (line 24) | public FeatureTaskList(CgiFeature owner) method GetTaskItems (line 29) | public override ICollection GetTaskItems() method CgiFeature (line 35) | public CgiFeature(Module module) method DisplayErrorMessage (line 47) | protected void DisplayErrorMessage(Exception ex, ResourceManager resou... method GetService (line 53) | protected object GetService(Type type) method GetTaskList (line 58) | public TaskList GetTaskList() method Load (line 63) | public void Load() method OnCgiSettingsSaved (line 73) | protected void OnCgiSettingsSaved() method ShowHelp (line 78) | public virtual bool ShowHelp() method CancelChanges (line 108) | public void CancelChanges() method ApplyChanges (line 113) | public bool ApplyChanges() FILE: JexusManager.Features.Cgi/CgiItem.cs class CgiItem (line 12) | internal class CgiItem method CgiItem (line 17) | public CgiItem(ConfigurationElement element) method Apply (line 25) | public void Apply() FILE: JexusManager.Features.Cgi/CgiModule.cs class CgiModule (line 13) | internal class CgiModule : Module method Initialize (line 15) | protected override void Initialize(IServiceProvider serviceProvider, M... FILE: JexusManager.Features.Cgi/CgiModuleProvider.cs class CgiModuleProvider (line 11) | public class CgiModuleProvider : ModuleProvider method GetModuleDefinition (line 18) | public override ModuleDefinition GetModuleDefinition(IManagementContex... method SupportsScope (line 23) | public override bool SupportsScope(ManagementScope scope) FILE: JexusManager.Features.Cgi/CgiPage.Designer.cs class CgiPage (line 6) | partial class CgiPage method Dispose (line 17) | protected override void Dispose(bool disposing) method InitializeComponent (line 32) | private void InitializeComponent() FILE: JexusManager.Features.Cgi/CgiPage.cs class CgiPage (line 18) | internal partial class CgiPage : ModulePropertiesPage class PageTaskList (line 20) | private sealed class PageTaskList : ShowHelpTaskList method PageTaskList (line 24) | public PageTaskList(CgiPage owner) method ShowHelp (line 29) | [Obfuscation(Exclude = true)] method CgiPage (line 41) | public CgiPage() method Initialize (line 46) | protected override void Initialize(object navigationData) method ShowHelp (line 57) | protected override bool ShowHelp() method SplitContainer1SplitterMoved (line 62) | private void SplitContainer1SplitterMoved(object sender, SplitterEvent... method ApplyChanges (line 70) | protected override bool ApplyChanges() method CancelChanges (line 81) | protected override void CancelChanges() method InformChanges (line 99) | private void InformChanges() method ClearChanges (line 110) | private void ClearChanges() method OnRefresh (line 131) | protected override void OnRefresh() method PgCgiPropertyValueChanged (line 142) | private void PgCgiPropertyValueChanged(object s, PropertyValueChangedE... method GetProperties (line 147) | protected override PropertyBag GetProperties() method UpdateProperties (line 152) | protected override PropertyBag UpdateProperties(out bool updateSuccess... method ProcessProperties (line 158) | protected override void ProcessProperties(PropertyBag properties) FILE: JexusManager.Features.Cgi/Properties/Resources.Designer.cs class Resources (line 22) | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resource... method Resources (line 31) | [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Mic... FILE: JexusManager.Features.Compression/CompressionFeature.cs class CompressionFeature (line 18) | internal class CompressionFeature method CompressionFeature (line 20) | public CompressionFeature(Module module) method DisplayErrorMessage (line 30) | protected void DisplayErrorMessage(Exception ex, ResourceManager resou... method GetService (line 36) | protected object GetService(Type type) method Load (line 41) | public void Load() method OnCompressionSettingsSaved (line 62) | protected void OnCompressionSettingsSaved() method ShowHelp (line 67) | public virtual bool ShowHelp() method CancelChanges (line 108) | public void CancelChanges() method ApplyChanges (line 113) | public bool ApplyChanges() FILE: JexusManager.Features.Compression/CompressionModule.cs class CompressionModule (line 13) | internal class CompressionModule : Module method Initialize (line 15) | protected override void Initialize(IServiceProvider serviceProvider, M... FILE: JexusManager.Features.Compression/CompressionModuleProvider.cs class CompressionModuleProvider (line 11) | public class CompressionModuleProvider : ModuleProvider method GetModuleDefinition (line 18) | public override ModuleDefinition GetModuleDefinition(IManagementContex... method SupportsScope (line 23) | public override bool SupportsScope(ManagementScope scope) FILE: JexusManager.Features.Compression/CompressionPage.Designer.cs class CompressionPage (line 6) | partial class CompressionPage method Dispose (line 17) | protected override void Dispose(bool disposing) method InitializeComponent (line 32) | private void InitializeComponent() FILE: JexusManager.Features.Compression/CompressionPage.cs class CompressionPage (line 17) | internal partial class CompressionPage : ModuleDialogPage class PageTaskList (line 19) | private sealed class PageTaskList : ShowHelpTaskList method PageTaskList (line 23) | public PageTaskList(CompressionPage owner) method ShowHelp (line 28) | [Obfuscation(Exclude = true)] method CompressionPage (line 40) | public CompressionPage() method Initialize (line 45) | protected override void Initialize(object navigationData) method ShowHelp (line 56) | protected override bool ShowHelp() method splitContainer1_SplitterMoved (line 61) | private void splitContainer1_SplitterMoved(object sender, SplitterEven... method cbStatic_CheckedChanged (line 69) | private void cbStatic_CheckedChanged(object sender, EventArgs e) method cbDynamic_CheckedChanged (line 75) | private void cbDynamic_CheckedChanged(object sender, EventArgs e) method btnBrowse_Click (line 81) | private void btnBrowse_Click(object sender, EventArgs e) method cbFileSize_CheckedChanged (line 88) | private void cbFileSize_CheckedChanged(object sender, EventArgs e) method cbDiskspaceLimit_CheckedChanged (line 94) | private void cbDiskspaceLimit_CheckedChanged(object sender, EventArgs e) method txtFileSize_TextChanged (line 100) | private void txtFileSize_TextChanged(object sender, EventArgs e) method txtPath_TextChanged (line 106) | private void txtPath_TextChanged(object sender, EventArgs e) method txtDiskspaceLimit_TextChanged (line 112) | private void txtDiskspaceLimit_TextChanged(object sender, EventArgs e) method ApplyChanges (line 118) | protected override bool ApplyChanges() method CancelChanges (line 129) | protected override void CancelChanges() method InformChanges (line 152) | private void InformChanges() method ClearChanges (line 163) | private void ClearChanges() method OnRefresh (line 183) | protected override void OnRefresh() FILE: JexusManager.Features.Compression/Properties/Resources.Designer.cs class Resources (line 22) | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resource... method Resources (line 31) | [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Mic... FILE: JexusManager.Features.DefaultDocument/DefaultDocumentFeature.cs class DefaultDocumentFeature (line 33) | internal class DefaultDocumentFeature : FeatureBase class FeatureTaskList (line 35) | private sealed class FeatureTaskList : DefaultTaskList method FeatureTaskList (line 39) | public FeatureTaskList(DefaultDocumentFeature owner) method GetTaskItems (line 44) | public override ICollection GetTaskItems() method Add (line 75) | [Obfuscation(Exclude = true)] method Remove (line 81) | [Obfuscation(Exclude = true)] method MoveUp (line 87) | [Obfuscation(Exclude = true)] method MoveDown (line 93) | [Obfuscation(Exclude = true)] method Enable (line 99) | [Obfuscation(Exclude = true)] method Disable (line 105) | [Obfuscation(Exclude = true)] method Revert (line 111) | [Obfuscation(Exclude = true)] method DefaultDocumentFeature (line 118) | public DefaultDocumentFeature(Module module) method GetTaskList (line 129) | public TaskList GetTaskList() method Load (line 134) | public void Load() method Add (line 145) | public void Add() method Remove (line 157) | public void Remove() method MoveUp (line 173) | public void MoveUp() method MoveDown (line 192) | public void MoveDown() method Enable (line 211) | public void Enable() method Disable (line 220) | public void Disable() method Revert (line 229) | public void Revert() method GetCollection (line 250) | protected override ConfigurationElementCollection GetCollection(IConfi... method OnSettingsSaved (line 256) | protected override void OnSettingsSaved() method SetEnabled (line 261) | public void SetEnabled(bool enabled) method ShowHelp (line 267) | public virtual bool ShowHelp() FILE: JexusManager.Features.DefaultDocument/DefaultDocumentModule.cs class DefaultDocumentModule (line 13) | public class DefaultDocumentModule : Module method Initialize (line 15) | protected override void Initialize(IServiceProvider serviceProvider, M... FILE: JexusManager.Features.DefaultDocument/DefaultDocumentModuleProvider.cs class DefaultDocumentModuleProvider (line 11) | public class DefaultDocumentModuleProvider : ModuleProvider method GetModuleDefinition (line 18) | public override ModuleDefinition GetModuleDefinition(IManagementContex... method SupportsScope (line 23) | public override bool SupportsScope(ManagementScope scope) FILE: JexusManager.Features.DefaultDocument/DefaultDocumentPage.Designer.cs class DefaultDocumentPage (line 6) | partial class DefaultDocumentPage method Dispose (line 17) | protected override void Dispose(bool disposing) method InitializeComponent (line 32) | private void InitializeComponent() FILE: JexusManager.Features.DefaultDocument/DefaultDocumentPage.cs class DefaultDocumentPage (line 18) | internal sealed partial class DefaultDocumentPage : ModuleListPage class PageTaskList (line 20) | private sealed class PageTaskList : ShowHelpTaskList method PageTaskList (line 24) | public PageTaskList(DefaultDocumentPage owner) method ShowHelp (line 29) | [Obfuscation(Exclude = true)] class DefaultDocumentListViewItem (line 36) | private sealed class DefaultDocumentListViewItem : ListViewItem, IFeat... method DefaultDocumentListViewItem (line 41) | public DefaultDocumentListViewItem(DocumentItem item, DefaultDocumen... method DefaultDocumentPage (line 53) | public DefaultDocumentPage() method Initialize (line 58) | protected override void Initialize(object navigationData) method InitializeListPage (line 69) | protected override void InitializeListPage() method Refresh (line 93) | protected override void Refresh() method ListView1_KeyDown (line 99) | private void ListView1_KeyDown(object sender, KeyEventArgs e) method ListView1_MouseDoubleClick (line 107) | private void ListView1_MouseDoubleClick(object sender, MouseEventArgs e) method ListView1_SelectedIndexChanged (line 112) | private void ListView1_SelectedIndexChanged(object sender, EventArgs e) method ShowHelp (line 119) | protected override bool ShowHelp() method splitContainer1_SplitterMoved (line 124) | private void splitContainer1_SplitterMoved(object sender, SplitterEven... FILE: JexusManager.Features.DefaultDocument/DocumentItem.cs class DocumentItem (line 9) | public class DocumentItem : IItem method DocumentItem (line 15) | public DocumentItem(ConfigurationElement element) method Equals (line 27) | public bool Equals(DocumentItem other) method Apply (line 32) | public void Apply() method Match (line 37) | public bool Match(DocumentItem other) FILE: JexusManager.Features.DefaultDocument/NewDefaultDocumentDialog.Designer.cs class NewDefaultDocumentDialog (line 6) | partial class NewDefaultDocumentDialog method Dispose (line 17) | protected override void Dispose(bool disposing) method InitializeComponent (line 32) | private void InitializeComponent() FILE: JexusManager.Features.DefaultDocument/NewDefaultDocumentDialog.cs class NewDefaultDocumentDialog (line 16) | internal partial class NewDefaultDocumentDialog : DialogForm method NewDefaultDocumentDialog (line 18) | public NewDefaultDocumentDialog(IServiceProvider serviceProvider, Defa... FILE: JexusManager.Features.DefaultDocument/Properties/Resources.Designer.cs class Resources (line 22) | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resource... method Resources (line 31) | [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Mic... FILE: JexusManager.Features.DirectoryBrowse/DirectoryBrowseFeature.cs class DirectoryBrowseFeature (line 21) | internal class DirectoryBrowseFeature class FeatureTaskList (line 23) | private sealed class FeatureTaskList : TaskList method FeatureTaskList (line 27) | public FeatureTaskList(DirectoryBrowseFeature owner) method GetTaskItems (line 32) | public override ICollection GetTaskItems() method Enable (line 48) | [Obfuscation(Exclude = true)] method Disable (line 54) | [Obfuscation(Exclude = true)] method DirectoryBrowseFeature (line 61) | public DirectoryBrowseFeature(Module module) method DisplayErrorMessage (line 73) | protected void DisplayErrorMessage(Exception ex, ResourceManager resou... method GetService (line 79) | protected object GetService(Type type) method GetTaskList (line 84) | public TaskList GetTaskList() method Load (line 89) | public void Load() method Enable (line 103) | private void Enable() method Disable (line 111) | private void Disable() method SetEnabled (line 119) | public void SetEnabled(bool enabled) method OnDirectoryBrowseSettingsSaved (line 125) | protected void OnDirectoryBrowseSettingsSaved() method ShowHelp (line 130) | public virtual bool ShowHelp() method CancelChanges (line 158) | public void CancelChanges() method ApplyChanges (line 163) | public bool ApplyChanges() FILE: JexusManager.Features.DirectoryBrowse/DirectoryBrowseModule.cs class DirectoryBrowseModule (line 13) | internal class DirectoryBrowseModule : Module method Initialize (line 15) | protected override void Initialize(IServiceProvider serviceProvider, M... FILE: JexusManager.Features.DirectoryBrowse/DirectoryBrowseModuleProvider.cs class DirectoryBrowseModuleProvider (line 11) | public class DirectoryBrowseModuleProvider : ModuleProvider method GetModuleDefinition (line 18) | public override ModuleDefinition GetModuleDefinition(IManagementContex... method SupportsScope (line 23) | public override bool SupportsScope(ManagementScope scope) FILE: JexusManager.Features.DirectoryBrowse/DirectoryBrowsePage.Designer.cs class DirectoryBrowsePage (line 6) | partial class DirectoryBrowsePage method Dispose (line 17) | protected override void Dispose(bool disposing) method InitializeComponent (line 32) | private void InitializeComponent() FILE: JexusManager.Features.DirectoryBrowse/DirectoryBrowsePage.cs class DirectoryBrowsePage (line 17) | internal partial class DirectoryBrowsePage : ModuleDialogPage class PageTaskList (line 19) | private sealed class PageTaskList : ShowHelpTaskList method PageTaskList (line 23) | public PageTaskList(DirectoryBrowsePage owner) method ShowHelp (line 28) | [Obfuscation(Exclude = true)] method DirectoryBrowsePage (line 40) | public DirectoryBrowsePage() method Initialize (line 45) | protected override void Initialize(object navigationData) method ShowHelp (line 56) | protected override bool ShowHelp() method SplitContainer1SplitterMoved (line 61) | private void SplitContainer1SplitterMoved(object sender, SplitterEvent... method ApplyChanges (line 69) | protected override bool ApplyChanges() method CancelChanges (line 85) | protected override void CancelChanges() method InformChanges (line 103) | private void InformChanges() method ClearChanges (line 114) | private void ClearChanges() method OnRefresh (line 135) | protected override void OnRefresh() method CbDateCheckedChanged (line 151) | private void CbDateCheckedChanged(object sender, EventArgs e) method CbSslCheckedChanged (line 157) | private void CbSslCheckedChanged(object sender, EventArgs e) FILE: JexusManager.Features.DirectoryBrowse/Properties/Resources.Designer.cs class Resources (line 22) | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resource... method Resources (line 31) | [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Mic... FILE: JexusManager.Features.FastCgi/EnvironmentVariables.cs class EnvironmentVariables (line 9) | internal class EnvironmentVariables FILE: JexusManager.Features.FastCgi/EnvironmentVariablesCollection.cs class EnvironmentVariablesCollection (line 9) | internal class EnvironmentVariablesCollection : CollectionBase method Add (line 19) | public void Add(EnvironmentVariables variable) method Remove (line 24) | public void Remove(EnvironmentVariables variable) FILE: JexusManager.Features.FastCgi/EnvironmentVariablesCollectionEditor.cs class EnvironmentVariablesCollectionEditor (line 10) | internal class EnvironmentVariablesCollectionEditor : CollectionEditor method EnvironmentVariablesCollectionEditor (line 12) | public EnvironmentVariablesCollectionEditor(Type type) method GetDisplayText (line 17) | protected override string GetDisplayText(object value) FILE: JexusManager.Features.FastCgi/ErrorMode.cs type ErrorMode (line 9) | internal enum ErrorMode : long FILE: JexusManager.Features.FastCgi/FastCgiFeature.cs class FastCgiFeature (line 31) | internal class FastCgiFeature : FeatureBase class FeatureTaskList (line 33) | private sealed class FeatureTaskList : DefaultTaskList method FeatureTaskList (line 37) | public FeatureTaskList(FastCgiFeature owner) method GetTaskItems (line 42) | public override ICollection GetTaskItems() method AddAllow (line 56) | [Obfuscation(Exclude = true)] method Remove (line 62) | [Obfuscation(Exclude = true)] method Set (line 68) | [Obfuscation(Exclude = true)] method FastCgiFeature (line 75) | public FastCgiFeature(Module module) method GetTaskList (line 86) | public TaskList GetTaskList() method GetCollection (line 91) | protected override ConfigurationElementCollection GetCollection(IConfi... method Load (line 98) | public void Load() method AddAllow (line 103) | public void AddAllow() method Remove (line 114) | public void Remove() method Edit (line 128) | public void Edit() method DoubleClick (line 133) | protected override void DoubleClick(FastCgiItem item) method OnSettingsSaved (line 145) | protected override void OnSettingsSaved() method ShowHelp (line 150) | public virtual bool ShowHelp() FILE: JexusManager.Features.FastCgi/FastCgiItem.cs class FastCgiItem (line 11) | internal class FastCgiItem : IItem method FastCgiItem (line 13) | public FastCgiItem(ConfigurationElement element) method Reset (line 35) | public void Reset() method Equals (line 72) | public bool Equals(FastCgiItem other) method Apply (line 78) | public void Apply() method Match (line 107) | public bool Match(FastCgiItem other) class AdvancedSettings (line 198) | [TypeConverter(typeof(ExpandableObjectConverter))] method ToString (line 212) | public override string ToString() FILE: JexusManager.Features.FastCgi/FastCgiModule.cs class FastCgiModule (line 13) | internal class FastCgiModule : Module method Initialize (line 15) | protected override void Initialize(IServiceProvider serviceProvider, M... FILE: JexusManager.Features.FastCgi/FastCgiModuleProvider.cs class FastCgiModuleProvider (line 11) | public class FastCgiModuleProvider : ModuleProvider method GetModuleDefinition (line 18) | public override ModuleDefinition GetModuleDefinition(IManagementContex... method SupportsScope (line 23) | public override bool SupportsScope(ManagementScope scope) FILE: JexusManager.Features.FastCgi/FastCgiPage.Designer.cs class FastCgiPage (line 6) | partial class FastCgiPage method Dispose (line 17) | protected override void Dispose(bool disposing) method InitializeComponent (line 32) | private void InitializeComponent() FILE: JexusManager.Features.FastCgi/FastCgiPage.cs class FastCgiPage (line 16) | internal partial class FastCgiPage : ModuleListPage class PageTaskList (line 18) | private sealed class PageTaskList : ShowHelpTaskList method PageTaskList (line 22) | public PageTaskList(FastCgiPage owner) method ShowHelp (line 27) | [Obfuscation(Exclude = true)] class FastCgiListViewItem (line 34) | private sealed class FastCgiListViewItem : ListViewItem, IFeatureListV... method FastCgiListViewItem (line 40) | public FastCgiListViewItem(FastCgiItem item, FastCgiPage page) method FastCgiPage (line 54) | public FastCgiPage() method Initialize (line 59) | protected override void Initialize(object navigationData) method InitializeListPage (line 70) | protected override void InitializeListPage() method Refresh (line 95) | protected override void Refresh() method ListView1KeyDown (line 101) | private void ListView1KeyDown(object sender, KeyEventArgs e) method ListView1MouseDoubleClick (line 109) | private void ListView1MouseDoubleClick(object sender, MouseEventArgs e) method ListView1SelectedIndexChanged (line 114) | private void ListView1SelectedIndexChanged(object sender, EventArgs e) method ShowHelp (line 120) | protected override bool ShowHelp() FILE: JexusManager.Features.FastCgi/NewApplicationDialog.Designer.cs class NewApplicationDialog (line 6) | sealed partial class NewApplicationDialog method Dispose (line 17) | protected override void Dispose(bool disposing) method InitializeComponent (line 32) | private void InitializeComponent() FILE: JexusManager.Features.FastCgi/NewApplicationDialog.cs class NewApplicationDialog (line 16) | internal sealed partial class NewApplicationDialog : DialogForm method NewApplicationDialog (line 18) | public NewApplicationDialog(IServiceProvider serviceProvider, FastCgiI... FILE: JexusManager.Features.FastCgi/Properties/Resources.Designer.cs class Resources (line 22) | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resource... method Resources (line 31) | [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Mic... FILE: JexusManager.Features.FastCgi/Protocol.cs type Protocol (line 9) | internal enum Protocol : long FILE: JexusManager.Features.Handlers/HandlersFeature.cs class HandlersFeature (line 36) | internal class HandlersFeature : FeatureBase class FeatureTaskList (line 38) | private sealed class FeatureTaskList : DefaultTaskList method FeatureTaskList (line 42) | public FeatureTaskList(HandlersFeature owner) method GetTaskItems (line 47) | public override ICollection GetTaskItems() method AddManaged (line 84) | [Obfuscation(Exclude = true)] method AddScript (line 90) | [Obfuscation(Exclude = true)] method AddWildcard (line 96) | [Obfuscation(Exclude = true)] method Add (line 102) | [Obfuscation(Exclude = true)] method Remove (line 108) | [Obfuscation(Exclude = true)] method Edit (line 114) | [Obfuscation(Exclude = true)] method Set (line 120) | [Obfuscation(Exclude = true)] method Rename (line 126) | [Obfuscation(Exclude = true)] method MoveUp (line 132) | [Obfuscation(Exclude = true)] method MoveDown (line 138) | [Obfuscation(Exclude = true)] method InOrder (line 144) | [Obfuscation(Exclude = true)] method Unorder (line 150) | [Obfuscation(Exclude = true)] method Revert (line 156) | [Obfuscation(Exclude = true)] method HandlersFeature (line 163) | public HandlersFeature(Module module) method GetTaskList (line 174) | public TaskList GetTaskList() method Load (line 179) | public void Load() method Add (line 194) | public void Add() method AddManaged (line 205) | public void AddManaged() method AddScript (line 216) | public void AddScript() method AddWildcard (line 227) | public void AddWildcard() method Set (line 238) | public void Set() method Remove (line 253) | public void Remove() method Edit (line 267) | public void Edit() method DoubleClick (line 272) | protected override void DoubleClick(HandlersItem item) method InitializeGrouping (line 310) | public override void InitializeGrouping(ToolStripComboBox cbGroup) method GetGroupKey (line 315) | public override string GetGroupKey(ListViewItem item, string selectedG... method Rename (line 330) | public void Rename() method MoveUp (line 335) | public void MoveUp() method MoveDown (line 354) | public void MoveDown() method GetCollection (line 373) | protected override ConfigurationElementCollection GetCollection(IConfi... method InOrder (line 380) | public void InOrder() method Unorder (line 386) | public void Unorder() method Revert (line 392) | public void Revert() method OnSettingsSaved (line 413) | protected override void OnSettingsSaved() method ShowHelp (line 418) | public virtual bool ShowHelp() FILE: JexusManager.Features.Handlers/HandlersItem.cs class HandlersItem (line 12) | internal class HandlersItem : IItem method HandlersItem (line 14) | public HandlersItem(ConfigurationElement element) method GetState (line 68) | public string GetState(long accessPolicy) method Equals (line 126) | public bool Equals(HandlersItem other) method Apply (line 132) | public void Apply() method Match (line 147) | public bool Match(HandlersItem other) FILE: JexusManager.Features.Handlers/HandlersModule.cs class HandlersModule (line 13) | internal class HandlersModule : Module method Initialize (line 15) | protected override void Initialize(IServiceProvider serviceProvider, M... FILE: JexusManager.Features.Handlers/HandlersModuleProvider.cs class HandlersModuleProvider (line 11) | public class HandlersModuleProvider : ModuleProvider method GetModuleDefinition (line 18) | public override ModuleDefinition GetModuleDefinition(IManagementContex... method SupportsScope (line 23) | public override bool SupportsScope(ManagementScope scope) FILE: JexusManager.Features.Handlers/HandlersPage.Designer.cs class HandlersPage (line 6) | partial class HandlersPage method Dispose (line 17) | protected override void Dispose(bool disposing) method InitializeComponent (line 32) | private void InitializeComponent() FILE: JexusManager.Features.Handlers/HandlersPage.cs class HandlersPage (line 18) | internal partial class HandlersPage : ModuleListPage class PageTaskList (line 20) | private sealed class PageTaskList : ShowHelpTaskList method PageTaskList (line 24) | public PageTaskList(HandlersPage owner) method ShowHelp (line 29) | [Obfuscation(Exclude = true)] class HandlersListViewItem (line 36) | private sealed class HandlersListViewItem : ListViewItem, IFeatureList... method HandlersListViewItem (line 42) | public HandlersListViewItem(HandlersItem item, HandlersPage page) method HandlersPage (line 58) | public HandlersPage() method Initialize (line 63) | protected override void Initialize(object navigationData) method InitializeListPage (line 91) | protected override void InitializeListPage() method Refresh (line 118) | protected override void Refresh() method ListView1KeyDown (line 124) | private void ListView1KeyDown(object sender, KeyEventArgs e) method ListView1MouseDoubleClick (line 132) | private void ListView1MouseDoubleClick(object sender, MouseEventArgs e) method ListView1SelectedIndexChanged (line 137) | private void ListView1SelectedIndexChanged(object sender, EventArgs e) method CbGroupSelectedIndexChanged (line 143) | private void CbGroupSelectedIndexChanged(object sender, EventArgs e) method ShowHelp (line 148) | protected override bool ShowHelp() FILE: JexusManager.Features.Handlers/NewHandlerDialog.Designer.cs class NewHandlerDialog (line 6) | sealed partial class NewHandlerDialog method Dispose (line 17) | protected override void Dispose(bool disposing) method InitializeComponent (line 32) | private void InitializeComponent() FILE: JexusManager.Features.Handlers/NewHandlerDialog.cs class NewHandlerDialog (line 17) | internal sealed partial class NewHandlerDialog : DialogForm method NewHandlerDialog (line 21) | public NewHandlerDialog(IServiceProvider serviceProvider, HandlersItem... method NewRestrictionDialogHelpButtonClicked (line 89) | private void NewRestrictionDialogHelpButtonClicked(object sender, Canc... FILE: JexusManager.Features.Handlers/NewMappingDialog.Designer.cs class NewMappingDialog (line 6) | sealed partial class NewMappingDialog method Dispose (line 17) | protected override void Dispose(bool disposing) method InitializeComponent (line 32) | private void InitializeComponent() FILE: JexusManager.Features.Handlers/NewMappingDialog.cs class NewMappingDialog (line 21) | internal sealed partial class NewMappingDialog : DialogForm method NewMappingDialog (line 25) | public NewMappingDialog(IServiceProvider serviceProvider, HandlersItem... method NewRestrictionDialogHelpButtonClicked (line 201) | private void NewRestrictionDialogHelpButtonClicked(object sender, Canc... FILE: JexusManager.Features.Handlers/NewScriptMapDialog.Designer.cs class NewScriptMapDialog (line 6) | sealed partial class NewScriptMapDialog method Dispose (line 17) | protected override void Dispose(bool disposing) method InitializeComponent (line 32) | private void InitializeComponent() FILE: JexusManager.Features.Handlers/NewScriptMapDialog.cs class NewScriptMapDialog (line 17) | internal sealed partial class NewScriptMapDialog : DialogForm method NewScriptMapDialog (line 21) | public NewScriptMapDialog(IServiceProvider serviceProvider, HandlersIt... method NewRestrictionDialogHelpButtonClicked (line 101) | private void NewRestrictionDialogHelpButtonClicked(object sender, Canc... FILE: JexusManager.Features.Handlers/NewWildcardDialog.Designer.cs class NewWildcardDialog (line 6) | sealed partial class NewWildcardDialog method Dispose (line 17) | protected override void Dispose(bool disposing) method InitializeComponent (line 32) | private void InitializeComponent() FILE: JexusManager.Features.Handlers/NewWildcardDialog.cs class NewWildcardDialog (line 17) | internal sealed partial class NewWildcardDialog : DialogForm method NewWildcardDialog (line 21) | public NewWildcardDialog(IServiceProvider serviceProvider, HandlersIte... method NewRestrictionDialogHelpButtonClicked (line 89) | private void NewRestrictionDialogHelpButtonClicked(object sender, Canc... FILE: JexusManager.Features.Handlers/PermissionsDialog.Designer.cs class PermissionsDialog (line 6) | internal partial class PermissionsDialog method Dispose (line 17) | protected override void Dispose(bool disposing) method InitializeComponent (line 32) | private void InitializeComponent() FILE: JexusManager.Features.Handlers/PermissionsDialog.cs class PermissionsDialog (line 15) | internal partial class PermissionsDialog : DialogForm method PermissionsDialog (line 17) | public PermissionsDialog(IServiceProvider serviceProvider, HandlersFea... FILE: JexusManager.Features.Handlers/Properties/Resources.Designer.cs class Resources (line 22) | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resource... method Resources (line 31) | [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Mic... FILE: JexusManager.Features.Handlers/RestrictionsDialog.Designer.cs class RestrictionsDialog (line 6) | internal partial class RestrictionsDialog method Dispose (line 17) | protected override void Dispose(bool disposing) method InitializeComponent (line 32) | private void InitializeComponent() FILE: JexusManager.Features.Handlers/RestrictionsDialog.cs class RestrictionsDialog (line 16) | internal partial class RestrictionsDialog : DialogForm method RestrictionsDialog (line 18) | public RestrictionsDialog(IServiceProvider serviceProvider, HandlersIt... method RestrictionsDialogHelpButtonClicked (line 117) | private void RestrictionsDialogHelpButtonClicked(object sender, Cancel... FILE: JexusManager.Features.HttpApi/HttpApiFeature.cs class HttpApiFeature (line 11) | public abstract class HttpApiFeature : FeatureBase, IHttpApiFeature method HttpApiFeature (line 14) | protected HttpApiFeature(Module module) method GetTaskList (line 24) | public abstract TaskList GetTaskList(); method Load (line 26) | public abstract void Load(); method OnSettingsSaved (line 28) | protected override void OnSettingsSaved() method ShowHelp (line 33) | public abstract bool ShowHelp(); FILE: JexusManager.Features.HttpApi/HttpApiModule.cs class HttpApiModule (line 13) | internal class HttpApiModule : Module method Initialize (line 15) | protected override void Initialize(IServiceProvider serviceProvider, M... FILE: JexusManager.Features.HttpApi/HttpApiModuleProvider.cs class HttpApiModuleProvider (line 12) | public class HttpApiModuleProvider : ModuleProvider method GetModuleDefinition (line 19) | public override ModuleDefinition GetModuleDefinition(IManagementContex... method SupportsScope (line 24) | public override bool SupportsScope(ManagementScope scope) FILE: JexusManager.Features.HttpApi/HttpApiPage.Designer.cs class HttpApiPage (line 6) | partial class HttpApiPage method Dispose (line 17) | protected override void Dispose(bool disposing) method InitializeComponent (line 32) | private void InitializeComponent() FILE: JexusManager.Features.HttpApi/HttpApiPage.cs class HttpApiPage (line 19) | internal partial class HttpApiPage : ModuleListPage class PageTaskList (line 21) | private sealed class PageTaskList : ShowHelpTaskList method PageTaskList (line 25) | public PageTaskList(HttpApiPage owner) method ShowHelp (line 30) | [Obfuscation(Exclude = true)] class SniMappingListViewItem (line 37) | private sealed class SniMappingListViewItem : ListViewItem, IFeatureLi... method SniMappingListViewItem (line 42) | public SniMappingListViewItem(SniMappingItem item, HttpApiPage page) class IpMappingListViewItem (line 75) | private sealed class IpMappingListViewItem : ListViewItem, IFeatureLis... method IpMappingListViewItem (line 80) | public IpMappingListViewItem(IpMappingItem item, HttpApiPage page) class ReservedUrlListViewItem (line 113) | private sealed class ReservedUrlListViewItem : ListViewItem, IFeatureL... method ReservedUrlListViewItem (line 118) | public ReservedUrlListViewItem(ReservedUrlsItem item, HttpApiPage page) method HttpApiPage (line 129) | public HttpApiPage() method Initialize (line 134) | protected override void Initialize(object navigationData) method RefreshSni (line 161) | private void RefreshSni() method RefreshIp (line 190) | private void RefreshIp() method RefreshUrl (line 219) | private void RefreshUrl() method InitializeListPage (line 248) | protected override void InitializeListPage() method Refresh (line 252) | protected override void Refresh() method LvSniKeyDown (line 260) | private void LvSniKeyDown(object sender, KeyEventArgs e) method LvSniMouseDoubleClick (line 269) | private void LvSniMouseDoubleClick(object sender, MouseEventArgs e) method LvSniSelectedIndexChanged (line 275) | private void LvSniSelectedIndexChanged(object sender, EventArgs e) method LvIPKeyDown (line 282) | private void LvIPKeyDown(object sender, KeyEventArgs e) method LvIPMouseDoubleClick (line 291) | private void LvIPMouseDoubleClick(object sender, MouseEventArgs e) method LvIPSelectedIndexChanged (line 297) | private void LvIPSelectedIndexChanged(object sender, EventArgs e) method LvURLKeyDown (line 304) | private void LvURLKeyDown(object sender, KeyEventArgs e) method LvURLMouseDoubleClick (line 313) | private void LvURLMouseDoubleClick(object sender, MouseEventArgs e) method LvURLSelectedIndexChanged (line 319) | private void LvURLSelectedIndexChanged(object sender, EventArgs e) method ShowHelp (line 326) | protected override bool ShowHelp() method TabControl1SelectedIndexChanged (line 333) | private void TabControl1SelectedIndexChanged(object sender, EventArgs e) method splitContainer1_SplitterMoved (line 340) | private void splitContainer1_SplitterMoved(object sender, SplitterEven... FILE: JexusManager.Features.HttpApi/IHttpApiFeature.cs type IHttpApiFeature (line 9) | internal interface IHttpApiFeature method GetTaskList (line 11) | TaskList GetTaskList(); method ShowHelp (line 13) | bool ShowHelp(); FILE: JexusManager.Features.HttpApi/IpMappingFeature.cs class IpMappingFeature (line 24) | internal class IpMappingFeature : HttpApiFeature class FeatureTaskList (line 28) | private sealed class FeatureTaskList : DefaultTaskList method FeatureTaskList (line 32) | public FeatureTaskList(IpMappingFeature owner) method GetTaskItems (line 37) | public override ICollection GetTaskItems() method Remove (line 50) | [Obfuscation(Exclude = true)] method View (line 56) | [Obfuscation(Exclude = true)] method IpMappingFeature (line 63) | public IpMappingFeature(Microsoft.Web.Management.Client.Module module) method GetTaskList (line 70) | public override TaskList GetTaskList() method Load (line 75) | public override void Load() method Remove (line 87) | public void Remove() method DeleteMapping (line 101) | private void DeleteMapping() method View (line 139) | private void View() method OnHttpApiSettingsSaved (line 169) | protected void OnHttpApiSettingsSaved() method ShowHelp (line 174) | public override bool ShowHelp() method GetCollection (line 182) | protected override ConfigurationElementCollection GetCollection(IConfi... FILE: JexusManager.Features.HttpApi/IpMappingItem.cs class IpMappingItem (line 9) | internal class IpMappingItem : IItem method IpMappingItem (line 11) | public IpMappingItem(string address, string port, string appId, string... method Apply (line 31) | public void Apply() method Equals (line 34) | public bool Equals(IpMappingItem other) method Match (line 39) | public bool Match(IpMappingItem other) FILE: JexusManager.Features.HttpApi/NewReservedUrlDialog.Designer.cs class NewReservedUrlDialog (line 6) | sealed partial class NewReservedUrlDialog method Dispose (line 17) | protected override void Dispose(bool disposing) method InitializeComponent (line 32) | private void InitializeComponent() FILE: JexusManager.Features.HttpApi/NewReservedUrlDialog.cs class NewReservedUrlDialog (line 17) | internal sealed partial class NewReservedUrlDialog : DialogForm method NewReservedUrlDialog (line 19) | public NewReservedUrlDialog(IServiceProvider serviceProvider, Reserved... FILE: JexusManager.Features.HttpApi/Properties/Resources.Designer.cs class Resources (line 22) | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resource... method Resources (line 31) | [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Mic... FILE: JexusManager.Features.HttpApi/ReservedUrlsFeature.cs class ReservedUrlsFeature (line 21) | public class ReservedUrlsFeature : HttpApiFeature class FeatureTaskList (line 25) | private sealed class FeatureTaskList : DefaultTaskList method FeatureTaskList (line 29) | public FeatureTaskList(ReservedUrlsFeature owner) method GetTaskItems (line 37) | public override ICollection GetTaskItems() method Remove (line 50) | [Obfuscation(Exclude = true)] method CreateSelf (line 56) | [Obfuscation(Exclude = true)] method ReservedUrlsFeature (line 64) | public ReservedUrlsFeature(Microsoft.Web.Management.Client.Module module) method GetTaskList (line 71) | public override TaskList GetTaskList() method Load (line 76) | public override void Load() method Remove (line 88) | public void Remove() method DeleteReservedUrl (line 102) | private void DeleteReservedUrl() method OnHttpApiSettingsSaved (line 139) | protected void OnHttpApiSettingsSaved() method ShowHelp (line 144) | public override bool ShowHelp() method Create (line 150) | private void Create() method GetCollection (line 171) | protected override ConfigurationElementCollection GetCollection(IConfi... FILE: JexusManager.Features.HttpApi/ReservedUrlsItem.cs class ReservedUrlsItem (line 9) | public class ReservedUrlsItem : IItem method ReservedUrlsItem (line 14) | public ReservedUrlsItem(string urlPrefix, string securityDescriptor, R... method Apply (line 26) | public void Apply() method Equals (line 29) | public bool Equals(ReservedUrlsItem other) method Match (line 34) | public bool Match(ReservedUrlsItem other) FILE: JexusManager.Features.HttpApi/SniMappingFeature.cs class SniMappingFeature (line 41) | internal class SniMappingFeature : HttpApiFeature class FeatureTaskList (line 45) | private sealed class FeatureTaskList : DefaultTaskList method FeatureTaskList (line 49) | public FeatureTaskList(SniMappingFeature owner) method GetTaskItems (line 57) | public override ICollection GetTaskItems() method Remove (line 70) | [Obfuscation(Exclude = true)] method View (line 76) | [Obfuscation(Exclude = true)] method SniMappingFeature (line 83) | public SniMappingFeature(Module module) method GetTaskList (line 90) | public override TaskList GetTaskList() method Load (line 95) | public override void Load() method Remove (line 107) | public void Remove() method DeleteMapping (line 121) | private void DeleteMapping() method View (line 159) | private void View() method OnHttpApiSettingsSaved (line 187) | protected void OnHttpApiSettingsSaved() method ShowHelp (line 192) | public override bool ShowHelp() method GetCollection (line 198) | protected override ConfigurationElementCollection GetCollection(IConfi... FILE: JexusManager.Features.HttpApi/SniMappingItem.cs class SniMappingItem (line 9) | internal class SniMappingItem : IItem method SniMappingItem (line 11) | public SniMappingItem(string host, string port, string appId, string h... method Apply (line 31) | public void Apply() method Equals (line 34) | public bool Equals(SniMappingItem other) method Match (line 39) | public bool Match(SniMappingItem other) FILE: JexusManager.Features.HttpErrors/EditDialog.Designer.cs class EditDialog (line 6) | partial class EditDialog method Dispose (line 17) | protected override void Dispose(bool disposing) method InitializeComponent (line 32) | private void InitializeComponent() FILE: JexusManager.Features.HttpErrors/EditDialog.cs class EditDialog (line 14) | internal partial class EditDialog : DialogForm method EditDialog (line 16) | public EditDialog(IServiceProvider serviceProvider, ConfigurationEleme... FILE: JexusManager.Features.HttpErrors/HttpErrorsFeature.cs class HttpErrorsFeature (line 33) | internal class HttpErrorsFeature : FeatureBase class FeatureTaskList (line 35) | private sealed class FeatureTaskList : DefaultTaskList method FeatureTaskList (line 39) | public FeatureTaskList(HttpErrorsFeature owner) method GetTaskItems (line 44) | public override ICollection GetTaskItems() method Add (line 65) | [Obfuscation(Exclude = true)] method Remove (line 71) | [Obfuscation(Exclude = true)] method Edit (line 77) | [Obfuscation(Exclude = true)] method Set (line 83) | [Obfuscation(Exclude = true)] method HttpErrorsFeature (line 90) | public HttpErrorsFeature(Module module) method GetTaskList (line 101) | public TaskList GetTaskList() method Load (line 106) | public void Load() method Add (line 111) | public void Add() method Remove (line 122) | public void Remove() method Edit (line 136) | public void Edit() method DoubleClick (line 141) | protected override void DoubleClick(HttpErrorsItem item) method InitializeGrouping (line 152) | public override void InitializeGrouping(ToolStripComboBox cbGroup) method GetGroupKey (line 157) | public override string GetGroupKey(ListViewItem item, string selectedG... method Set (line 170) | public void Set() method GetCollection (line 185) | protected override ConfigurationElementCollection GetCollection(IConfi... method OnSettingsSaved (line 191) | protected override void OnSettingsSaved() method ShowHelp (line 196) | public virtual bool ShowHelp() FILE: JexusManager.Features.HttpErrors/HttpErrorsItem.cs class HttpErrorsItem (line 9) | internal class HttpErrorsItem : IItem method HttpErrorsItem (line 11) | public HttpErrorsItem(ConfigurationElement element) method Equals (line 49) | public bool Equals(HttpErrorsItem other) method Match (line 54) | public bool Match(HttpErrorsItem other) method Apply (line 59) | public void Apply() FILE: JexusManager.Features.HttpErrors/HttpErrorsModule.cs class HttpErrorsModule (line 14) | internal class HttpErrorsModule : Module method Initialize (line 16) | protected override void Initialize(IServiceProvider serviceProvider, M... FILE: JexusManager.Features.HttpErrors/HttpErrorsModuleProvider.cs class HttpErrorsModuleProvider (line 11) | public class HttpErrorsModuleProvider : ModuleProvider method GetModuleDefinition (line 18) | public override ModuleDefinition GetModuleDefinition(IManagementContex... method SupportsScope (line 23) | public override bool SupportsScope(ManagementScope scope) FILE: JexusManager.Features.HttpErrors/HttpErrorsPage.Designer.cs class HttpErrorsPage (line 6) | partial class HttpErrorsPage method Dispose (line 17) | protected override void Dispose(bool disposing) method InitializeComponent (line 32) | private void InitializeComponent() FILE: JexusManager.Features.HttpErrors/HttpErrorsPage.cs class HttpErrorsPage (line 18) | internal partial class HttpErrorsPage : ModuleListPage class PageTaskList (line 20) | private sealed class PageTaskList : ShowHelpTaskList method PageTaskList (line 24) | public PageTaskList(HttpErrorsPage owner) method ShowHelp (line 29) | [Obfuscation(Exclude = true)] class CustomErrorsListViewItem (line 36) | private sealed class CustomErrorsListViewItem : ListViewItem, IFeature... method CustomErrorsListViewItem (line 41) | public CustomErrorsListViewItem(HttpErrorsItem item, HttpErrorsPage ... method HttpErrorsPage (line 55) | public HttpErrorsPage() method Initialize (line 60) | protected override void Initialize(object navigationData) method InitializeListPage (line 71) | protected override void InitializeListPage() method Refresh (line 96) | protected override void Refresh() method ListView1_KeyDown (line 102) | private void ListView1_KeyDown(object sender, KeyEventArgs e) method ListView1_MouseDoubleClick (line 110) | private void ListView1_MouseDoubleClick(object sender, EventArgs e) method listView1_SelectedIndexChanged (line 115) | private void listView1_SelectedIndexChanged(object sender, EventArgs e) method CbGroup_SelectedIndexChanged (line 121) | private void CbGroup_SelectedIndexChanged(object sender, EventArgs e) method ShowHelp (line 126) | protected override bool ShowHelp() method splitContainer1_SplitterMoved (line 132) | private void splitContainer1_SplitterMoved(object sender, SplitterEven... FILE: JexusManager.Features.HttpErrors/LocalErrorDialog.Designer.cs class LocalErrorDialog (line 6) | partial class LocalErrorDialog method Dispose (line 17) | protected override void Dispose(bool disposing) method InitializeComponent (line 32) | private void InitializeComponent() FILE: JexusManager.Features.HttpErrors/LocalErrorDialog.cs class LocalErrorDialog (line 15) | internal partial class LocalErrorDialog : DialogForm method LocalErrorDialog (line 17) | public LocalErrorDialog(IServiceProvider serviceProvider, HttpErrorsIt... FILE: JexusManager.Features.HttpErrors/NewErrorDialog.Designer.cs class NewErrorDialog (line 6) | sealed partial class NewErrorDialog method Dispose (line 17) | protected override void Dispose(bool disposing) method InitializeComponent (line 32) | private void InitializeComponent() FILE: JexusManager.Features.HttpErrors/NewErrorDialog.cs class NewErrorDialog (line 15) | internal sealed partial class NewErrorDialog : DialogForm method NewErrorDialog (line 17) | public NewErrorDialog(IServiceProvider serviceProvider, HttpErrorsItem... method UpdateUI (line 193) | private void UpdateUI(HttpErrorsItem item) FILE: JexusManager.Features.HttpErrors/Properties/Resources.Designer.cs class Resources (line 22) | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resource... method Resources (line 31) | [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Mic... FILE: JexusManager.Features.HttpRedirect/HttpRedirectFeature.cs class HttpRedirectFeature (line 18) | internal class HttpRedirectFeature method HttpRedirectFeature (line 20) | public HttpRedirectFeature(Module module, ServerManager server, Applic... method DisplayErrorMessage (line 32) | protected void DisplayErrorMessage(Exception ex, ResourceManager resou... method GetService (line 38) | protected object GetService(Type type) method Load (line 43) | public void Load() method OnHttpRedirectSettingsSaved (line 66) | protected void OnHttpRedirectSettingsSaved() method ShowHelp (line 71) | public virtual bool ShowHelp() method CancelChanges (line 106) | public void CancelChanges() method ApplyChanges (line 111) | public bool ApplyChanges() FILE: JexusManager.Features.HttpRedirect/HttpRedirectModule.cs class HttpRedirectModule (line 14) | internal class HttpRedirectModule : Module method Initialize (line 16) | protected override void Initialize(IServiceProvider serviceProvider, M... FILE: JexusManager.Features.HttpRedirect/HttpRedirectModuleProvider.cs class HttpRedirectModuleProvider (line 11) | public class HttpRedirectModuleProvider : ModuleProvider method GetModuleDefinition (line 18) | public override ModuleDefinition GetModuleDefinition(IManagementContex... method SupportsScope (line 23) | public override bool SupportsScope(ManagementScope scope) FILE: JexusManager.Features.HttpRedirect/HttpRedirectPage.Designer.cs class HttpRedirectPage (line 6) | partial class HttpRedirectPage method Dispose (line 17) | protected override void Dispose(bool disposing) method InitializeComponent (line 32) | private void InitializeComponent() FILE: JexusManager.Features.HttpRedirect/HttpRedirectPage.cs class HttpRedirectPage (line 19) | internal partial class HttpRedirectPage : ModuleDialogPage class PageTaskList (line 21) | private sealed class PageTaskList : ShowHelpTaskList method PageTaskList (line 25) | public PageTaskList(HttpRedirectPage owner) method ShowHelp (line 30) | [Obfuscation(Exclude = true)] class CodeItem (line 37) | private class CodeItem method CodeItem (line 42) | public CodeItem(long code, string description) method ToString (line 48) | public override string ToString() method HttpRedirectPage (line 59) | public HttpRedirectPage() method Initialize (line 64) | protected override void Initialize(object navigationData) method ShowHelp (line 76) | protected override bool ShowHelp() method SplitContainer1SplitterMoved (line 81) | private void SplitContainer1SplitterMoved(object sender, SplitterEvent... method ApplyChanges (line 89) | protected override bool ApplyChanges() method CancelChanges (line 105) | protected override void CancelChanges() method InformChanges (line 123) | private void InformChanges() method ClearChanges (line 134) | private void ClearChanges() method OnRefresh (line 154) | protected override void OnRefresh() method CbSslCheckedChanged (line 194) | private void CbSslCheckedChanged(object sender, EventArgs e) method CbExactCheckedChanged (line 200) | private void CbExactCheckedChanged(object sender, EventArgs e) method CbCodeSelectedIndexChanged (line 205) | private void CbCodeSelectedIndexChanged(object sender, EventArgs e) method TxtLinkTextChanged (line 210) | private void TxtLinkTextChanged(object sender, EventArgs e) FILE: JexusManager.Features.HttpRedirect/Properties/Resources.Designer.cs class Resources (line 22) | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resource... method Resources (line 31) | [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Mic... FILE: JexusManager.Features.IpSecurity/DynamicDialog.Designer.cs class DynamicDialog (line 6) | partial class DynamicDialog method Dispose (line 17) | protected override void Dispose(bool disposing) method InitializeComponent (line 32) | private void InitializeComponent() FILE: JexusManager.Features.IpSecurity/DynamicDialog.cs class DynamicDialog (line 16) | internal partial class DynamicDialog : DialogForm method DynamicDialog (line 18) | public DynamicDialog(IServiceProvider serviceProvider, ConfigurationSe... FILE: JexusManager.Features.IpSecurity/IpSecurityFeature.cs class IpSecurityFeature (line 34) | internal class IpSecurityFeature : FeatureBase class FeatureTaskList (line 36) | private sealed class FeatureTaskList : DefaultTaskList method FeatureTaskList (line 40) | public FeatureTaskList(IpSecurityFeature owner) method GetTaskItems (line 45) | public override ICollection GetTaskItems() method AddAllow (line 73) | [Obfuscation(Exclude = true)] method AddDeny (line 79) | [Obfuscation(Exclude = true)] method Remove (line 85) | [Obfuscation(Exclude = true)] method Set (line 91) | [Obfuscation(Exclude = true)] method Revert (line 97) | [Obfuscation(Exclude = true)] method View (line 103) | [Obfuscation(Exclude = true)] method Dynamic (line 108) | [Obfuscation(Exclude = true)] method IpSecurityFeature (line 115) | public IpSecurityFeature(Module module) method GetTaskList (line 126) | public TaskList GetTaskList() method Load (line 131) | public void Load() method AddAllow (line 138) | public void AddAllow() method AddDeny (line 149) | public void AddDeny() method Remove (line 160) | public void Remove() method Revert (line 174) | public void Revert() method Set (line 195) | public void Set() method View (line 210) | public void View() method Dynamic (line 214) | public void Dynamic() method InitializeGrouping (line 229) | public override void InitializeGrouping(ToolStripComboBox cbGroup) method GetGroupKey (line 234) | public override string GetGroupKey(ListViewItem item, string selectedG... method GetCollection (line 247) | protected override ConfigurationElementCollection GetCollection(IConfi... method OnSettingsSaved (line 253) | protected override void OnSettingsSaved() method ShowHelp (line 258) | public virtual bool ShowHelp() FILE: JexusManager.Features.IpSecurity/IpSecurityItem.cs class IpSecurityItem (line 9) | internal class IpSecurityItem : IItem method IpSecurityItem (line 11) | public IpSecurityItem(ConfigurationElement element) method Apply (line 32) | public void Apply() method Equals (line 39) | public bool Equals(IpSecurityItem other) method Match (line 44) | public bool Match(IpSecurityItem other) FILE: JexusManager.Features.IpSecurity/IpSecurityModule.cs class IpSecurityModule (line 14) | internal class IpSecurityModule : Module method Initialize (line 16) | protected override void Initialize(IServiceProvider serviceProvider, M... FILE: JexusManager.Features.IpSecurity/IpSecurityModuleProvider.cs class IpSecurityModuleProvider (line 11) | public class IpSecurityModuleProvider : ModuleProvider method GetModuleDefinition (line 18) | public override ModuleDefinition GetModuleDefinition(IManagementContex... method SupportsScope (line 23) | public override bool SupportsScope(ManagementScope scope) FILE: JexusManager.Features.IpSecurity/IpSecurityPage.Designer.cs class IpSecurityPage (line 6) | partial class IpSecurityPage method Dispose (line 17) | protected override void Dispose(bool disposing) method InitializeComponent (line 32) | private void InitializeComponent() FILE: JexusManager.Features.IpSecurity/IpSecurityPage.cs class IpSecurityPage (line 18) | internal partial class IpSecurityPage : ModuleListPage class PageTaskList (line 20) | private sealed class PageTaskList : ShowHelpTaskList method PageTaskList (line 24) | public PageTaskList(IpSecurityPage owner) method ShowHelp (line 29) | [Obfuscation(Exclude = true)] class IpSecurityListViewItem (line 36) | private sealed class IpSecurityListViewItem : ListViewItem, IFeatureLi... method IpSecurityListViewItem (line 41) | public IpSecurityListViewItem(IpSecurityItem item, IpSecurityPage page) method IpSecurityPage (line 54) | public IpSecurityPage() method Initialize (line 59) | protected override void Initialize(object navigationData) method InitializeListPage (line 70) | protected override void InitializeListPage() method Refresh (line 96) | protected override void Refresh() method ListView1_KeyDown (line 102) | private void ListView1_KeyDown(object sender, KeyEventArgs e) method ListView1_MouseDoubleClick (line 110) | private void ListView1_MouseDoubleClick(object sender, EventArgs e) method listView1_SelectedIndexChanged (line 115) | private void listView1_SelectedIndexChanged(object sender, EventArgs e) method CbGroup_SelectedIndexChanged (line 121) | private void CbGroup_SelectedIndexChanged(object sender, EventArgs e) method ShowHelp (line 126) | protected override bool ShowHelp() FILE: JexusManager.Features.IpSecurity/NewRestrictionDialog.Designer.cs class NewRestrictionDialog (line 6) | sealed partial class NewRestrictionDialog method Dispose (line 17) | protected override void Dispose(bool disposing) method InitializeComponent (line 32) | private void InitializeComponent() FILE: JexusManager.Features.IpSecurity/NewRestrictionDialog.cs class NewRestrictionDialog (line 18) | internal sealed partial class NewRestrictionDialog : DialogForm method NewRestrictionDialog (line 20) | public NewRestrictionDialog(IServiceProvider serviceProvider, bool all... FILE: JexusManager.Features.IpSecurity/Properties/Resources.Designer.cs class Resources (line 22) | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resource... method Resources (line 31) | [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Mic... FILE: JexusManager.Features.IpSecurity/SetRestrictionsDialog.Designer.cs class SetRestrictionsDialog (line 6) | partial class SetRestrictionsDialog method Dispose (line 17) | protected override void Dispose(bool disposing) method InitializeComponent (line 32) | private void InitializeComponent() FILE: JexusManager.Features.IpSecurity/SetRestrictionsDialog.cs class SetRestrictionsDialog (line 16) | internal partial class SetRestrictionsDialog : DialogForm method SetRestrictionsDialog (line 18) | public SetRestrictionsDialog(IServiceProvider serviceProvider, Configu... FILE: JexusManager.Features.IsapiCgiRestriction/IsapiCgiRestrictionFeature.cs class IsapiCgiRestrictionFeature (line 33) | internal class IsapiCgiRestrictionFeature : FeatureBase method IsapiCgiRestrictionItem (line 11) | public IsapiCgiRestrictionItem(ConfigurationElement element) method Equals (line 35) | public bool Equals(IsapiCgiRestrictionItem other) method Apply (line 41) | public void Apply() method Match (line 48) | public bool Match(IsapiCgiRestrictionItem other) FILE: JexusManager.Features.IsapiCgiRestriction/IsapiCgiRestrictionModule.cs class IsapiCgiRestrictionModule (line 14) | internal class IsapiCgiRestrictionModule : Module method Initialize (line 16) | protected override void Initialize(IServiceProvider serviceProvider, M... FILE: JexusManager.Features.IsapiCgiRestriction/IsapiCgiRestrictionModuleProvider.cs class IsapiCgiRestrictionModuleProvider (line 11) | public class IsapiCgiRestrictionModuleProvider : ModuleProvider method GetModuleDefinition (line 18) | public override ModuleDefinition GetModuleDefinition(IManagementContex... method SupportsScope (line 23) | public override bool SupportsScope(ManagementScope scope) FILE: JexusManager.Features.IsapiCgiRestriction/IsapiCgiRestrictionPage.Designer.cs class IsapiCgiRestrictionPage (line 6) | partial class IsapiCgiRestrictionPage method Dispose (line 17) | protected override void Dispose(bool disposing) method InitializeComponent (line 32) | private void InitializeComponent() FILE: JexusManager.Features.IsapiCgiRestriction/IsapiCgiRestrictionPage.cs class IsapiCgiRestrictionPage (line 18) | internal partial class IsapiCgiRestrictionPage : ModuleListPage class PageTaskList (line 20) | private sealed class PageTaskList : ShowHelpTaskList method PageTaskList (line 24) | public PageTaskList(IsapiCgiRestrictionPage owner) method ShowHelp (line 29) | [Obfuscation(Exclude = true)] class IsapiCgiRestrictionListViewItem (line 36) | private sealed class IsapiCgiRestrictionListViewItem : ListViewItem, I... method IsapiCgiRestrictionListViewItem (line 42) | public IsapiCgiRestrictionListViewItem(IsapiCgiRestrictionItem item,... method IsapiCgiRestrictionPage (line 55) | public IsapiCgiRestrictionPage() method Initialize (line 60) | protected override void Initialize(object navigationData) method InitializeListPage (line 71) | protected override void InitializeListPage() method Refresh (line 97) | protected override void Refresh() method ListView1KeyDown (line 103) | private void ListView1KeyDown(object sender, KeyEventArgs e) method ListView1MouseDoubleClick (line 111) | private void ListView1MouseDoubleClick(object sender, MouseEventArgs e) method ListView1SelectedIndexChanged (line 116) | private void ListView1SelectedIndexChanged(object sender, EventArgs e) method CbGroupSelectedIndexChanged (line 122) | private void CbGroupSelectedIndexChanged(object sender, EventArgs e) method ShowHelp (line 127) | protected override bool ShowHelp() FILE: JexusManager.Features.IsapiCgiRestriction/NewRestrictionDialog.Designer.cs class NewRestrictionDialog (line 6) | sealed partial class NewRestrictionDialog method Dispose (line 17) | protected override void Dispose(bool disposing) method InitializeComponent (line 32) | private void InitializeComponent() FILE: JexusManager.Features.IsapiCgiRestriction/NewRestrictionDialog.cs class NewRestrictionDialog (line 16) | internal sealed partial class NewRestrictionDialog : DialogForm method NewRestrictionDialog (line 18) | public NewRestrictionDialog(IServiceProvider serviceProvider, IsapiCgi... FILE: JexusManager.Features.IsapiCgiRestriction/Properties/Resources.Designer.cs class Resources (line 22) | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resource... method Resources (line 31) | [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Mic... FILE: JexusManager.Features.IsapiCgiRestriction/SettingsDialog.Designer.cs class SettingsDialog (line 6) | internal partial class SettingsDialog method Dispose (line 17) | protected override void Dispose(bool disposing) method InitializeComponent (line 32) | private void InitializeComponent() FILE: JexusManager.Features.IsapiCgiRestriction/SettingsDialog.cs class SettingsDialog (line 16) | internal partial class SettingsDialog : DialogForm method SettingsDialog (line 18) | public SettingsDialog(IServiceProvider serviceProvider, ConfigurationE... FILE: JexusManager.Features.IsapiFilters/IsapiFiltersFeature.cs class IsapiFiltersFeature (line 33) | internal class IsapiFiltersFeature : FeatureBase class FeatureTaskList (line 35) | private sealed class FeatureTaskList : DefaultTaskList method FeatureTaskList (line 39) | public FeatureTaskList(IsapiFiltersFeature owner) method GetTaskItems (line 44) | public override ICollection GetTaskItems() method Add (line 77) | [Obfuscation(Exclude = true)] method Remove (line 83) | [Obfuscation(Exclude = true)] method Edit (line 89) | [Obfuscation(Exclude = true)] method Rename (line 95) | [Obfuscation(Exclude = true)] method MoveUp (line 101) | [Obfuscation(Exclude = true)] method MoveDown (line 107) | [Obfuscation(Exclude = true)] method InOrder (line 113) | [Obfuscation(Exclude = true)] method Unorder (line 119) | [Obfuscation(Exclude = true)] method Revert (line 125) | [Obfuscation(Exclude = true)] method IsapiFiltersFeature (line 132) | public IsapiFiltersFeature(Module module) method GetTaskList (line 143) | public TaskList GetTaskList() method Load (line 148) | public void Load() method GetCollection (line 156) | protected override ConfigurationElementCollection GetCollection(IConfi... method Add (line 162) | public void Add() method Remove (line 173) | public void Remove() method Edit (line 187) | public void Edit() method DoubleClick (line 192) | protected override void DoubleClick(IsapiFiltersItem item) method InitializeGrouping (line 203) | public override void InitializeGrouping(ToolStripComboBox cbGroup) method GetGroupKey (line 208) | public override string GetGroupKey(ListViewItem item, string selectedG... method Rename (line 219) | public void Rename() method MoveUp (line 224) | public void MoveUp() method MoveDown (line 243) | public void MoveDown() method InOrder (line 262) | public void InOrder() method Unorder (line 268) | public void Unorder() method Revert (line 274) | public void Revert() method OnSettingsSaved (line 295) | protected override void OnSettingsSaved() method ShowHelp (line 300) | public virtual bool ShowHelp() FILE: JexusManager.Features.IsapiFilters/IsapiFiltersItem.cs class IsapiFiltersItem (line 12) | internal class IsapiFiltersItem : IItem method IsapiFiltersItem (line 14) | public IsapiFiltersItem(ConfigurationElement element) method Equals (line 44) | public bool Equals(IsapiFiltersItem other) method Apply (line 50) | public void Apply() method Match (line 58) | public bool Match(IsapiFiltersItem other) FILE: JexusManager.Features.IsapiFilters/IsapiFiltersModule.cs class IsapiFiltersModule (line 14) | internal class IsapiFiltersModule : Module method Initialize (line 16) | protected override void Initialize(IServiceProvider serviceProvider, M... FILE: JexusManager.Features.IsapiFilters/IsapiFiltersModuleProvider.cs class IsapiFiltersModuleProvider (line 11) | public class IsapiFiltersModuleProvider : ModuleProvider method GetModuleDefinition (line 18) | public override ModuleDefinition GetModuleDefinition(IManagementContex... method SupportsScope (line 23) | public override bool SupportsScope(ManagementScope scope) FILE: JexusManager.Features.IsapiFilters/IsapiFiltersPage.Designer.cs class IsapiFiltersPage (line 6) | partial class IsapiFiltersPage method Dispose (line 17) | protected override void Dispose(bool disposing) method InitializeComponent (line 32) | private void InitializeComponent() FILE: JexusManager.Features.IsapiFilters/IsapiFiltersPage.cs class IsapiFiltersPage (line 16) | internal partial class IsapiFiltersPage : ModuleListPage class PageTaskList (line 18) | private sealed class PageTaskList : ShowHelpTaskList method PageTaskList (line 22) | public PageTaskList(IsapiFiltersPage owner) method ShowHelp (line 27) | [Obfuscation(Exclude = true)] class IsapiFiltersListViewItem (line 34) | private sealed class IsapiFiltersListViewItem : ListViewItem, IFeature... method IsapiFiltersListViewItem (line 40) | public IsapiFiltersListViewItem(IsapiFiltersItem item, IsapiFiltersP... method IsapiFiltersPage (line 53) | public IsapiFiltersPage() method Initialize (line 58) | protected override void Initialize(object navigationData) method InitializeListPage (line 86) | protected override void InitializeListPage() method Refresh (line 113) | protected override void Refresh() method ListView1KeyDown (line 119) | private void ListView1KeyDown(object sender, KeyEventArgs e) method ListView1MouseDoubleClick (line 127) | private void ListView1MouseDoubleClick(object sender, MouseEventArgs e) method ListView1SelectedIndexChanged (line 132) | private void ListView1SelectedIndexChanged(object sender, EventArgs e) method CbGroupSelectedIndexChanged (line 138) | private void CbGroupSelectedIndexChanged(object sender, EventArgs e) method ShowHelp (line 143) | protected override bool ShowHelp() FILE: JexusManager.Features.IsapiFilters/NewFilterDialog.Designer.cs class NewFilterDialog (line 6) | sealed partial class NewFilterDialog method Dispose (line 17) | protected override void Dispose(bool disposing) method InitializeComponent (line 32) | private void InitializeComponent() FILE: JexusManager.Features.IsapiFilters/NewFilterDialog.cs class NewFilterDialog (line 17) | internal sealed partial class NewFilterDialog : DialogForm method NewFilterDialog (line 19) | public NewFilterDialog(IServiceProvider serviceProvider, IsapiFiltersI... FILE: JexusManager.Features.IsapiFilters/Properties/Resources.Designer.cs class Resources (line 22) | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resource... method Resources (line 31) | [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Mic... FILE: JexusManager.Features.Jexus/JexusFeature.cs class JexusFeature (line 20) | internal class JexusFeature method JexusFeature (line 22) | public JexusFeature(Module module) method DisplayErrorMessage (line 32) | protected void DisplayErrorMessage(Exception ex, ResourceManager resou... method GetService (line 38) | protected object GetService(Type type) method Load (line 43) | public void Load() method OnJexusSettingsSaved (line 69) | protected void OnJexusSettingsSaved() method ShowHelp (line 74) | public virtual bool ShowHelp() method CancelChanges (line 100) | public void CancelChanges() method ApplyChanges (line 105) | public bool ApplyChanges() FILE: JexusManager.Features.Jexus/JexusModule.cs class JexusModule (line 14) | internal class JexusModule : Module method Initialize (line 16) | protected override void Initialize(IServiceProvider serviceProvider, M... FILE: JexusManager.Features.Jexus/JexusModuleProvider.cs class JexusModuleProvider (line 11) | public class JexusModuleProvider : ModuleProvider method GetModuleDefinition (line 18) | public override ModuleDefinition GetModuleDefinition(IManagementContex... method SupportsScope (line 23) | public override bool SupportsScope(ManagementScope scope) FILE: JexusManager.Features.Jexus/JexusPage.Designer.cs class JexusPage (line 6) | partial class JexusPage method Dispose (line 17) | protected override void Dispose(bool disposing) method InitializeComponent (line 32) | private void InitializeComponent() FILE: JexusManager.Features.Jexus/JexusPage.cs class JexusPage (line 18) | internal partial class JexusPage : ModuleDialogPage class PageTaskList (line 20) | private sealed class PageTaskList : ShowHelpTaskList method PageTaskList (line 24) | public PageTaskList(JexusPage owner) method ShowHelp (line 29) | [Obfuscation(Exclude = true)] method JexusPage (line 41) | public JexusPage() method Initialize (line 46) | protected override void Initialize(object navigationData) method ShowHelp (line 58) | protected override bool ShowHelp() method SplitContainer1SplitterMoved (line 63) | private void SplitContainer1SplitterMoved(object sender, SplitterEvent... method txtSettings_TextChanged (line 71) | private void txtSettings_TextChanged(object sender, EventArgs e) method ApplyChanges (line 77) | protected override bool ApplyChanges() method CancelChanges (line 88) | protected override void CancelChanges() method InformChanges (line 106) | private void InformChanges() method ClearChanges (line 117) | private void ClearChanges() method OnRefresh (line 137) | protected override void OnRefresh() FILE: JexusManager.Features.Jexus/Properties/Resources.Designer.cs class Resources (line 22) | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resource... method Resources (line 31) | [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Mic... FILE: JexusManager.Features.Logging/AddFieldDialog.Designer.cs class AddFieldDialog (line 6) | partial class AddFieldDialog method Dispose (line 17) | protected override void Dispose(bool disposing) method InitializeComponent (line 32) | private void InitializeComponent() FILE: JexusManager.Features.Logging/AddFieldDialog.cs class AddFieldDialog (line 16) | internal partial class AddFieldDialog : DialogForm method AddFieldDialog (line 21) | public AddFieldDialog(IServiceProvider serviceProvider, CustomLogField... method AddFieldDialog_HelpButtonClicked (line 134) | private void AddFieldDialog_HelpButtonClicked(object sender, CancelEve... FILE: JexusManager.Features.Logging/Fields.cs class Fields (line 6) | class Fields method Fields (line 13) | public Fields(SiteLogFile file) FILE: JexusManager.Features.Logging/FieldsDialog.Designer.cs class FieldsDialog (line 6) | partial class FieldsDialog method Dispose (line 17) | protected override void Dispose(bool disposing) method InitializeComponent (line 32) | private void InitializeComponent() FILE: JexusManager.Features.Logging/FieldsDialog.cs class FieldsDialog (line 17) | internal partial class FieldsDialog : DialogForm class StandardListViewItem (line 19) | private class StandardListViewItem : ListViewItem method StandardListViewItem (line 21) | public StandardListViewItem(LogExtFileFlags flag) method ToString (line 29) | private static string ToString(LogExtFileFlags flag) class CustomListViewItem (line 39) | private class CustomListViewItem : ListViewItem method CustomListViewItem (line 43) | public CustomListViewItem(CustomLogField custom) method ToString (line 51) | private static string ToString(CustomLogFieldSourceType type) method Update (line 66) | public void Update() method FieldsDialog (line 76) | public FieldsDialog(IServiceProvider serviceProvider, Fields logFile) method FieldsDialog_HelpButtonClicked (line 190) | private void FieldsDialog_HelpButtonClicked(object sender, CancelEvent... method FieldsDialog_Shown (line 195) | private void FieldsDialog_Shown(object sender, EventArgs e) FILE: JexusManager.Features.Logging/LoggingFeature.cs class LoggingFeature (line 23) | internal class LoggingFeature class FeatureTaskList (line 25) | private sealed class FeatureTaskList : TaskList method FeatureTaskList (line 29) | public FeatureTaskList(LoggingFeature owner) method GetTaskItems (line 34) | public override ICollection GetTaskItems() method Enable (line 51) | [Obfuscation(Exclude = true)] method Disable (line 57) | [Obfuscation(Exclude = true)] method View (line 63) | [Obfuscation(Exclude = true)] method LoggingFeature (line 70) | public LoggingFeature(Module module) method DisplayErrorMessage (line 81) | protected void DisplayErrorMessage(Exception ex, ResourceManager resou... method GetService (line 87) | protected object GetService(Type type) method GetTaskList (line 92) | public TaskList GetTaskList() method Load (line 97) | public void Load() method Enable (line 174) | private void Enable() method Disable (line 182) | private void Disable() method View (line 190) | private void View() method SelectFields (line 205) | internal bool SelectFields() method OnLoggingSettingsSaved (line 216) | protected void OnLoggingSettingsSaved() method SetEnabled (line 221) | public void SetEnabled(bool enabled) method ShowHelp (line 227) | public virtual bool ShowHelp() method CancelChanges (line 247) | public void CancelChanges() method ApplyChanges (line 252) | public bool ApplyChanges() FILE: JexusManager.Features.Logging/LoggingModule.cs class LoggingModule (line 14) | internal class LoggingModule : Module method Initialize (line 16) | protected override void Initialize(IServiceProvider serviceProvider, M... FILE: JexusManager.Features.Logging/LoggingModuleProvider.cs class LoggingModuleProvider (line 11) | public class LoggingModuleProvider : ModuleProvider method GetModuleDefinition (line 18) | public override ModuleDefinition GetModuleDefinition(IManagementContex... method SupportsScope (line 23) | public override bool SupportsScope(ManagementScope scope) FILE: JexusManager.Features.Logging/LoggingPage.Designer.cs class LoggingPage (line 6) | partial class LoggingPage method Dispose (line 17) | protected override void Dispose(bool disposing) method InitializeComponent (line 32) | private void InitializeComponent() FILE: JexusManager.Features.Logging/LoggingPage.cs class LoggingPage (line 16) | internal partial class LoggingPage : ModuleDialogPage class PageTaskList (line 18) | private sealed class PageTaskList : ShowHelpTaskList method PageTaskList (line 22) | public PageTaskList(LoggingPage owner) method ShowHelp (line 27) | [Obfuscation(Exclude = true)] method LoggingPage (line 40) | public LoggingPage() method Initialize (line 45) | protected override void Initialize(object navigationData) method ShowHelp (line 56) | protected override bool ShowHelp() method splitContainer1_SplitterMoved (line 61) | private void splitContainer1_SplitterMoved(object sender, SplitterEven... method btnBrowse_Click (line 69) | private void btnBrowse_Click(object sender, EventArgs e) method cbFormat_SelectedIndexChanged (line 76) | private void cbFormat_SelectedIndexChanged(object sender, EventArgs e) method InformChanges (line 83) | private void InformChanges() method ClearChanges (line 94) | private void ClearChanges() method OnRefresh (line 100) | protected override void OnRefresh() method txtPath_TextChanged (line 176) | private void txtPath_TextChanged(object sender, EventArgs e) method cbEncoding_SelectedIndexChanged (line 192) | private void cbEncoding_SelectedIndexChanged(object sender, EventArgs e) method ApplyChanges (line 198) | protected override bool ApplyChanges() method CancelChanges (line 209) | protected override void CancelChanges() method btnSelect_Click (line 217) | private void btnSelect_Click(object sender, EventArgs e) method rbFile_CheckedChanged (line 225) | private void rbFile_CheckedChanged(object sender, EventArgs e) method rbSchedule_CheckedChanged (line 243) | private void rbSchedule_CheckedChanged(object sender, EventArgs e) method cbLocalTime_CheckedChanged (line 279) | private void cbLocalTime_CheckedChanged(object sender, EventArgs e) method cbSchedule_SelectedIndexChanged (line 285) | private void cbSchedule_SelectedIndexChanged(object sender, EventArgs e) method txtSize_TextChanged (line 306) | private void txtSize_TextChanged(object sender, EventArgs e) FILE: JexusManager.Features.Logging/Properties/Resources.Designer.cs class Resources (line 22) | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resource... method Resources (line 31) | [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Mic... FILE: JexusManager.Features.MimeMap/MimeMapFeature.cs class MimeMapFeature (line 33) | internal class MimeMapFeature : FeatureBase class FeatureTaskList (line 35) | private sealed class FeatureTaskList : DefaultTaskList method FeatureTaskList (line 39) | public FeatureTaskList(MimeMapFeature owner) method GetTaskItems (line 44) | public override ICollection GetTaskItems() method Add (line 58) | [Obfuscation(Exclude = true)] method Remove (line 64) | [Obfuscation(Exclude = true)] method Edit (line 70) | [Obfuscation(Exclude = true)] method MimeMapFeature (line 77) | public MimeMapFeature(Module module) method GetTaskList (line 88) | public TaskList GetTaskList() method Load (line 93) | public void Load() method GetCollection (line 101) | protected override ConfigurationElementCollection GetCollection(IConfi... method Add (line 107) | public void Add() method Remove (line 118) | public void Remove() method Edit (line 132) | public void Edit() method DoubleClick (line 137) | protected override void DoubleClick(MimeMapItem item) method InitializeGrouping (line 148) | public override void InitializeGrouping(ToolStripComboBox cbGroup) method GetGroupKey (line 153) | public override string GetGroupKey(ListViewItem item, string selectedG... method OnSettingsSaved (line 166) | protected override void OnSettingsSaved() method ShowHelp (line 171) | public virtual bool ShowHelp() FILE: JexusManager.Features.MimeMap/MimeMapItem.cs class MimeMapItem (line 9) | internal class MimeMapItem : IItem method MimeMapItem (line 11) | public MimeMapItem(ConfigurationElement element) method Equals (line 32) | public bool Equals(MimeMapItem other) method Apply (line 38) | public void Apply() method Match (line 44) | public bool Match(MimeMapItem other) FILE: JexusManager.Features.MimeMap/MimeMapModule.cs class MimeMapModule (line 14) | internal class MimeMapModule : Module method Initialize (line 16) | protected override void Initialize(IServiceProvider serviceProvider, M... FILE: JexusManager.Features.MimeMap/MimeMapModuleProvider.cs class MimeMapModuleProvider (line 11) | public class MimeMapModuleProvider : ModuleProvider method GetModuleDefinition (line 18) | public override ModuleDefinition GetModuleDefinition(IManagementContex... method SupportsScope (line 23) | public override bool SupportsScope(ManagementScope scope) FILE: JexusManager.Features.MimeMap/MimeMapPage.Designer.cs class MimeMapPage (line 6) | partial class MimeMapPage method Dispose (line 17) | protected override void Dispose(bool disposing) method InitializeComponent (line 32) | private void InitializeComponent() FILE: JexusManager.Features.MimeMap/MimeMapPage.cs class MimeMapPage (line 18) | internal partial class MimeMapPage : ModuleListPage class PageTaskList (line 20) | private sealed class PageTaskList : ShowHelpTaskList method PageTaskList (line 24) | public PageTaskList(MimeMapPage owner) method ShowHelp (line 29) | [Obfuscation(Exclude = true)] class MimeMapListViewItem (line 36) | private sealed class MimeMapListViewItem : ListViewItem, IFeatureListV... method MimeMapListViewItem (line 42) | public MimeMapListViewItem(MimeMapItem item, MimeMapPage page) method MimeMapPage (line 55) | public MimeMapPage() method Initialize (line 60) | protected override void Initialize(object navigationData) method InitializeListPage (line 71) | protected override void InitializeListPage() method Refresh (line 97) | protected override void Refresh() method ListView1_KeyDown (line 103) | private void ListView1_KeyDown(object sender, KeyEventArgs e) method ListView1_MouseDoubleClick (line 111) | private void ListView1_MouseDoubleClick(object sender, EventArgs e) method listView1_SelectedIndexChanged (line 116) | private void listView1_SelectedIndexChanged(object sender, EventArgs e) method CbGroup_SelectedIndexChanged (line 122) | private void CbGroup_SelectedIndexChanged(object sender, EventArgs e) method ShowHelp (line 127) | protected override bool ShowHelp() FILE: JexusManager.Features.MimeMap/NewMapItemDialog.cs class NewMapItemDialog (line 16) | internal sealed partial class NewMapItemDialog : DialogForm method NewMapItemDialog (line 18) | public NewMapItemDialog(IServiceProvider serviceProvider, MimeMapItem ... FILE: JexusManager.Features.MimeMap/NewMapItemDialog.designer.cs class NewMapItemDialog (line 6) | sealed partial class NewMapItemDialog method Dispose (line 17) | protected override void Dispose(bool disposing) method InitializeComponent (line 32) | private void InitializeComponent() FILE: JexusManager.Features.MimeMap/Properties/Resources.Designer.cs class Resources (line 22) | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resource... method Resources (line 31) | [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Mic... FILE: JexusManager.Features.Modules/GlobalModule.cs class GlobalModule (line 11) | internal class GlobalModule : IItem method GlobalModule (line 13) | public GlobalModule(ConfigurationElement element) method Equals (line 38) | public bool Equals(GlobalModule other) method Apply (line 45) | public void Apply() method Match (line 54) | public bool Match(GlobalModule other) FILE: JexusManager.Features.Modules/ModulesFeature.cs class ModulesFeature (line 33) | internal class ModulesFeature : FeatureBase class FeatureTaskList (line 35) | private sealed class FeatureTaskList : DefaultTaskList method FeatureTaskList (line 39) | public FeatureTaskList(ModulesFeature owner) method GetTaskItems (line 44) | public override ICollection GetTaskItems() method AddManaged (line 77) | [Obfuscation(Exclude = true)] method Add (line 83) | [Obfuscation(Exclude = true)] method Remove (line 89) | [Obfuscation(Exclude = true)] method Edit (line 95) | [Obfuscation(Exclude = true)] method Rename (line 101) | [Obfuscation(Exclude = true)] method MoveUp (line 107) | [Obfuscation(Exclude = true)] method MoveDown (line 113) | [Obfuscation(Exclude = true)] method InOrder (line 119) | [Obfuscation(Exclude = true)] method Unorder (line 125) | [Obfuscation(Exclude = true)] method Revert (line 131) | [Obfuscation(Exclude = true)] method ModulesFeature (line 138) | public ModulesFeature(Module module) method GetTaskList (line 149) | public TaskList GetTaskList() method Load (line 154) | public void Load() method LoadItems (line 171) | public override void LoadItems() method GetCollection (line 186) | protected override ConfigurationElementCollection GetCollection(IConfi... method Add (line 195) | public void Add() method AddManaged (line 220) | public void AddManaged() method AddGlobal (line 231) | public void AddGlobal(GlobalModule item) method RemoveGlobal (line 241) | public void RemoveGlobal(GlobalModule item) method Remove (line 251) | public void Remove() method Edit (line 266) | public void Edit() method DoubleClick (line 271) | protected override void DoubleClick(ModulesItem item) method InitializeGrouping (line 282) | public override void InitializeGrouping(ToolStripComboBox cbGroup) method GetGroupKey (line 287) | public override string GetGroupKey(ListViewItem item, string selectedG... method Rename (line 300) | public void Rename() method MoveUp (line 304) | public void MoveUp() method MoveDown (line 323) | public void MoveDown() method InOrder (line 342) | public void InOrder() method Unorder (line 348) | public void Unorder() method Revert (line 354) | public void Revert() method OnSettingsSaved (line 375) | protected override void OnSettingsSaved() method ShowHelp (line 380) | public virtual bool ShowHelp() FILE: JexusManager.Features.Modules/ModulesItem.cs class ModulesItem (line 12) | internal class ModulesItem : IItem method ModulesItem (line 14) | public ModulesItem(ConfigurationElement element) method Load (line 37) | public ModulesItem Load(ModulesFeature feature) method Equals (line 113) | public bool Equals(ModulesItem other) method Apply (line 119) | public void Apply() method Match (line 131) | public bool Match(ModulesItem other) method Unload (line 137) | public void Unload() FILE: JexusManager.Features.Modules/ModulesModule.cs class ModulesModule (line 13) | internal class ModulesModule : Module method Initialize (line 15) | protected override void Initialize(IServiceProvider serviceProvider, M... FILE: JexusManager.Features.Modules/ModulesModuleProvider.cs class ModulesModuleProvider (line 11) | public class ModulesModuleProvider : ModuleProvider method GetModuleDefinition (line 18) | public override ModuleDefinition GetModuleDefinition(IManagementContex... method SupportsScope (line 23) | public override bool SupportsScope(ManagementScope scope) FILE: JexusManager.Features.Modules/ModulesPage.Designer.cs class ModulesPage (line 6) | partial class ModulesPage method Dispose (line 17) | protected override void Dispose(bool disposing) method InitializeComponent (line 32) | private void InitializeComponent() FILE: JexusManager.Features.Modules/ModulesPage.cs class ModulesPage (line 18) | internal partial class ModulesPage : ModuleListPage class PageTaskList (line 20) | private sealed class PageTaskList : ShowHelpTaskList method PageTaskList (line 24) | public PageTaskList(ModulesPage owner) method ShowHelp (line 29) | [Obfuscation(Exclude = true)] class ModulesListViewItem (line 36) | private sealed class ModulesListViewItem : ListViewItem, IFeatureListV... method ModulesListViewItem (line 42) | public ModulesListViewItem(ModulesItem item, ModulesPage page) method ModulesPage (line 56) | public ModulesPage() method Initialize (line 61) | protected override void Initialize(object navigationData) method InitializeListPage (line 72) | protected override void InitializeListPage() method Refresh (line 99) | protected override void Refresh() method ListView1KeyDown (line 105) | private void ListView1KeyDown(object sender, KeyEventArgs e) method ListView1MouseDoubleClick (line 113) | private void ListView1MouseDoubleClick(object sender, MouseEventArgs e) method ListView1SelectedIndexChanged (line 118) | private void ListView1SelectedIndexChanged(object sender, EventArgs e) method CbGroup_SelectedIndexChanged (line 124) | private void CbGroup_SelectedIndexChanged(object sender, EventArgs e) method ShowHelp (line 129) | protected override bool ShowHelp() FILE: JexusManager.Features.Modules/NativeModulesDialog.Designer.cs class NativeModulesDialog (line 6) | internal partial class NativeModulesDialog method Dispose (line 17) | protected override void Dispose(bool disposing) method InitializeComponent (line 32) | private void InitializeComponent() FILE: JexusManager.Features.Modules/NativeModulesDialog.cs class NativeModulesDialog (line 18) | internal partial class NativeModulesDialog : DialogForm method NativeModulesDialog (line 20) | public NativeModulesDialog(IServiceProvider serviceProvider, ModulesFe... FILE: JexusManager.Features.Modules/NewModuleDialog.Designer.cs class NewModuleDialog (line 6) | sealed partial class NewModuleDialog method Dispose (line 17) | protected override void Dispose(bool disposing) method InitializeComponent (line 32) | private void InitializeComponent() FILE: JexusManager.Features.Modules/NewModuleDialog.cs class NewModuleDialog (line 17) | internal sealed partial class NewModuleDialog : DialogForm method NewModuleDialog (line 19) | public NewModuleDialog(IServiceProvider serviceProvider, ModulesItem e... FILE: JexusManager.Features.Modules/NewNativeDialog.Designer.cs class NewNativeDialog (line 3) | internal sealed partial class NewNativeDialog method Dispose (line 14) | protected override void Dispose(bool disposing) method InitializeComponent (line 29) | private void InitializeComponent() FILE: JexusManager.Features.Modules/NewNativeDialog.cs class NewNativeDialog (line 15) | internal sealed partial class NewNativeDialog : DialogForm method NewNativeDialog (line 17) | public NewNativeDialog(IServiceProvider serviceProvider, GlobalModule ... FILE: JexusManager.Features.Modules/Properties/Resources.Designer.cs class Resources (line 22) | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resource... method Resources (line 31) | [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Mic... FILE: JexusManager.Features.RequestFiltering/AppliesToItem.cs class AppliesToItem (line 9) | internal class AppliesToItem method AppliesToItem (line 13) | public AppliesToItem(ConfigurationElement child) method Apply (line 26) | public void Apply() method AppendTo (line 31) | public void AppendTo(ConfigurationElementCollection appliesToCollection) FILE: JexusManager.Features.RequestFiltering/DenyStringsItem.cs class DenyStringsItem (line 9) | internal class DenyStringsItem method DenyStringsItem (line 13) | public DenyStringsItem(ConfigurationElement child) method Apply (line 26) | public void Apply() method AppendTo (line 31) | public void AppendTo(ConfigurationElementCollection denyStringsCollect... FILE: JexusManager.Features.RequestFiltering/FileExtensionsFeature.cs class FileExtensionsFeature (line 19) | internal class FileExtensionsFeature : RequestFilteringFeature method Match (line 13) | public bool Match(FileExtensionsItem other) method FileExtensionsItem (line 18) | public FileExtensionsItem(ConfigurationElement element) method Apply (line 37) | public void Apply() method Equals (line 43) | public bool Equals(FileExtensionsItem other) FILE: JexusManager.Features.RequestFiltering/FilteringRulesFeature.cs class FilteringRulesFeature (line 21) | internal class FilteringRulesFeature : RequestFilteringFeature method Match (line 17) | public bool Match(FilteringRulesItem other) method FilteringRulesItem (line 66) | public FilteringRulesItem(ConfigurationElement element) method Apply (line 97) | public void Apply() method Equals (line 127) | public bool Equals(FilteringRulesItem other) FILE: JexusManager.Features.RequestFiltering/HeadersFeature.cs class HeadersFeature (line 21) | internal class HeadersFeature : RequestFilteringFeature class FeatureTaskList (line 23) | private sealed class FeatureTaskList : DefaultTaskList method FeatureTaskList (line 27) | public FeatureTaskList(HeadersFeature owner) method GetTaskItems (line 32) | public override ICollection GetTaskItems() method AddHeader (line 48) | [Obfuscation(Exclude = true)] method Remove (line 54) | [Obfuscation(Exclude = true)] method HeadersFeature (line 61) | public HeadersFeature(Module module) method GetTaskList (line 68) | public override TaskList GetTaskList() method Add (line 72) | public void Add() method Remove (line 83) | public void Remove() method Load (line 97) | public override void Load() method GetCollection (line 102) | protected override ConfigurationElementCollection GetCollection(IConfi... method ShowHelp (line 112) | public override bool ShowHelp() FILE: JexusManager.Features.RequestFiltering/HeadersItem.cs class HeadersItem (line 9) | internal class HeadersItem : IItem method Match (line 13) | public bool Match(HeadersItem other) method HeadersItem (line 18) | public HeadersItem(ConfigurationElement element) method Apply (line 34) | public void Apply() method Equals (line 42) | public bool Equals(HeadersItem other) FILE: JexusManager.Features.RequestFiltering/HiddenSegmentsFeature.cs class HiddenSegmentsFeature (line 21) | internal class HiddenSegmentsFeature : RequestFilteringFeature method HiddenSegmentsItem (line 11) | public HiddenSegmentsItem(ConfigurationElement element) method Equals (line 27) | public bool Equals(HiddenSegmentsItem other) method Match (line 32) | public bool Match(HiddenSegmentsItem other) method Apply (line 37) | public void Apply() FILE: JexusManager.Features.RequestFiltering/IRequestFilteringFeature.cs type IRequestFilteringFeature (line 9) | internal interface IRequestFilteringFeature method GetTaskList (line 11) | TaskList GetTaskList(); method ShowHelp (line 13) | bool ShowHelp(); FILE: JexusManager.Features.RequestFiltering/NewExtensionDialog.Designer.cs class NewExtensionDialog (line 6) | internal sealed partial class NewExtensionDialog method Dispose (line 17) | protected override void Dispose(bool disposing) method InitializeComponent (line 32) | private void InitializeComponent() FILE: JexusManager.Features.RequestFiltering/NewExtensionDialog.cs class NewExtensionDialog (line 17) | internal sealed partial class NewExtensionDialog : DialogForm method NewExtensionDialog (line 19) | public NewExtensionDialog(IServiceProvider serviceProvider, FileExtens... method NewHiddenSegmentDialogHelpButtonClicked (line 62) | private void NewHiddenSegmentDialogHelpButtonClicked(object sender, Ca... FILE: JexusManager.Features.RequestFiltering/NewHeaderDialog.Designer.cs class NewHeaderDialog (line 6) | internal sealed partial class NewHeaderDialog method Dispose (line 17) | protected override void Dispose(bool disposing) method InitializeComponent (line 32) | private void InitializeComponent() FILE: JexusManager.Features.RequestFiltering/NewHeaderDialog.cs class NewHeaderDialog (line 16) | internal sealed partial class NewHeaderDialog : DialogForm method NewHeaderDialog (line 18) | public NewHeaderDialog(IServiceProvider serviceProvider) method NewHiddenSegmentDialogHelpButtonClicked (line 50) | private void NewHiddenSegmentDialogHelpButtonClicked(object sender, Ca... FILE: JexusManager.Features.RequestFiltering/NewHiddenSegmentDialog.Designer.cs class NewHiddenSegmentDialog (line 6) | internal partial class NewHiddenSegmentDialog method Dispose (line 17) | protected override void Dispose(bool disposing) method InitializeComponent (line 32) | private void InitializeComponent() FILE: JexusManager.Features.RequestFiltering/NewHiddenSegmentDialog.cs class NewHiddenSegmentDialog (line 16) | internal partial class NewHiddenSegmentDialog : DialogForm method NewHiddenSegmentDialog (line 18) | public NewHiddenSegmentDialog(IServiceProvider serviceProvider) method NewHiddenSegmentDialogHelpButtonClicked (line 49) | private void NewHiddenSegmentDialogHelpButtonClicked(object sender, Ca... FILE: JexusManager.Features.RequestFiltering/NewQueryDialog.Designer.cs class NewQueryDialog (line 6) | internal sealed partial class NewQueryDialog method Dispose (line 17) | protected override void Dispose(bool disposing) method InitializeComponent (line 32) | private void InitializeComponent() FILE: JexusManager.Features.RequestFiltering/NewQueryDialog.cs class NewQueryDialog (line 16) | internal sealed partial class NewQueryDialog : DialogForm method NewQueryDialog (line 18) | public NewQueryDialog(IServiceProvider serviceProvider, bool allowed) method NewHiddenSegmentDialogHelpButtonClicked (line 49) | private void NewHiddenSegmentDialogHelpButtonClicked(object sender, Ca... FILE: JexusManager.Features.RequestFiltering/NewRuleDialog.Designer.cs class NewRuleDialog (line 6) | internal sealed partial class NewRuleDialog method Dispose (line 17) | protected override void Dispose(bool disposing) method InitializeComponent (line 32) | private void InitializeComponent() FILE: JexusManager.Features.RequestFiltering/NewRuleDialog.cs class NewRuleDialog (line 16) | internal sealed partial class NewRuleDialog : DialogForm method NewRuleDialog (line 18) | public NewRuleDialog(IServiceProvider serviceProvider, FilteringRulesI... method NewHiddenSegmentDialogHelpButtonClicked (line 103) | private void NewHiddenSegmentDialogHelpButtonClicked(object sender, Ca... FILE: JexusManager.Features.RequestFiltering/NewUrlDialog.Designer.cs class NewUrlDialog (line 6) | internal sealed partial class NewUrlDialog method Dispose (line 17) | protected override void Dispose(bool disposing) method InitializeComponent (line 32) | private void InitializeComponent() FILE: JexusManager.Features.RequestFiltering/NewUrlDialog.cs class NewUrlDialog (line 16) | internal sealed partial class NewUrlDialog : DialogForm method NewUrlDialog (line 18) | public NewUrlDialog(IServiceProvider serviceProvider, bool allowed) method NewHiddenSegmentDialogHelpButtonClicked (line 50) | private void NewHiddenSegmentDialogHelpButtonClicked(object sender, Ca... FILE: JexusManager.Features.RequestFiltering/NewVerbDialog.Designer.cs class NewVerbDialog (line 6) | internal sealed partial class NewVerbDialog method Dispose (line 17) | protected override void Dispose(bool disposing) method InitializeComponent (line 32) | private void InitializeComponent() FILE: JexusManager.Features.RequestFiltering/NewVerbDialog.cs class NewVerbDialog (line 16) | internal sealed partial class NewVerbDialog : DialogForm method NewVerbDialog (line 18) | public NewVerbDialog(IServiceProvider serviceProvider, bool allowed) method NewHiddenSegmentDialogHelpButtonClicked (line 49) | private void NewHiddenSegmentDialogHelpButtonClicked(object sender, Ca... FILE: JexusManager.Features.RequestFiltering/Properties/Resources.Designer.cs class Resources (line 22) | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resource... method Resources (line 31) | [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Mic... FILE: JexusManager.Features.RequestFiltering/QueryStringsFeature.cs class QueryStringsFeature (line 21) | internal class QueryStringsFeature : RequestFilteringFeature method Match (line 15) | public bool Match(QueryStringsItem other) method QueryStringsItem (line 20) | public QueryStringsItem(ConfigurationElement element, bool allowed) method Apply (line 41) | public void Apply() method Equals (line 55) | public bool Equals(QueryStringsItem other) FILE: JexusManager.Features.RequestFiltering/RequestFilteringFeature.cs class RequestFilteringFeature (line 22) | internal abstract class RequestFilteringFeature : FeatureBase, IRe... method RequestFilteringFeature (line 25) | protected RequestFilteringFeature(Module module) method GetTaskList (line 35) | public abstract TaskList GetTaskList(); method Load (line 37) | public abstract void Load(); method OnSettingsSaved (line 39) | protected override void OnSettingsSaved() method ShowHelp (line 44) | public abstract bool ShowHelp(); FILE: JexusManager.Features.RequestFiltering/RequestFilteringModule.cs class RequestFilteringModule (line 14) | internal class RequestFilteringModule : Module method Initialize (line 16) | protected override void Initialize(IServiceProvider serviceProvider, M... FILE: JexusManager.Features.RequestFiltering/RequestFilteringModuleProvider.cs class RequestFilteringModuleProvider (line 11) | public class RequestFilteringModuleProvider : ModuleProvider method GetModuleDefinition (line 18) | public override ModuleDefinition GetModuleDefinition(IManagementContex... method SupportsScope (line 23) | public override bool SupportsScope(ManagementScope scope) FILE: JexusManager.Features.RequestFiltering/RequestFilteringPage.Designer.cs class RequestFilteringPage (line 7) | partial class RequestFilteringPage method Dispose (line 18) | protected override void Dispose(bool disposing) method InitializeComponent (line 33) | private void InitializeComponent() FILE: JexusManager.Features.RequestFiltering/RequestFilteringPage.cs class RequestFilteringPage (line 18) | internal partial class RequestFilteringPage : ModuleListPage class PageTaskList (line 20) | private sealed class PageTaskList : DefaultTaskList method PageTaskList (line 24) | public PageTaskList(RequestFilteringPage owner) method GetTaskItems (line 29) | public override ICollection GetTaskItems() method Set (line 38) | [Obfuscation(Exclude = true)] method ShowHelp (line 44) | [Obfuscation(Exclude = true)] class ExtensionListViewItem (line 51) | private sealed class ExtensionListViewItem : ListViewItem, IFeatureLis... method ExtensionListViewItem (line 56) | public ExtensionListViewItem(FileExtensionsItem item, RequestFilteri... class RuleListViewItem (line 65) | private sealed class RuleListViewItem : ListViewItem, IFeatureListView... method RuleListViewItem (line 70) | public RuleListViewItem(FilteringRulesItem item, RequestFilteringPag... class SegmentListViewItem (line 81) | private sealed class SegmentListViewItem : ListViewItem, IFeatureListV... method SegmentListViewItem (line 86) | public SegmentListViewItem(HiddenSegmentsItem item, RequestFiltering... class UrlListViewItem (line 94) | private sealed class UrlListViewItem : ListViewItem, IFeatureListViewI... method UrlListViewItem (line 99) | public UrlListViewItem(UrlsItem item, RequestFilteringPage page) class VerbListViewItem (line 108) | private sealed class VerbListViewItem : ListViewItem, IFeatureListView... method VerbListViewItem (line 113) | public VerbListViewItem(VerbsItem item, RequestFilteringPage page) class HeaderListViewItem (line 122) | private sealed class HeaderListViewItem : ListViewItem, IFeatureListVi... method HeaderListViewItem (line 127) | public HeaderListViewItem(HeadersItem item, RequestFilteringPage page) class QueryListViewItem (line 136) | private sealed class QueryListViewItem : ListViewItem, IFeatureListVie... method QueryListViewItem (line 141) | public QueryListViewItem(QueryStringsItem item, RequestFilteringPage... method RequestFilteringPage (line 152) | public RequestFilteringPage() method Initialize (line 171) | protected override void Initialize(object navigationData) method InitializeListPage (line 221) | protected override void InitializeListPage() method RefreshExtensions (line 225) | private void RefreshExtensions() method RefreshRules (line 254) | private void RefreshRules() method RefreshSegments (line 283) | private void RefreshSegments() method RefreshUrls (line 312) | private void RefreshUrls() method RefreshVerbs (line 341) | private void RefreshVerbs() method RefreshHeaders (line 370) | private void RefreshHeaders() method RefreshQueries (line 399) | private void RefreshQueries() method Refresh (line 428) | protected override void Refresh() method LvExtensions_KeyDown (line 440) | private void LvExtensions_KeyDown(object sender, KeyEventArgs e) method LvExtensions_MouseDoubleClick (line 449) | private void LvExtensions_MouseDoubleClick(object sender, MouseEventAr... method LvExtensionsSelectedIndexChanged (line 455) | private void LvExtensionsSelectedIndexChanged(object sender, EventArgs e) method LvRules_KeyDown (line 462) | private void LvRules_KeyDown(object sender, KeyEventArgs e) method LvRules_MouseDoubleClick (line 471) | private void LvRules_MouseDoubleClick(Object sender, MouseEventArgs e) method LvRulesSelectedIndexChanged (line 477) | private void LvRulesSelectedIndexChanged(object sender, EventArgs e) method LvSegments_KeyDown (line 484) | private void LvSegments_KeyDown(object sender, KeyEventArgs e) method LvSegments_MouseDoubleClick (line 493) | private void LvSegments_MouseDoubleClick(object sender, MouseEventArgs e) method LvSegmentsSelectedIndexChanged (line 499) | private void LvSegmentsSelectedIndexChanged(object sender, EventArgs e) method LvUrls_KeyDown (line 506) | private void LvUrls_KeyDown(object sender, KeyEventArgs e) method LvUrls_MouseDoubleClick (line 515) | private void LvUrls_MouseDoubleClick(object sender, MouseEventArgs e) method LvUrlsSelectedIndexChanged (line 521) | private void LvUrlsSelectedIndexChanged(object sender, EventArgs e) method LvVerbs_KeyDown (line 528) | private void LvVerbs_KeyDown(object sender, KeyEventArgs e) method LvVerbs_MouseDoubleClick (line 537) | private void LvVerbs_MouseDoubleClick(object sender, MouseEventArgs e) method LvVerbsSelectedIndexChanged (line 543) | private void LvVerbsSelectedIndexChanged(object sender, EventArgs e) method LvHeaders_KeyDown (line 550) | private void LvHeaders_KeyDown(object sender, KeyEventArgs e) method LvHeaders_MouseDoubleClick (line 559) | private void LvHeaders_MouseDoubleClick(object sender, MouseEventArgs e) method LvHeadersSelectedIndexChanged (line 565) | private void LvHeadersSelectedIndexChanged(object sender, EventArgs e) method LvQueries_KeyDown (line 572) | private void LvQueries_KeyDown(object sender, KeyEventArgs e) method LvQueries_MouseDoubleClick (line 581) | private void LvQueries_MouseDoubleClick(object sender, MouseEventArgs e) method LvQueriesSelectedIndexChanged (line 587) | private void LvQueriesSelectedIndexChanged(object sender, EventArgs e) method ShowHelp (line 594) | protected override bool ShowHelp() method SplitContainer1SplitterMoved (line 615) | private void SplitContainer1SplitterMoved(object sender, SplitterEvent... method TabControl1SelectedIndexChanged (line 623) | private void TabControl1SelectedIndexChanged(object sender, EventArgs e) method Set (line 636) | public void Set() FILE: JexusManager.Features.RequestFiltering/ScanHeadersItem.cs class ScanHeadersItem (line 9) | internal class ScanHeadersItem : IItem method Match (line 13) | public bool Match(ScanHeadersItem other) method ScanHeadersItem (line 18) | public ScanHeadersItem(ConfigurationElement element) method Apply (line 33) | public void Apply() method Equals (line 38) | public bool Equals(ScanHeadersItem other) FILE: JexusManager.Features.RequestFiltering/SegmentSettingsDialog.Designer.cs class SegmentSettingsDialog (line 6) | partial class SegmentSettingsDialog method Dispose (line 17) | protected override void Dispose(bool disposing) method InitializeComponent (line 32) | private void InitializeComponent() FILE: JexusManager.Features.RequestFiltering/SegmentSettingsDialog.cs class SegmentSettingsDialog (line 17) | public partial class SegmentSettingsDialog : DialogForm method SegmentSettingsDialog (line 19) | public SegmentSettingsDialog(IServiceProvider serviceProvider, Configu... method SegmentSettingsDialog_HelpButtonClicked (line 110) | private void SegmentSettingsDialog_HelpButtonClicked(object sender, Ca... FILE: JexusManager.Features.RequestFiltering/UrlsFeature.cs class UrlsFeature (line 21) | internal class UrlsFeature : RequestFilteringFeature class FeatureTaskList (line 23) | private sealed class FeatureTaskList : DefaultTaskList method FeatureTaskList (line 27) | public FeatureTaskList(UrlsFeature owner) method GetTaskItems (line 32) | public override ICollection GetTaskItems() method AddUrl (line 47) | [Obfuscation(Exclude = true)] method AddDenyUrl (line 53) | [Obfuscation(Exclude = true)] method Remove (line 59) | [Obfuscation(Exclude = true)] method UrlsFeature (line 66) | public UrlsFeature(Module module) method GetTaskList (line 73) | public override TaskList GetTaskList() method Add (line 78) | public void Add() method AddDeny (line 89) | public void AddDeny() method Remove (line 100) | public void Remove() method GetCollection (line 114) | protected override ConfigurationElementCollection GetCollection(IConfi... method GetSecondaryCollection (line 121) | protected override ConfigurationElementCollection GetSecondaryCollecti... method Load (line 128) | public override void Load() method ShowHelp (line 133) | public override bool ShowHelp() FILE: JexusManager.Features.RequestFiltering/UrlsItem.cs class UrlsItem (line 9) | internal class UrlsItem : IDuoItem method Match (line 15) | public bool Match(UrlsItem other) method UrlsItem (line 20) | public UrlsItem(ConfigurationElement element, bool allowed) method Apply (line 41) | public void Apply() method Equals (line 55) | public bool Equals(UrlsItem other) FILE: JexusManager.Features.RequestFiltering/VerbsFeature.cs class VerbsFeature (line 21) | internal class VerbsFeature : RequestFilteringFeature class FeatureTaskList (line 23) | private sealed class FeatureTaskList : DefaultTaskList method FeatureTaskList (line 27) | public FeatureTaskList(VerbsFeature owner) method GetTaskItems (line 32) | public override ICollection GetTaskItems() method AddVerb (line 46) | [Obfuscation(Exclude = true)] method AddDenyVerb (line 52) | [Obfuscation(Exclude = true)] method Remove (line 58) | [Obfuscation(Exclude = true)] method VerbsFeature (line 65) | public VerbsFeature(Module module) method GetTaskList (line 72) | public override TaskList GetTaskList() method Add (line 77) | public void Add() method AddDeny (line 88) | public void AddDeny() method Remove (line 99) | public void Remove() method GetCollection (line 113) | protected override ConfigurationElementCollection GetCollection(IConfi... method Load (line 120) | public override void Load() method ShowHelp (line 125) | public override bool ShowHelp() FILE: JexusManager.Features.RequestFiltering/VerbsItem.cs class VerbsItem (line 9) | internal class VerbsItem : IItem method Match (line 13) | public bool Match(VerbsItem other) method VerbsItem (line 18) | public VerbsItem(ConfigurationElement element) method Apply (line 34) | public void Apply() method Equals (line 42) | public bool Equals(VerbsItem other) FILE: JexusManager.Features.ResponseHeaders/NewHeaderDialog.Designer.cs class NewHeaderDialog (line 6) | sealed partial class NewHeaderDialog method Dispose (line 17) | protected override void Dispose(bool disposing) method InitializeComponent (line 32) | private void InitializeComponent() FILE: JexusManager.Features.ResponseHeaders/NewHeaderDialog.cs class NewHeaderDialog (line 17) | internal sealed partial class NewHeaderDialog : DialogForm method NewHeaderDialog (line 19) | public NewHeaderDialog(IServiceProvider serviceProvider, ResponseHeade... FILE: JexusManager.Features.ResponseHeaders/Properties/Resources.Designer.cs class Resources (line 22) | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resource... method Resources (line 31) | [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Mic... FILE: JexusManager.Features.ResponseHeaders/ResponseHeadersFeature.cs class ResponseHeadersFeature (line 33) | internal class ResponseHeadersFeature : FeatureBase class FeatureTaskList (line 35) | private sealed class FeatureTaskList : DefaultTaskList method FeatureTaskList (line 39) | public FeatureTaskList(ResponseHeadersFeature owner) method GetTaskItems (line 44) | public override ICollection GetTaskItems() method Add (line 59) | [Obfuscation(Exclude = true)] method Remove (line 65) | [Obfuscation(Exclude = true)] method Edit (line 71) | [Obfuscation(Exclude = true)] method Set (line 77) | [Obfuscation(Exclude = true)] method ResponseHeadersFeature (line 84) | public ResponseHeadersFeature(Module module) method GetTaskList (line 95) | public TaskList GetTaskList() method Load (line 100) | public void Load() method GetCollection (line 105) | protected override ConfigurationElementCollection GetCollection(IConfi... method Add (line 111) | public void Add() method Remove (line 122) | public void Remove() method Edit (line 136) | public void Edit() method DoubleClick (line 141) | protected override void DoubleClick(ResponseHeadersItem item) method InitializeGrouping (line 152) | public override void InitializeGrouping(ToolStripComboBox cbGroup) method GetGroupKey (line 157) | public override string GetGroupKey(ListViewItem item, string selectedG... method Set (line 168) | public void Set() method OnSettingsSaved (line 183) | protected override void OnSettingsSaved() method ShowHelp (line 188) | public virtual bool ShowHelp() FILE: JexusManager.Features.ResponseHeaders/ResponseHeadersItem.cs class ResponseHeadersItem (line 9) | internal class ResponseHeadersItem : IItem method ResponseHeadersItem (line 16) | public ResponseHeadersItem(ConfigurationElement element) method Equals (line 30) | public bool Equals(ResponseHeadersItem other) method Match (line 35) | public bool Match(ResponseHeadersItem other) method Apply (line 40) | public void Apply() FILE: JexusManager.Features.ResponseHeaders/ResponseHeadersModule.cs class ResponseHeadersModule (line 14) | internal class ResponseHeadersModule : Module method Initialize (line 16) | protected override void Initialize(IServiceProvider serviceProvider, M... FILE: JexusManager.Features.ResponseHeaders/ResponseHeadersModuleProvider.cs class ResponseHeadersModuleProvider (line 11) | public class ResponseHeadersModuleProvider : ModuleProvider method GetModuleDefinition (line 18) | public override ModuleDefinition GetModuleDefinition(IManagementContex... method SupportsScope (line 23) | public override bool SupportsScope(ManagementScope scope) FILE: JexusManager.Features.ResponseHeaders/ResponseHeadersPage.Designer.cs class ResponseHeadersPage (line 6) | partial class ResponseHeadersPage method Dispose (line 17) | protected override void Dispose(bool disposing) method InitializeComponent (line 32) | private void InitializeComponent() FILE: JexusManager.Features.ResponseHeaders/ResponseHeadersPage.cs class ResponseHeadersPage (line 18) | internal partial class ResponseHeadersPage : ModuleListPage class PageTaskList (line 20) | private sealed class PageTaskList : ShowHelpTaskList method PageTaskList (line 24) | public PageTaskList(ResponseHeadersPage owner) method ShowHelp (line 29) | [Obfuscation(Exclude = true)] class ResponseHeadersListViewItem (line 36) | private sealed class ResponseHeadersListViewItem : ListViewItem, IFeat... method ResponseHeadersListViewItem (line 41) | public ResponseHeadersListViewItem(ResponseHeadersItem item, Respons... method ResponseHeadersPage (line 54) | public ResponseHeadersPage() method Initialize (line 59) | protected override void Initialize(object navigationData) method InitializeListPage (line 70) | protected override void InitializeListPage() method Refresh (line 96) | protected override void Refresh() method ListView1KeyDown (line 102) | private void ListView1KeyDown(object sender, KeyEventArgs e) method ListView1MouseDoubleClick (line 110) | private void ListView1MouseDoubleClick(object sender, MouseEventArgs e) method ListView1SelectedIndexChanged (line 115) | private void ListView1SelectedIndexChanged(object sender, EventArgs e) method CbGroup_SelectedIndexChanged (line 121) | private void CbGroup_SelectedIndexChanged(object sender, EventArgs e) method ShowHelp (line 126) | protected override bool ShowHelp() method SplitContainer1SplitterMoved (line 132) | private void SplitContainer1SplitterMoved(object sender, SplitterEvent... FILE: JexusManager.Features.ResponseHeaders/SetCommonHeadersDialog.Designer.cs class SetCommonHeadersDialog (line 6) | partial class SetCommonHeadersDialog method Dispose (line 17) | protected override void Dispose(bool disposing) method InitializeComponent (line 32) | private void InitializeComponent() FILE: JexusManager.Features.ResponseHeaders/SetCommonHeadersDialog.cs class SetCommonHeadersDialog (line 16) | internal partial class SetCommonHeadersDialog : DialogForm method SetCommonHeadersDialog (line 21) | public SetCommonHeadersDialog(IServiceProvider serviceProvider, Config... method btnOK_Click (line 81) | private void btnOK_Click(object sender, EventArgs e) method GetMessage (line 176) | private string GetMessage(int selectedIndex) method GetMax (line 184) | private long GetMax(int index) method cbExpired_CheckedChanged (line 189) | private void cbExpired_CheckedChanged(object sender, EventArgs e) method rbAfter_CheckedChanged (line 198) | private void rbAfter_CheckedChanged(object sender, EventArgs e) method rbTime_CheckedChanged (line 204) | private void rbTime_CheckedChanged(object sender, EventArgs e) FILE: JexusManager.Features.Rewrite/AddProviderDialog.Designer.cs class AddProviderDialog (line 3) | partial class AddProviderDialog method Dispose (line 14) | protected override void Dispose(bool disposing) method InitializeComponent (line 28) | private void InitializeComponent() FILE: JexusManager.Features.Rewrite/AddProviderDialog.cs class AddProviderDialog (line 15) | internal partial class AddProviderDialog : DialogForm method AddProviderDialog (line 19) | public AddProviderDialog(Module module, ProvidersFeature feature, Prov... FILE: JexusManager.Features.Rewrite/AddProviderSettingDialog.Designer.cs class AddProviderSettingDialog (line 3) | partial class AddProviderSettingDialog method Dispose (line 14) | protected override void Dispose(bool disposing) method InitializeComponent (line 28) | private void InitializeComponent() FILE: JexusManager.Features.Rewrite/AddProviderSettingDialog.cs class AddProviderSettingDialog (line 15) | internal partial class AddProviderSettingDialog : DialogForm method AddProviderSettingDialog (line 19) | public AddProviderSettingDialog(Module module, SettingsFeature feature... FILE: JexusManager.Features.Rewrite/ConditionItem.cs class ConditionItem (line 9) | public class ConditionItem : IItem method ConditionItem (line 13) | public ConditionItem(ConfigurationElement element) method Apply (line 44) | public void Apply() method Match (line 54) | public bool Match(ConditionItem other) method Equals (line 59) | public bool Equals(ConditionItem other) FILE: JexusManager.Features.Rewrite/ConditionListViewItem.cs class ConditionListViewItem (line 9) | internal class ConditionListViewItem : ListViewItem method ConditionListViewItem (line 15) | public ConditionListViewItem(ConditionItem condition) method Update (line 27) | public void Update() method GetText (line 34) | private static string GetText(int matchType) FILE: JexusManager.Features.Rewrite/Inbound/AddAllowedVariableDialog.Designer.cs class AddAllowedVariableDialog (line 6) | partial class AddAllowedVariableDialog method Dispose (line 17) | protected override void Dispose(bool disposing) method InitializeComponent (line 32) | private void InitializeComponent() FILE: JexusManager.Features.Rewrite/Inbound/AddAllowedVariableDialog.cs class AddAllowedVariableDialog (line 23) | internal partial class AddAllowedVariableDialog : DialogForm method AddAllowedVariableDialog (line 25) | public AddAllowedVariableDialog(IServiceProvider serviceProvider, Allo... method AddVariableDialogHelpButtonClicked (line 62) | private void AddVariableDialogHelpButtonClicked(object sender, CancelE... FILE: JexusManager.Features.Rewrite/Inbound/AddConditionDialog.Designer.cs class AddConditionDialog (line 6) | internal partial class AddConditionDialog method Dispose (line 17) | protected override void Dispose(bool disposing) method InitializeComponent (line 32) | private void InitializeComponent() FILE: JexusManager.Features.Rewrite/Inbound/AddConditionDialog.cs class AddConditionDialog (line 20) | internal partial class AddConditionDialog : DialogForm method AddConditionDialog (line 22) | public AddConditionDialog(IServiceProvider serviceProvider, ConditionI... method AddConditionDialogHelpButtonClicked (line 98) | private void AddConditionDialogHelpButtonClicked(object sender, Cancel... FILE: JexusManager.Features.Rewrite/Inbound/AddMapDialog.Designer.cs class AddMapDialog (line 6) | partial class AddMapDialog method Dispose (line 17) | protected override void Dispose(bool disposing) method InitializeComponent (line 32) | private void InitializeComponent() FILE: JexusManager.Features.Rewrite/Inbound/AddMapDialog.cs class AddMapDialog (line 21) | internal partial class AddMapDialog : DialogForm method AddMapDialog (line 26) | public AddMapDialog(IServiceProvider serviceProvider, MapRule existing... method AddMapDialog_HelpButtonClicked (line 61) | private void AddMapDialog_HelpButtonClicked(object sender, CancelEvent... FILE: JexusManager.Features.Rewrite/Inbound/AddMapsDialog.Designer.cs class AddMapsDialog (line 6) | partial class AddMapsDialog method Dispose (line 17) | protected override void Dispose(bool disposing) method InitializeComponent (line 32) | private void InitializeComponent() FILE: JexusManager.Features.Rewrite/Inbound/AddMapsDialog.cs class AddMapsDialog (line 23) | internal partial class AddMapsDialog : DialogForm method AddMapsDialog (line 25) | public AddMapsDialog(IServiceProvider serviceProvider, MapsFeature fea... method AddVariableDialogHelpButtonClicked (line 62) | private void AddVariableDialogHelpButtonClicked(object sender, CancelE... FILE: JexusManager.Features.Rewrite/Inbound/AddServerVariableDialog.Designer.cs class AddServerVariableDialog (line 6) | internal partial class AddServerVariableDialog method Dispose (line 17) | protected override void Dispose(bool disposing) method InitializeComponent (line 32) | private void InitializeComponent() FILE: JexusManager.Features.Rewrite/Inbound/AddServerVariableDialog.cs class AddServerVariableDialog (line 24) | internal partial class AddServerVariableDialog : DialogForm method AddServerVariableDialog (line 26) | public AddServerVariableDialog(IServiceProvider serviceProvider, Serve... method AddServerVariableDialogHelpButtonClicked (line 70) | private void AddServerVariableDialogHelpButtonClicked(object sender, C... FILE: JexusManager.Features.Rewrite/Inbound/AllowedVariableItem.cs class AllowedVariableItem (line 9) | internal class AllowedVariableItem : IItem method Match (line 13) | public bool Match(AllowedVariableItem other) method AllowedVariableItem (line 24) | public AllowedVariableItem(ConfigurationElement element, AllowedVariab... method Apply (line 37) | public void Apply() method Equals (line 42) | public bool Equals(AllowedVariableItem other) FILE: JexusManager.Features.Rewrite/Inbound/AllowedVariablesFeature.cs class AllowedVariablesFeature (line 34) | internal class AllowedVariablesFeature : FeatureBase class FeatureTaskList (line 36) | private sealed class FeatureTaskList : DefaultTaskList method FeatureTaskList (line 40) | public FeatureTaskList(AllowedVariablesFeature owner) method GetTaskItems (line 45) | public override ICollection GetTaskItems() method Add (line 65) | [Obfuscation(Exclude = true)] method Remove (line 71) | [Obfuscation(Exclude = true)] method Rename (line 77) | [Obfuscation(Exclude = true)] method Revert (line 83) | [Obfuscation(Exclude = true)] method AllowedVariablesFeature (line 90) | public AllowedVariablesFeature(Module module) method GetTaskList (line 101) | public TaskList GetTaskList() method Load (line 106) | public void Load() method Add (line 114) | public void Add() method Remove (line 127) | public void Remove() method OnRewriteSettingsSaved (line 141) | internal protected void OnRewriteSettingsSaved() method ShowHelp (line 146) | public virtual bool ShowHelp() method Revert (line 152) | public void Revert() method Edit (line 168) | private void Edit() method DoubleClick (line 173) | protected override void DoubleClick(AllowedVariableItem item) method InitializeGrouping (line 178) | public override void InitializeGrouping(ToolStripComboBox cbGroup) method GetGroupKey (line 183) | public override string GetGroupKey(ListViewItem item, string selectedG... method GetCollection (line 194) | protected override ConfigurationElementCollection GetCollection(IConfi... method OnSettingsSaved (line 200) | protected override void OnSettingsSaved() FILE: JexusManager.Features.Rewrite/Inbound/InboundFeature.cs class InboundFeature (line 17) | public class InboundFeature : FeatureBase method InboundFeature (line 19) | public InboundFeature(Module module) method GetCollection (line 24) | protected override ConfigurationElementCollection GetCollection(IConfi... method OnSettingsSaved (line 30) | protected override void OnSettingsSaved() method Refresh (line 35) | public void Refresh() method Load (line 47) | public void Load() method Add (line 57) | public void Add() method Remove (line 80) | public void Remove() method AddConditions (line 94) | public void AddConditions() method MoveUp (line 106) | public void MoveUp() method MoveDown (line 125) | public void MoveDown() method Disable (line 144) | public void Disable() method Enable (line 153) | public void Enable() method Revert (line 162) | public void Revert() method Edit (line 178) | public void Edit() method DoubleClick (line 183) | protected override void DoubleClick(InboundRule item) FILE: JexusManager.Features.Rewrite/Inbound/InboundRule.cs class InboundRule (line 16) | public class InboundRule : IItem method InboundRule (line 18) | public InboundRule(ConfigurationElement element) method Equals (line 80) | public bool Equals(InboundRule other) method Match (line 85) | public bool Match(InboundRule other) method ShowHelp (line 90) | public bool ShowHelp() method CancelChanges (line 96) | public void CancelChanges() method ApplyChanges (line 162) | public bool ApplyChanges() method Apply (line 168) | public void Apply() FILE: JexusManager.Features.Rewrite/Inbound/InboundRulePage.Designer.cs class InboundRulePage (line 8) | partial class InboundRulePage method Dispose (line 19) | protected override void Dispose(bool disposing) method InitializeComponent (line 34) | private void InitializeComponent() FILE: JexusManager.Features.Rewrite/Inbound/InboundRulePage.cs class InboundRulePage (line 21) | internal partial class InboundRulePage : ModuleDialogPage, IModuleChildPage class PageTaskList (line 23) | private sealed class PageTaskList : DefaultTaskList method PageTaskList (line 27) | public PageTaskList(InboundRulePage owner) method GetTaskItems (line 32) | public override ICollection GetTaskItems() method ShowHelp (line 42) | [Obfuscation(Exclude = true)] method Back (line 48) | [Obfuscation(Exclude = true)] class ServerVariableListViewItem (line 55) | private class ServerVariableListViewItem : ListViewItem method ServerVariableListViewItem (line 61) | public ServerVariableListViewItem(ServerVariableItem variable) method Update (line 73) | public void Update() method InboundRulePage (line 89) | public InboundRulePage() method Initialize (line 94) | protected override void Initialize(object navigationData) method ShowHelp (line 119) | protected override bool ShowHelp() method SplitContainer1SplitterMoved (line 125) | private void SplitContainer1SplitterMoved(object sender, SplitterEvent... method Back (line 133) | private void Back() method TxtNameTextChanged (line 163) | private void TxtNameTextChanged(object sender, EventArgs e) method BtnTestClick (line 171) | private void BtnTestClick(object sender, EventArgs e) method ApplyChanges (line 183) | protected override bool ApplyChanges() method CancelChanges (line 256) | protected override void CancelChanges() method InformChanges (line 284) | private void InformChanges() method ClearChanges (line 295) | private void ClearChanges() method OnRefresh (line 316) | protected override void OnRefresh() method CbActionSelectedIndexChanged (line 380) | private void CbActionSelectedIndexChanged(object sender, EventArgs e) method CbAppendRedirectCheckedChanged (line 387) | private void CbAppendRedirectCheckedChanged(object sender, EventArgs e) method BtnAddClick (line 392) | private void BtnAddClick(object sender, EventArgs e) method BtnRemoveClick (line 410) | private void BtnRemoveClick(object sender, EventArgs e) method BtnEditClick (line 430) | private void BtnEditClick(object sender, EventArgs e) method BtnDownClick (line 445) | private void BtnDownClick(object sender, EventArgs e) method BtnUpClick (line 460) | private void BtnUpClick(object sender, EventArgs e) method UpdateConditionsButtons (line 475) | private void UpdateConditionsButtons() method BtnVarAddClick (line 484) | private void BtnVarAddClick(object sender, EventArgs e) method BtnVarRemoveClick (line 502) | private void BtnVarRemoveClick(object sender, EventArgs e) method BtnVarEditClick (line 522) | private void BtnVarEditClick(object sender, EventArgs e) method BtnVarDownClick (line 537) | private void BtnVarDownClick(object sender, EventArgs e) method BtnVarUpClick (line 552) | private void BtnVarUpClick(object sender, EventArgs e) method UpdateVariablesButtons (line 567) | private void UpdateVariablesButtons() method lvConditions_ItemSelectionChanged (line 576) | private void lvConditions_ItemSelectionChanged(object sender, ListView... method lvVariables_ItemSelectionChanged (line 581) | private void lvVariables_ItemSelectionChanged(object sender, ListViewI... FILE: JexusManager.Features.Rewrite/Inbound/MapItem.cs class MapItem (line 14) | internal class MapItem : FeatureBase, IItem method Match (line 18) | public bool Match(MapItem other) method MapItem (line 33) | public MapItem(ConfigurationElement element, MapsFeature feature) method Apply (line 53) | public void Apply() method OnRewriteSettingsSaved (line 60) | internal protected void OnRewriteSettingsSaved() method Equals (line 68) | public bool Equals(MapItem other) method GetCollection (line 73) | protected override ConfigurationElementCollection GetCollection(IConfi... method OnSettingsSaved (line 78) | protected override void OnSettingsSaved() method Add (line 83) | public void Add() method Edit (line 114) | public void Edit() method Set (line 145) | public void Set() method Select (line 158) | internal void Select() method Remove (line 163) | internal void Remove() FILE: JexusManager.Features.Rewrite/Inbound/MapPage.Designer.cs class MapPage (line 6) | partial class MapPage method Dispose (line 17) | protected override void Dispose(bool disposing) method InitializeComponent (line 32) | private void InitializeComponent() FILE: JexusManager.Features.Rewrite/Inbound/MapPage.cs class MapPage (line 25) | internal partial class MapPage : ModuleListPage, IModuleChildPage class PageTaskList (line 27) | private sealed class PageTaskList : DefaultTaskList method PageTaskList (line 31) | public PageTaskList(MapPage owner) method GetTaskItems (line 36) | public override ICollection GetTaskItems() method ShowHelp (line 56) | [Obfuscation(Exclude = true)] method Back (line 62) | [Obfuscation(Exclude = true)] method BackMore (line 68) | [Obfuscation(Exclude = true)] method Add (line 74) | [Obfuscation(Exclude = true)] method Remove (line 80) | [Obfuscation(Exclude = true)] method Edit (line 86) | [Obfuscation(Exclude = true)] method Set (line 92) | [Obfuscation(Exclude = true)] class MapListViewItem (line 99) | private sealed class MapListViewItem : ListViewItem, IFeatureListViewI... method MapListViewItem (line 104) | public MapListViewItem(MapRule item, MapPage page) method MapPage (line 116) | public MapPage() method Initialize (line 121) | protected override void Initialize(object navigationData) method InitializeListPage (line 139) | protected override void InitializeListPage() method ListView1KeyDown (line 162) | private void ListView1KeyDown(object sender, KeyEventArgs e) method ListView1MouseDoubleClick (line 170) | public void ListView1MouseDoubleClick(object sender, EventArgs e) method ListView1SelectedIndexChanged (line 175) | private void ListView1SelectedIndexChanged(object sender, EventArgs e) method Refresh (line 183) | protected override void Refresh() method ShowHelp (line 189) | protected override bool ShowHelp() method SplitContainer1SplitterMoved (line 195) | private void SplitContainer1SplitterMoved(object sender, SplitterEvent... method Back (line 203) | private void Back() method BackMore (line 211) | private void BackMore() method Add (line 217) | public void Add() method Remove (line 222) | public void Remove() method Edit (line 227) | private void Edit() method Set (line 232) | private void Set() FILE: JexusManager.Features.Rewrite/Inbound/MapRule.cs class MapRule (line 9) | internal class MapRule : IItem method Match (line 13) | public bool Match(MapRule other) method MapRule (line 20) | public MapRule(ConfigurationElement element, MapsFeature feature) method Apply (line 39) | public void Apply() method Equals (line 45) | public bool Equals(MapRule other) FILE: JexusManager.Features.Rewrite/Inbound/MapSettingsDialog.Designer.cs class MapSettingsDialog (line 6) | partial class MapSettingsDialog method Dispose (line 17) | protected override void Dispose(bool disposing) method InitializeComponent (line 32) | private void InitializeComponent() FILE: JexusManager.Features.Rewrite/Inbound/MapSettingsDialog.cs class MapSettingsDialog (line 21) | internal partial class MapSettingsDialog : DialogForm method MapSettingsDialog (line 23) | public MapSettingsDialog(IServiceProvider serviceProvider, MapItem item) method MapSettingsDialogHelpButtonClicked (line 51) | private void MapSettingsDialogHelpButtonClicked(object sender, CancelE... FILE: JexusManager.Features.Rewrite/Inbound/MapsFeature.cs class MapsFeature (line 34) | internal class MapsFeature : FeatureBase class FeatureTaskList (line 36) | private sealed class FeatureTaskList : DefaultTaskList method FeatureTaskList (line 40) | public FeatureTaskList(MapsFeature owner) method GetTaskItems (line 45) | public override ICollection GetTaskItems() method Add (line 59) | [Obfuscation(Exclude = true)] method Remove (line 65) | [Obfuscation(Exclude = true)] method Edit (line 71) | [Obfuscation(Exclude = true)] method MapsFeature (line 78) | public MapsFeature(Module module) method GetTaskList (line 89) | public TaskList GetTaskList() method Load (line 94) | public void Load() method Add (line 102) | public void Add() method Remove (line 113) | public void Remove() method OnRewriteSettingsSaved (line 127) | internal protected void OnRewriteSettingsSaved() method ShowHelp (line 132) | public virtual bool ShowHelp() method Edit (line 138) | internal void Edit() method DoubleClick (line 143) | protected override void DoubleClick(MapItem item) method Revert (line 150) | public void Revert() method GetCollection (line 179) | protected override ConfigurationElementCollection GetCollection(IConfi... method OnSettingsSaved (line 185) | protected override void OnSettingsSaved() FILE: JexusManager.Features.Rewrite/Inbound/MapsPage.Designer.cs class MapsPage (line 6) | partial class MapsPage method Dispose (line 17) | protected override void Dispose(bool disposing) method InitializeComponent (line 32) | private void InitializeComponent() FILE: JexusManager.Features.Rewrite/Inbound/MapsPage.cs class MapsPage (line 26) | internal partial class MapsPage : ModuleListPage, IModuleChildPage class PageTaskList (line 28) | private sealed class PageTaskList : DefaultTaskList method PageTaskList (line 32) | public PageTaskList(MapsPage owner) method GetTaskItems (line 37) | public override ICollection GetTaskItems() method ShowHelp (line 49) | [Obfuscation(Exclude = true)] method Back (line 55) | [Obfuscation(Exclude = true)] method Revert (line 61) | [Obfuscation(Exclude = true)] class MapsListViewItem (line 68) | private sealed class MapsListViewItem : ListViewItem, IFeatureListView... method MapsListViewItem (line 73) | public MapsListViewItem(MapItem item, MapsPage page) method MapsPage (line 86) | public MapsPage() method Initialize (line 91) | protected override void Initialize(object navigationData) method InitializeListPage (line 102) | protected override void InitializeListPage() method ListView1KeyDown (line 127) | private void ListView1KeyDown(object sender, KeyEventArgs e) method ListView1MouseDoubleClick (line 135) | private void ListView1MouseDoubleClick(object sender, MouseEventArgs e) method ListView1SelectedIndexChanged (line 140) | private void ListView1SelectedIndexChanged(object sender, EventArgs e) method Refresh (line 146) | protected override void Refresh() method ShowHelp (line 152) | protected override bool ShowHelp() method SplitContainer1SplitterMoved (line 158) | private void SplitContainer1SplitterMoved(object sender, SplitterEvent... method Back (line 166) | private void Back() method Revert (line 172) | private void Revert() FILE: JexusManager.Features.Rewrite/Inbound/ServerVariableItem.cs class ServerVariableItem (line 9) | public class ServerVariableItem : IItem method ServerVariableItem (line 13) | public ServerVariableItem(ConfigurationElement element) method Apply (line 35) | public void Apply() method Match (line 42) | public bool Match(ServerVariableItem other) method Equals (line 47) | public bool Equals(ServerVariableItem other) FILE: JexusManager.Features.Rewrite/Inbound/ServerVariablesPage.Designer.cs class ServerVariablesPage (line 6) | partial class ServerVariablesPage method Dispose (line 17) | protected override void Dispose(bool disposing) method InitializeComponent (line 32) | private void InitializeComponent() FILE: JexusManager.Features.Rewrite/Inbound/ServerVariablesPage.cs class ServerVariablesPage (line 26) | internal partial class ServerVariablesPage : ModuleListPage, IModuleChil... class PageTaskList (line 28) | private sealed class PageTaskList : DefaultTaskList method PageTaskList (line 32) | public PageTaskList(ServerVariablesPage owner) method GetTaskItems (line 37) | public override ICollection GetTaskItems() method ShowHelp (line 47) | [Obfuscation(Exclude = true)] method Back (line 53) | [Obfuscation(Exclude = true)] class VariableListViewItem (line 60) | private sealed class VariableListViewItem : ListViewItem, IFeatureList... method VariableListViewItem (line 65) | public VariableListViewItem(AllowedVariableItem item, ServerVariable... method ServerVariablesPage (line 77) | public ServerVariablesPage() method Initialize (line 82) | protected override void Initialize(object navigationData) method InitializeListPage (line 110) | protected override void InitializeListPage() method ListView1KeyDown (line 136) | private void ListView1KeyDown(object sender, KeyEventArgs e) method ListView1SelectedIndexChanged (line 144) | private void ListView1SelectedIndexChanged(object sender, EventArgs e) method CbGroup_SelectedIndexChanged (line 150) | private void CbGroup_SelectedIndexChanged(object sender, EventArgs e) method Refresh (line 155) | protected override void Refresh() method ShowHelp (line 161) | protected override bool ShowHelp() method SplitContainer1SplitterMoved (line 167) | private void SplitContainer1SplitterMoved(object sender, SplitterEvent... method Back (line 175) | private void Back() FILE: JexusManager.Features.Rewrite/NewRewriteRuleDialog.Designer.cs class NewRewriteRuleDialog (line 6) | partial class NewRewriteRuleDialog method Dispose (line 17) | protected override void Dispose(bool disposing) method InitializeComponent (line 32) | private void InitializeComponent() FILE: JexusManager.Features.Rewrite/NewRewriteRuleDialog.cs class NewRewriteRuleDialog (line 18) | public partial class NewRewriteRuleDialog : DialogForm method NewRewriteRuleDialog (line 20) | public NewRewriteRuleDialog(IServiceProvider serviceProvider) method NewRewriteRuleDialogHelpButtonClicked (line 153) | private void NewRewriteRuleDialogHelpButtonClicked(object sender, Canc... FILE: JexusManager.Features.Rewrite/NewRuleBlockingDialog.Designer.cs class NewRuleBlockingDialog (line 6) | internal partial class NewRuleBlockingDialog method Dispose (line 17) | protected override void Dispose(bool disposing) method InitializeComponent (line 32) | private void InitializeComponent() FILE: JexusManager.Features.Rewrite/NewRuleBlockingDialog.cs class NewRuleBlockingDialog (line 24) | internal partial class NewRuleBlockingDialog : DialogForm method NewRuleBlockingDialog (line 26) | public NewRuleBlockingDialog(IServiceProvider serviceProvider, Inbound... method NewRuleBlockingHelpButtonClicked (line 127) | private void NewRuleBlockingHelpButtonClicked(object sender, CancelEve... method GetInput (line 132) | private string GetInput(int inputType) method GetMessage (line 153) | private string GetMessage(int response) method GetReason (line 160) | private string GetReason(int response) method GetStatusCode (line 169) | private uint GetStatusCode(int response) FILE: JexusManager.Features.Rewrite/NewRuleWithRewriteMapsDialog.Designer.cs class NewRuleWithRewriteMapsDialog (line 6) | internal partial class NewRuleWithRewriteMapsDialog method Dispose (line 17) | protected override void Dispose(bool disposing) method InitializeComponent (line 32) | private void InitializeComponent() FILE: JexusManager.Features.Rewrite/NewRuleWithRewriteMapsDialog.cs class NewRuleWithRewriteMapsDialog (line 26) | internal partial class NewRuleWithRewriteMapsDialog : DialogForm method NewRuleWithRewriteMapsDialog (line 28) | public NewRuleWithRewriteMapsDialog(IServiceProvider serviceProvider, ... method NewRuleWithRewriteMapsDialogHelpButtonClicked (line 99) | private void NewRuleWithRewriteMapsDialogHelpButtonClicked(object send... FILE: JexusManager.Features.Rewrite/Outbound/AddCustomTagDialog.Designer.cs class AddCustomTagDialog (line 8) | partial class AddCustomTagDialog method Dispose (line 21) | protected override void Dispose(bool disposing) method InitializeComponent (line 36) | private void InitializeComponent() FILE: JexusManager.Features.Rewrite/Outbound/AddCustomTagDialog.cs class AddCustomTagDialog (line 21) | public partial class AddCustomTagDialog : DialogForm method AddCustomTagDialog (line 23) | public AddCustomTagDialog(IServiceProvider serviceProvider) method AddCustomTagDialogHelpButtonClicked (line 56) | private void AddCustomTagDialogHelpButtonClicked(object sender, Cancel... FILE: JexusManager.Features.Rewrite/Outbound/AddCustomTagsDialog.Designer.cs class AddCustomTagsDialog (line 6) | partial class AddCustomTagsDialog method Dispose (line 17) | protected override void Dispose(bool disposing) method InitializeComponent (line 32) | private void InitializeComponent() FILE: JexusManager.Features.Rewrite/Outbound/AddCustomTagsDialog.cs class AddCustomTagsDialog (line 21) | public partial class AddCustomTagsDialog : DialogForm method AddCustomTagsDialog (line 23) | public AddCustomTagsDialog(IServiceProvider serviceProvider) method AddCustomTagsDialogHelpButtonClicked (line 84) | private void AddCustomTagsDialogHelpButtonClicked(object sender, Cance... FILE: JexusManager.Features.Rewrite/Outbound/AddPreconditionDialog.Designer.cs class AddPreConditionDialog (line 6) | partial class AddPreConditionDialog method Dispose (line 17) | protected override void Dispose(bool disposing) method InitializeComponent (line 32) | private void InitializeComponent() FILE: JexusManager.Features.Rewrite/Outbound/AddPreconditionDialog.cs class AddPreConditionDialog (line 23) | public partial class AddPreConditionDialog : DialogForm method AddPreConditionDialog (line 25) | public AddPreConditionDialog(IServiceProvider serviceProvider, PreCond... method AddPreconditionDialogHelpButtonClicked (line 174) | private void AddPreconditionDialogHelpButtonClicked(object sender, Can... FILE: JexusManager.Features.Rewrite/Outbound/CustomTagItem.cs class CustomTagItem (line 9) | public class CustomTagItem : IItem method Match (line 13) | public bool Match(CustomTagItem other) method CustomTagItem (line 18) | public CustomTagItem(ConfigurationElement element) method Apply (line 36) | public void Apply() method Equals (line 42) | public bool Equals(CustomTagItem other) FILE: JexusManager.Features.Rewrite/Outbound/CustomTagsFeature.cs class CustomTagsFeature (line 33) | internal class CustomTagsFeature : FeatureBase class FeatureTaskList (line 35) | private sealed class FeatureTaskList : DefaultTaskList method FeatureTaskList (line 39) | public FeatureTaskList(CustomTagsFeature owner) method GetTaskItems (line 44) | public override ICollection GetTaskItems() method Add (line 59) | [Obfuscation(Exclude = true)] method Remove (line 65) | [Obfuscation(Exclude = true)] method AddGroup (line 71) | [Obfuscation(Exclude = true)] method Rename (line 77) | [Obfuscation(Exclude = true)] method CustomTagsFeature (line 84) | public CustomTagsFeature(Module module) method GetTaskList (line 95) | public TaskList GetTaskList() method Load (line 100) | public void Load() method AddGroup (line 108) | public void AddGroup() method Add (line 121) | public void Add() method Remove (line 138) | public void Remove() method Edit (line 152) | public void Edit() method OnRewriteSettingsSaved (line 157) | internal protected void OnRewriteSettingsSaved() method ShowHelp (line 162) | public virtual bool ShowHelp() method GetCollection (line 168) | protected override ConfigurationElementCollection GetCollection(IConfi... method OnSettingsSaved (line 174) | protected override void OnSettingsSaved() FILE: JexusManager.Features.Rewrite/Outbound/CustomTagsItem.cs class CustomTagsItem (line 11) | public class CustomTagsItem : IItem method CustomTagsItem (line 15) | public CustomTagsItem(ConfigurationElement element) method Apply (line 41) | public void Apply() method Add (line 52) | public void Add(CustomTagItem newItem) method Match (line 57) | public bool Match(CustomTagsItem other) method Equals (line 62) | public bool Equals(CustomTagsItem other) FILE: JexusManager.Features.Rewrite/Outbound/CustomTagsPage.Designer.cs class CustomTagsPage (line 6) | partial class CustomTagsPage method Dispose (line 17) | protected override void Dispose(bool disposing) method InitializeComponent (line 32) | private void InitializeComponent() FILE: JexusManager.Features.Rewrite/Outbound/CustomTagsPage.cs class CustomTagsPage (line 26) | internal partial class CustomTagsPage : ModuleListPage, IModuleChildPage class PageTaskList (line 28) | private sealed class PageTaskList : DefaultTaskList method PageTaskList (line 32) | public PageTaskList(CustomTagsPage owner) method GetTaskItems (line 37) | public override ICollection GetTaskItems() method ShowHelp (line 47) | [Obfuscation(Exclude = true)] method Back (line 53) | [Obfuscation(Exclude = true)] class CustomTagsListViewItem (line 60) | private sealed class CustomTagsListViewItem : ListViewItem, IFeatureLi... method CustomTagsListViewItem (line 65) | public CustomTagsListViewItem(CustomTagsItem item, CustomTagsPage page) method Update (line 74) | public void Update() method CustomTagsPage (line 83) | public CustomTagsPage() method Initialize (line 88) | protected override void Initialize(object navigationData) method InitializeListPage (line 115) | protected override void InitializeListPage() method ListView1MouseDoubleClick (line 140) | private void ListView1MouseDoubleClick(object sender, MouseEventArgs e) method ListView1KeyDown (line 145) | private void ListView1KeyDown(object sender, KeyEventArgs e) method ListView1SelectedIndexChanged (line 153) | private void ListView1SelectedIndexChanged(object sender, EventArgs e) method Refresh (line 159) | protected override void Refresh() method ShowHelp (line 165) | protected override bool ShowHelp() method SplitContainer1SplitterMoved (line 171) | private void SplitContainer1SplitterMoved(object sender, SplitterEvent... method Back (line 179) | private void Back() FILE: JexusManager.Features.Rewrite/Outbound/OutboundFeature.cs class OutboundFeature (line 18) | public class OutboundFeature : FeatureBase method OutboundFeature (line 20) | public OutboundFeature(Module module) method GetCollection (line 25) | protected override ConfigurationElementCollection GetCollection(IConfi... method OnSettingsSaved (line 31) | protected override void OnSettingsSaved() method Refresh (line 36) | public void Refresh() method Load (line 51) | public void Load() method Edit (line 79) | public void Edit() method DoubleClick (line 84) | protected override void DoubleClick(OutboundRule item) method MoveUp (line 91) | public void MoveUp() method MoveDown (line 110) | public void MoveDown() method Disable (line 129) | public void Disable() method Enable (line 138) | public void Enable() method Remove (line 147) | public void Remove() FILE: JexusManager.Features.Rewrite/Outbound/OutboundRule.cs class OutboundRule (line 17) | public class OutboundRule : IItem method OutboundRule (line 19) | public OutboundRule(ConfigurationElement element) method Equals (line 59) | public bool Equals(OutboundRule other) method Match (line 64) | public bool Match(OutboundRule other) method ShowHelp (line 69) | public bool ShowHelp() method CancelChanges (line 75) | public void CancelChanges() method ApplyChanges (line 123) | public bool ApplyChanges() method Apply (line 129) | public void Apply() FILE: JexusManager.Features.Rewrite/Outbound/OutboundRulePage.Designer.cs class OutboundRulePage (line 10) | partial class OutboundRulePage method Dispose (line 21) | protected override void Dispose(bool disposing) method InitializeComponent (line 36) | private void InitializeComponent() FILE: JexusManager.Features.Rewrite/Outbound/OutboundRulePage.cs class OutboundRulePage (line 29) | public partial class OutboundRulePage : ModuleDialogPage, IModuleChildPage class PageTaskList (line 31) | private sealed class PageTaskList : DefaultTaskList method PageTaskList (line 35) | public PageTaskList(OutboundRulePage owner) method GetTaskItems (line 40) | public override ICollection GetTaskItems() method ShowHelp (line 50) | [Obfuscation(Exclude = true)] method Back (line 56) | [Obfuscation(Exclude = true)] class ConditionListViewItem (line 63) | private class ConditionListViewItem : ListViewItem method ConditionListViewItem (line 69) | public ConditionListViewItem(ConditionItem condition) method Update (line 81) | public void Update() method GetText (line 88) | private static string GetText(int matchType) method OutboundRulePage (line 115) | public OutboundRulePage() method Initialize (line 120) | protected override void Initialize(object navigationData) method ShowHelp (line 155) | protected override bool ShowHelp() method SplitContainer1SplitterMoved (line 161) | private void SplitContainer1SplitterMoved(object sender, SplitterEvent... method Back (line 169) | private void Back() method TxtNameTextChanged (line 195) | private void TxtNameTextChanged(object sender, EventArgs e) method BtnTestClick (line 203) | private void BtnTestClick(object sender, EventArgs e) method ApplyChanges (line 215) | protected override bool ApplyChanges() method GetFilter (line 265) | public static long GetFilter(CheckBoxComboBox box) method SetFilter (line 279) | public static void SetFilter(long filter, CheckBoxComboBox box) method CancelChanges (line 288) | protected override void CancelChanges() method InformChanges (line 311) | private void InformChanges() method ClearChanges (line 322) | private void ClearChanges() method OnRefresh (line 343) | protected override void OnRefresh() method CbActionSelectedIndexChanged (line 397) | private void CbActionSelectedIndexChanged(object sender, EventArgs e) method CbAppendRedirectCheckedChanged (line 402) | private void CbAppendRedirectCheckedChanged(object sender, EventArgs e) method BtnAddClick (line 407) | private void BtnAddClick(object sender, EventArgs e) method BtnRemoveClick (line 424) | private void BtnRemoveClick(object sender, EventArgs e) method BtnEditClick (line 440) | private void BtnEditClick(object sender, EventArgs e) method BtnDownClick (line 455) | private void BtnDownClick(object sender, EventArgs e) method BtnUpClick (line 467) | private void BtnUpClick(object sender, EventArgs e) method UpdateConditionsButtons (line 479) | private void UpdateConditionsButtons() method CbScopeSelectedIndexChanged (line 487) | private void CbScopeSelectedIndexChanged(object sender, EventArgs e) method CbPreConditionSelectedIndexChanged (line 494) | private void CbPreConditionSelectedIndexChanged(object sender, EventAr... method BtnEditPreconditionClick (line 511) | private void BtnEditPreconditionClick(object sender, EventArgs e) method CbTagsSelectedIndexChanged (line 520) | private void CbTagsSelectedIndexChanged(object sender, EventArgs e) FILE: JexusManager.Features.Rewrite/Outbound/PreConditionItem.cs class PreConditionItem (line 11) | public class PreConditionItem : IItem method PreConditionItem (line 15) | public PreConditionItem(ConfigurationElement element) method Apply (line 46) | public void Apply() method Match (line 60) | public bool Match(PreConditionItem other) method Equals (line 65) | public bool Equals(PreConditionItem other) FILE: JexusManager.Features.Rewrite/Outbound/PreConditionsFeature.cs class PreConditionsFeature (line 33) | internal class PreConditionsFeature : FeatureBase class FeatureTaskList (line 35) | private sealed class FeatureTaskList : DefaultTaskList method FeatureTaskList (line 39) | public FeatureTaskList(PreConditionsFeature owner) method GetTaskItems (line 44) | public override ICollection GetTaskItems() method Add (line 65) | [Obfuscation(Exclude = true)] method Edit (line 71) | [Obfuscation(Exclude = true)] method Remove (line 77) | [Obfuscation(Exclude = true)] method Rename (line 83) | [Obfuscation(Exclude = true)] method Revert (line 89) | [Obfuscation(Exclude = true)] method PreConditionsFeature (line 96) | public PreConditionsFeature(Module module) method GetTaskList (line 107) | public TaskList GetTaskList() method Load (line 112) | public void Load() method Add (line 120) | public void Add() method Edit (line 131) | public void Edit() method DoubleClick (line 136) | protected override void DoubleClick(PreConditionItem item) method Remove (line 148) | public void Remove() method OnRewriteSettingsSaved (line 162) | internal protected void OnRewriteSettingsSaved() method ShowHelp (line 167) | public virtual bool ShowHelp() method Revert (line 173) | public void Revert() method Rename (line 189) | private void Rename() method GetCollection (line 194) | protected override ConfigurationElementCollection GetCollection(IConfi... method OnSettingsSaved (line 200) | protected override void OnSettingsSaved() FILE: JexusManager.Features.Rewrite/Outbound/PreConditionsPage.Designer.cs class PreConditionsPage (line 6) | partial class PreConditionsPage method Dispose (line 17) | protected override void Dispose(bool disposing) method InitializeComponent (line 32) | private void InitializeComponent() FILE: JexusManager.Features.Rewrite/Outbound/PreConditionsPage.cs class PreConditionsPage (line 26) | internal partial class PreConditionsPage : ModuleListPage, IModuleChildPage class PageTaskList (line 28) | private sealed class PageTaskList : DefaultTaskList method PageTaskList (line 32) | public PageTaskList(PreConditionsPage owner) method GetTaskItems (line 37) | public override ICollection GetTaskItems() method ShowHelp (line 47) | [Obfuscation(Exclude = true)] method Back (line 53) | [Obfuscation(Exclude = true)] class PreConditionListViewItem (line 60) | private sealed class PreConditionListViewItem : ListViewItem, IFeature... method PreConditionListViewItem (line 65) | public PreConditionListViewItem(PreConditionItem item, PreConditions... method Update (line 74) | public void Update() method PreConditionsPage (line 83) | public PreConditionsPage() method Initialize (line 88) | protected override void Initialize(object navigationData) method InitializeListPage (line 116) | protected override void InitializeListPage() method ListView1KeyDown (line 141) | private void ListView1KeyDown(object sender, KeyEventArgs e) method ListView1MouseDoubleClick (line 149) | private void ListView1MouseDoubleClick(object sender, MouseEventArgs e) method ListView1SelectedIndexChanged (line 154) | private void ListView1SelectedIndexChanged(object sender, EventArgs e) method Refresh (line 160) | protected override void Refresh() method ShowHelp (line 166) | protected override bool ShowHelp() method SplitContainer1SplitterMoved (line 172) | private void SplitContainer1SplitterMoved(object sender, SplitterEvent... method Back (line 180) | private void Back() FILE: JexusManager.Features.Rewrite/Properties/Resources.Designer.cs class Resources (line 22) | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resource... method Resources (line 31) | [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Mic... FILE: JexusManager.Features.Rewrite/ProviderItem.cs class ProviderItem (line 16) | public class ProviderItem : IItem method ProviderItem (line 54) | public ProviderItem(ConfigurationElement element) method Reset (line 68) | private void Reset() method Apply (line 86) | public void Apply() method Equals (line 104) | public bool Equals(ProviderItem other) method Match (line 114) | public bool Match(ProviderItem other) FILE: JexusManager.Features.Rewrite/ProvidersFeature.cs class ProvidersFeature (line 22) | internal class ProvidersFeature : FeatureBase class FeatureTaskList (line 24) | private sealed class FeatureTaskList : DefaultTaskList method FeatureTaskList (line 28) | public FeatureTaskList(ProvidersFeature owner) method GetTaskItems (line 33) | public override ICollection GetTaskItems() method Add (line 56) | [Obfuscation(Exclude = true)] method ViewSettings (line 62) | [Obfuscation(Exclude = true)] method Edit (line 68) | [Obfuscation(Exclude = true)] method Rename (line 74) | [Obfuscation(Exclude = true)] method Remove (line 80) | [Obfuscation(Exclude = true)] method Revert (line 86) | [Obfuscation(Exclude = true)] method ShowHelp (line 92) | [Obfuscation(Exclude = true)] method ProvidersFeature (line 99) | public ProvidersFeature(Module module) method GetTaskList (line 108) | public TaskList GetTaskList() method Load (line 113) | public void Load() method OnRewriteSettingsSaved (line 118) | internal protected void OnRewriteSettingsSaved() method ShowHelp (line 123) | public bool ShowHelp() method Add (line 129) | public void Add() method ViewSettings (line 140) | public void ViewSettings() method Edit (line 146) | public void Edit() method DoubleClick (line 151) | protected override void DoubleClick(ProviderItem item) method Rename (line 162) | public void Rename() method Remove (line 167) | public void Remove() method Revert (line 183) | public void Revert() method GetCollection (line 199) | protected override ConfigurationElementCollection GetCollection(IConfi... method OnSettingsSaved (line 205) | protected override void OnSettingsSaved() FILE: JexusManager.Features.Rewrite/ProvidersPage.Designer.cs class ProvidersPage (line 6) | partial class ProvidersPage method Dispose (line 17) | protected override void Dispose(bool disposing) method InitializeComponent (line 32) | private void InitializeComponent() FILE: JexusManager.Features.Rewrite/ProvidersPage.cs class ProvidersPage (line 19) | internal partial class ProvidersPage : ModuleListPage, IModuleChildPage class PageTaskList (line 21) | private sealed class PageTaskList : ShowHelpTaskList method PageTaskList (line 25) | public PageTaskList(ProvidersPage owner) method GetTaskItems (line 30) | public override ICollection GetTaskItems() method ShowHelp (line 40) | [Obfuscation(Exclude = true)] method Back (line 46) | [Obfuscation(Exclude = true)] class ProviderListViewItem (line 53) | private sealed class ProviderListViewItem : ListViewItem, IFeatureList... method ProviderListViewItem (line 58) | public ProviderListViewItem(ProviderItem item, ProvidersPage page) method ProvidersPage (line 71) | public ProvidersPage() method Initialize (line 80) | protected override void Initialize(object navigationData) method InitializeListPage (line 108) | protected override void InitializeListPage() method Refresh (line 132) | protected override void Refresh() method ListView1_KeyDown (line 138) | private void ListView1_KeyDown(object sender, KeyEventArgs e) method ListView1_MouseDoubleClick (line 146) | private void ListView1_MouseDoubleClick(object sender, MouseEventArgs e) method ListView1_SelectedIndexChanged (line 151) | private void ListView1_SelectedIndexChanged(object sender, EventArgs e) method splitContainer1_SplitterMoved (line 157) | private void splitContainer1_SplitterMoved(object sender, SplitterEven... method ShowHelp (line 165) | protected override bool ShowHelp() method Back (line 170) | private void Back() FILE: JexusManager.Features.Rewrite/RegexTestDialog.Designer.cs class RegexTestDialog (line 6) | partial class RegexTestDialog method Dispose (line 17) | protected override void Dispose(bool disposing) method InitializeComponent (line 32) | private void InitializeComponent() FILE: JexusManager.Features.Rewrite/RegexTestDialog.cs class RegexTestDialog (line 24) | public partial class RegexTestDialog : DialogForm method RegexTestDialog (line 34) | public RegexTestDialog(IServiceProvider serviceProvider, string patter... method RegexTestDialogHelpButtonClicked (line 137) | private void RegexTestDialogHelpButtonClicked(object sender, CancelEve... FILE: JexusManager.Features.Rewrite/RewriteFeature.cs class RewriteFeature (line 31) | public class RewriteFeature class FeatureTaskList (line 33) | private sealed class FeatureTaskList : DefaultTaskList method FeatureTaskList (line 37) | public FeatureTaskList(RewriteFeature owner) method GetTaskItems (line 42) | public override ICollection GetTaskItems() method Add (line 120) | [Obfuscation(Exclude = true)] method Remove (line 126) | [Obfuscation(Exclude = true)] method Edit (line 132) | [Obfuscation(Exclude = true)] method Rename (line 138) | [Obfuscation(Exclude = true)] method Revert (line 144) | [Obfuscation(Exclude = true)] method Enable (line 150) | [Obfuscation(Exclude = true)] method Disable (line 156) | [Obfuscation(Exclude = true)] method MoveUp (line 162) | [Obfuscation(Exclude = true)] method MoveDown (line 168) | [Obfuscation(Exclude = true)] method Remove2 (line 174) | [Obfuscation(Exclude = true)] method EditOut (line 180) | [Obfuscation(Exclude = true)] method RenameOut (line 186) | [Obfuscation(Exclude = true)] method EnableOut (line 192) | [Obfuscation(Exclude = true)] method DisableOut (line 198) | [Obfuscation(Exclude = true)] method MoveUpOut (line 204) | [Obfuscation(Exclude = true)] method MoveDownOut (line 210) | [Obfuscation(Exclude = true)] method Import (line 216) | [Obfuscation(Exclude = true)] method ViewServerVariables (line 222) | [Obfuscation(Exclude = true)] method ViewMaps (line 228) | [Obfuscation(Exclude = true)] method ViewProviders (line 234) | [Obfuscation(Exclude = true)] method AddConditions (line 240) | [Obfuscation(Exclude = true)] method ViewPreconditions (line 246) | [Obfuscation(Exclude = true)] method ViewTags (line 252) | [Obfuscation(Exclude = true)] method RewriteFeature (line 259) | public RewriteFeature(Module module) method DisplayErrorMessage (line 272) | protected void DisplayErrorMessage(Exception ex, ResourceManager resou... method GetService (line 278) | protected object GetService(Type type) method GetTaskList (line 283) | public TaskList GetTaskList() method Load (line 288) | public void Load() method Add (line 294) | public void Add() method ShowHelp (line 345) | public virtual bool ShowHelp() method ViewTags (line 351) | private void ViewTags() method ViewPreconditions (line 357) | private void ViewPreconditions() method ViewProviders (line 363) | private void ViewProviders() method ViewMaps (line 369) | private void ViewMaps() method ViewServerVariables (line 375) | private void ViewServerVariables() method Import (line 381) | private void Import() method RenameIn (line 385) | private void RenameIn() method RenameOut (line 390) | private void RenameOut() FILE: JexusManager.Features.Rewrite/RewriteModule.cs class RewriteModule (line 14) | internal class RewriteModule : Module method Initialize (line 16) | protected override void Initialize(IServiceProvider serviceProvider, M... FILE: JexusManager.Features.Rewrite/RewriteModuleProvider.cs class RewriteModuleProvider (line 11) | public class RewriteModuleProvider : ModuleProvider method GetModuleDefinition (line 18) | public override ModuleDefinition GetModuleDefinition(IManagementContex... method SupportsScope (line 23) | public override bool SupportsScope(ManagementScope scope) FILE: JexusManager.Features.Rewrite/RewritePage.Designer.cs class RewritePage (line 6) | partial class RewritePage method Dispose (line 17) | protected override void Dispose(bool disposing) method InitializeComponent (line 32) | private void InitializeComponent() FILE: JexusManager.Features.Rewrite/RewritePage.cs class RewritePage (line 20) | internal partial class RewritePage : ModuleListPage class PageTaskList (line 22) | private sealed class PageTaskList : ShowHelpTaskList method PageTaskList (line 26) | public PageTaskList(RewritePage owner) method ShowHelp (line 31) | [Obfuscation(Exclude = true)] class InboundRuleListViewItem (line 38) | private sealed class InboundRuleListViewItem : ListViewItem, IFeatureL... method InboundRuleListViewItem (line 43) | public InboundRuleListViewItem(InboundRule item, RewritePage page) method ToString (line 57) | private static string ToString(long action) class OutboundRuleListViewItem (line 75) | private sealed class OutboundRuleListViewItem : ListViewItem, IFeature... method OutboundRuleListViewItem (line 81) | public OutboundRuleListViewItem(OutboundRule item, RewritePage page) method ToString (line 95) | private static string ToString(long action) method RewritePage (line 116) | public RewritePage() method Initialize (line 121) | protected override void Initialize(object navigationData) method InitializeListPage (line 167) | protected override void InitializeListPage() method InitializeInbound (line 173) | private void InitializeInbound() method InitializeOutbound (line 198) | private void InitializeOutbound() method Refresh (line 223) | protected override void Refresh() method LvInMouseDoubleClick (line 229) | private void LvInMouseDoubleClick(object sender, MouseEventArgs e) method LvInKeyDown (line 234) | private void LvInKeyDown(object sender, KeyEventArgs e) method LvInSelectedIndexChanged (line 242) | private void LvInSelectedIndexChanged(object sender, EventArgs e) method ShowHelp (line 248) | protected override bool ShowHelp() method SplitContainer1SplitterMoved (line 269) | private void SplitContainer1SplitterMoved(object sender, SplitterEvent... method btnRenameIn_Click (line 277) | private void btnRenameIn_Click(object sender, EventArgs e) method LvOutMouseDoubleClick (line 282) | private void LvOutMouseDoubleClick(object sender, MouseEventArgs e) method LvOutKeyDown (line 287) | private void LvOutKeyDown(object sender, KeyEventArgs e) method LvOutSelectedIndexChanged (line 295) | private void LvOutSelectedIndexChanged(object sender, EventArgs e) FILE: JexusManager.Features.Rewrite/SettingItem.cs class SettingItem (line 9) | public class SettingItem : IItem method SettingItem (line 13) | public SettingItem(ConfigurationElement element) method Apply (line 43) | public void Apply() method Match (line 58) | public bool Match(SettingItem other) method Equals (line 63) | public bool Equals(SettingItem other) FILE: JexusManager.Features.Rewrite/SettingsFeature.cs class SettingsFeature (line 19) | internal class SettingsFeature : FeatureBase class FeatureTaskList (line 21) | private sealed class FeatureTaskList : DefaultTaskList method FeatureTaskList (line 25) | public FeatureTaskList(SettingsFeature owner) method GetTaskItems (line 30) | public override ICollection GetTaskItems() method Add (line 45) | [Obfuscation(Exclude = true)] method Edit (line 51) | [Obfuscation(Exclude = true)] method Remove (line 57) | [Obfuscation(Exclude = true)] method SettingsFeature (line 67) | public SettingsFeature(Module module, ProviderItem provider) method GetTaskList (line 73) | public TaskList GetTaskList() method Load (line 78) | public void Load() method Add (line 83) | public void Add() method Edit (line 94) | public void Edit() method DoubleClick (line 99) | protected override void DoubleClick(SettingItem item) method Remove (line 110) | public void Remove() method GetCollection (line 126) | protected override ConfigurationElementCollection GetCollection(IConfi... method OnSettingsSaved (line 131) | protected override void OnSettingsSaved() method ShowHelp (line 136) | public bool ShowHelp() method OnSettingsUpdated (line 142) | private void OnSettingsUpdated() method InitializeGrouping (line 155) | public override void InitializeGrouping(ToolStripComboBox cbGroup) method GetGroupKey (line 163) | public override string GetGroupKey(ListViewItem item, string selectedG... FILE: JexusManager.Features.Rewrite/SettingsPage.Designer.cs class SettingsPage (line 3) | partial class SettingsPage method Dispose (line 14) | protected override void Dispose(bool disposing) method InitializeComponent (line 29) | private void InitializeComponent() FILE: JexusManager.Features.Rewrite/SettingsPage.cs class SettingsPage (line 12) | internal partial class SettingsPage : ModuleListPage, IModuleChildPage class PageTaskList (line 14) | private sealed class PageTaskList : ShowHelpTaskList method PageTaskList (line 18) | public PageTaskList(SettingsPage owner) method GetTaskItems (line 23) | public override ICollection GetTaskItems() method ShowHelp (line 34) | [Obfuscation(Exclude = true)] method Back (line 40) | [Obfuscation(Exclude = true)] method BackToProviders (line 46) | [Obfuscation(Exclude = true)] method BackToRules (line 52) | [Obfuscation(Exclude = true)] class SettingListViewItem (line 59) | private sealed class SettingListViewItem : ListViewItem, IFeatureListV... method SettingListViewItem (line 64) | public SettingListViewItem(SettingItem item, SettingsPage page) method SettingsPage (line 78) | public SettingsPage() method Initialize (line 86) | protected override void Initialize(object navigationData) method InitializeListPage (line 103) | protected override void InitializeListPage() method Refresh (line 130) | protected override void Refresh() method ListView1_KeyDown (line 135) | private void ListView1_KeyDown(object sender, KeyEventArgs e) method ListView1_MouseDoubleClick (line 143) | private void ListView1_MouseDoubleClick(object sender, MouseEventArgs e) method ListView1_SelectedIndexChanged (line 155) | private void ListView1_SelectedIndexChanged(object sender, EventArgs e) method splitContainer1_SplitterMoved (line 170) | private void splitContainer1_SplitterMoved(object sender, SplitterEven... method ShowHelp (line 178) | protected override bool ShowHelp() method Back (line 183) | private void Back() method BackToProviders (line 188) | [Obfuscation(Exclude = true)] method BackToRules (line 194) | [Obfuscation(Exclude = true)] method Back (line 200) | private void Back(int levels) method CbGroup_SelectedIndexChanged (line 224) | private void CbGroup_SelectedIndexChanged(object sender, EventArgs e) FILE: JexusManager.Features.TraceFailedRequests/NewTraceDialog.Designer.cs class NewTraceDialog (line 6) | sealed partial class NewTraceDialog method Dispose (line 17) | protected override void Dispose(bool disposing) method InitializeComponent (line 32) | private void InitializeComponent() FILE: JexusManager.Features.TraceFailedRequests/NewTraceDialog.cs class NewTraceDialog (line 16) | internal sealed partial class NewTraceDialog : DialogForm method NewTraceDialog (line 18) | public NewTraceDialog(IServiceProvider serviceProvider, TraceFailedReq... method NewRestrictionDialogHelpButtonClicked (line 75) | private void NewRestrictionDialogHelpButtonClicked(object sender, Canc... FILE: JexusManager.Features.TraceFailedRequests/Properties/Resources.Designer.cs class Resources (line 22) | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resource... method Resources (line 31) | [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Mic... FILE: JexusManager.Features.TraceFailedRequests/SettingsDialog.Designer.cs class SettingsDialog (line 6) | internal partial class SettingsDialog method Dispose (line 17) | protected override void Dispose(bool disposing) method InitializeComponent (line 32) | private void InitializeComponent() FILE: JexusManager.Features.TraceFailedRequests/SettingsDialog.cs class SettingsDialog (line 16) | internal partial class SettingsDialog : DialogForm method SettingsDialog (line 18) | public SettingsDialog(IServiceProvider serviceProvider, SiteTraceFaile... method btnBrowse_Click (line 73) | private void btnBrowse_Click(object sender, EventArgs e) FILE: JexusManager.Features.TraceFailedRequests/TraceFailedRequestsFeature.cs class TraceFailedRequestsFeature (line 35) | internal class TraceFailedRequestsFeature : FeatureBase method TraceFailedRequestsItem (line 16) | public TraceFailedRequestsItem(ConfigurationElement element) method Equals (line 41) | public bool Equals(TraceFailedRequestsItem other) method Apply (line 47) | public void Apply() method Match (line 106) | public bool Match(TraceFailedRequestsItem other) method GetProviders (line 112) | internal string GetProviders() method SetProviders (line 124) | internal void SetProviders(IList providers) FILE: JexusManager.Features.TraceFailedRequests/TraceFailedRequestsModule.cs class TraceFailedRequestsModule (line 14) | internal class TraceFailedRequestsModule : Module method Initialize (line 16) | protected override void Initialize(IServiceProvider serviceProvider, M... FILE: JexusManager.Features.TraceFailedRequests/TraceFailedRequestsModuleProvider.cs class TraceFailedRequestsModuleProvider (line 11) | public class TraceFailedRequestsModuleProvider : ModuleProvider method GetModuleDefinition (line 18) | public override ModuleDefinition GetModuleDefinition(IManagementContex... method SupportsScope (line 23) | public override bool SupportsScope(ManagementScope scope) FILE: JexusManager.Features.TraceFailedRequests/TraceFailedRequestsPage.Designer.cs class TraceFailedRequestsPage (line 6) | partial class TraceFailedRequestsPage method Dispose (line 17) | protected override void Dispose(bool disposing) method InitializeComponent (line 32) | private void InitializeComponent() FILE: JexusManager.Features.TraceFailedRequests/TraceFailedRequestsPage.cs class TraceFailedRequestsPage (line 18) | internal partial class TraceFailedRequestsPage : ModuleListPage class PageTaskList (line 20) | private sealed class PageTaskList : ShowHelpTaskList method PageTaskList (line 24) | public PageTaskList(TraceFailedRequestsPage owner) method ShowHelp (line 29) | [Obfuscation(Exclude = true)] class TraceFailedRequestsListViewItem (line 36) | private sealed class TraceFailedRequestsListViewItem : ListViewItem, I... method TraceFailedRequestsListViewItem (line 40) | public TraceFailedRequestsListViewItem(TraceFailedRequestsItem item,... method TraceFailedRequestsPage (line 55) | public TraceFailedRequestsPage() method Initialize (line 60) | protected override void Initialize(object navigationData) method InitializeListPage (line 71) | protected override void InitializeListPage() method Refresh (line 98) | protected override void Refresh() method ListView1SelectedIndexChanged (line 104) | private void ListView1SelectedIndexChanged(object sender, EventArgs e) method ListView1KeyDown (line 110) | private void ListView1KeyDown(object sender, KeyEventArgs e) method ListView1_MouseDoubleClick (line 118) | private void ListView1_MouseDoubleClick(object sender, MouseEventArgs e) method CbGroup_SelectedIndexChanged (line 123) | private void CbGroup_SelectedIndexChanged(object sender, EventArgs e) method ShowHelp (line 128) | protected override bool ShowHelp() FILE: JexusManager.Features.TraceFailedRequests/Wizards/AddTraceWizard/AddTraceWizard.Designer.cs class AddTraceWizard (line 5) | partial class AddTraceWizard method Dispose (line 16) | protected override void Dispose(bool disposing) method InitializeComponent (line 31) | private void InitializeComponent() FILE: JexusManager.Features.TraceFailedRequests/Wizards/AddTraceWizard/AddTraceWizard.cs class AddTraceWizard (line 15) | internal partial class AddTraceWizard : WizardForm method AddTraceWizard (line 22) | public AddTraceWizard(IServiceProvider serviceProvider, TraceFailedReq... method CompleteWizard (line 42) | protected override void CompleteWizard() method GetWizardPages (line 70) | protected override WizardPage[] GetWizardPages() method ShowHelp (line 85) | protected override void ShowHelp() FILE: JexusManager.Features.TraceFailedRequests/Wizards/AddTraceWizard/AddTraceWizardData.cs class AddTraceWizardData (line 12) | internal class AddTraceWizardData method AddTraceWizardData (line 14) | public AddTraceWizardData(ConfigurationElement config, TraceFailedRequ... method Apply (line 65) | internal void Apply(TraceFailedRequestsItem item) FILE: JexusManager.Features.TraceFailedRequests/Wizards/AddTraceWizard/ConditionsPage.Designer.cs class ConditionsPage (line 6) | partial class ConditionsPage method Dispose (line 17) | protected override void Dispose(bool disposing) method InitializeComponent (line 32) | private void InitializeComponent() FILE: JexusManager.Features.TraceFailedRequests/Wizards/AddTraceWizard/ConditionsPage.cs class ConditionsPage (line 12) | public partial class ConditionsPage : DefaultWizardPage method ConditionsPage (line 16) | public ConditionsPage() method OnNext (line 76) | public override bool OnNext() method IsValidCodes (line 123) | private static bool IsValidCodes(string text) method Activate (line 155) | protected override void Activate() FILE: JexusManager.Features.TraceFailedRequests/Wizards/AddTraceWizard/ContentPage.Designer.cs class ContentPage (line 6) | partial class ContentPage method Dispose (line 17) | protected override void Dispose(bool disposing) method InitializeComponent (line 32) | private void InitializeComponent() FILE: JexusManager.Features.TraceFailedRequests/Wizards/AddTraceWizard/ContentPage.cs class ContentPage (line 11) | public partial class ContentPage : DefaultWizardPage method ContentPage (line 13) | public ContentPage() method OnNext (line 35) | public override bool OnNext() method Activate (line 67) | protected override void Activate() FILE: JexusManager.Features.TraceFailedRequests/Wizards/AddTraceWizard/Provider.cs class Provider (line 9) | internal class Provider method ToString (line 18) | public override string ToString() FILE: JexusManager.Features.TraceFailedRequests/Wizards/AddTraceWizard/ProvidersPage.Designer.cs class ProvidersPage (line 6) | partial class ProvidersPage method Dispose (line 17) | protected override void Dispose(bool disposing) method InitializeComponent (line 32) | private void InitializeComponent() FILE: JexusManager.Features.TraceFailedRequests/Wizards/AddTraceWizard/ProvidersPage.cs class ProvidersPage (line 12) | public partial class ProvidersPage : DefaultWizardPage method ProvidersPage (line 16) | public ProvidersPage() method VerifyFinish (line 83) | private void VerifyFinish() method Activate (line 95) | protected override void Activate() FILE: JexusManager.Notifications.Demo/MainForm.Designer.cs class MainForm (line 3) | partial class MainForm method Dispose (line 14) | protected override void Dispose(bool disposing) method InitializeComponent (line 29) | private void InitializeComponent() FILE: JexusManager.Notifications.Demo/MainForm.cs class MainForm (line 6) | public partial class MainForm : Form method MainForm (line 10) | public MainForm() method btnInfo_Click (line 18) | private void btnInfo_Click(object sender, EventArgs e) method btnSuccess_Click (line 24) | private void btnSuccess_Click(object sender, EventArgs e) method btnWarning_Click (line 30) | private void btnWarning_Click(object sender, EventArgs e) method btnError_Click (line 36) | private void btnError_Click(object sender, EventArgs e) method btnCustomMessage_Click (line 42) | private void btnCustomMessage_Click(object sender, EventArgs e) method btnChangePosition_Click (line 55) | private void btnChangePosition_Click(object sender, EventArgs e) method btnDismissAll_Click (line 62) | private void btnDismissAll_Click(object sender, EventArgs e) method GetSelectedNotificationType (line 67) | private NotificationControl.NotificationType GetSelectedNotificationTy... method GetSelectedPosition (line 79) | private NotificationManager.NotificationPosition GetSelectedPosition() method ShowNotification (line 93) | private void ShowNotification(string title, string message, Notificati... FILE: JexusManager.Notifications.Demo/Program.cs class Program (line 6) | static class Program method Main (line 11) | [STAThread] FILE: JexusManager.Notifications/NotificationControl.cs class NotificationControl (line 13) | public class NotificationControl : Control type NotificationType (line 34) | public enum NotificationType method NotificationControl (line 66) | public NotificationControl(string title, string message, NotificationT... method Show (line 126) | public new void Show() method StartFade (line 148) | public void StartFade() method FadeTimer_Tick (line 164) | private void FadeTimer_Tick(object sender, EventArgs e) method NotificationControl_Click (line 181) | private void NotificationControl_Click(object sender, EventArgs e) method OnPaint (line 200) | protected override void OnPaint(PaintEventArgs e) method Dispose (line 276) | protected override void Dispose(bool disposing) FILE: JexusManager.Notifications/NotificationManager.cs class NotificationManager (line 11) | public class NotificationManager type NotificationPosition (line 22) | public enum NotificationPosition method GetInstance (line 56) | public static NotificationManager GetInstance(Form form, NotificationP... method NotificationManager (line 76) | private NotificationManager(Form parentForm, NotificationPosition posi... method Show (line 92) | public NotificationControl Show(string title, string message, method RepositionNotifications (line 131) | private void RepositionNotifications() method DismissAll (line 199) | public void DismissAll() FILE: JexusManager.Shared/ApplicationExtensions.cs class ApplicationExtensions (line 11) | public static class ApplicationExtensions method GetSite (line 13) | public static Site GetSite(this Application application) method GetExtra (line 18) | public static IDictionary> GetExtra(this Applicat... method GetPoolName (line 23) | public static string GetPoolName(this Application application) FILE: JexusManager.Shared/BindingUtility.cs type CertificateMappingState (line 23) | public enum CertificateMappingState class BindingUtility (line 36) | public static class BindingUtility method Reinitialize (line 46) | internal static void Reinitialize(this Binding original, Binding binding) method FixCertificateMapping (line 65) | internal static (CertificateMappingState state, string message) FixCer... method AddMapping (line 98) | private static (CertificateMappingState state, string message) AddMapp... method ManipulateCertificateMapping (line 132) | private static (CertificateMappingState state, string message) Manipul... method Verify (line 174) | internal static bool? Verify(string protocol, string address, string p... method GetAppName (line 220) | public static string GetAppName(string appId) method CleanUpMapping (line 235) | public static string CleanUpMapping(this Binding binding) method RemoveMapping (line 249) | private static string RemoveMapping(this Binding binding, bool sni) method ToRemoveMappingArguments (line 298) | private static string ToRemoveMappingArguments(this Binding binding, b... method AddReservedUrl (line 307) | public static string AddReservedUrl(string url) method ToUrlPrefix (line 350) | public static string ToUrlPrefix(this Binding binding) method MatchHostName (line 356) | public static bool MatchHostName(this X509Certificate2 certificate, st... method ToAddMappingArguments (line 376) | private static string ToAddMappingArguments(this Binding binding, bool... FILE: JexusManager.Shared/CertificateInfo.cs class CertificateInfo (line 9) | internal sealed class CertificateInfo method CertificateInfo (line 14) | public CertificateInfo(X509Certificate2 certificate, string store) method ToString (line 20) | public override string ToString() FILE: JexusManager.Shared/ColumnClickHook.cs class ColumnClickHook (line 13) | public class ColumnClickHook class ListViewItemComparer (line 16) | private class ListViewItemComparer : System.Collections.IComparer method ListViewItemComparer (line 21) | public ListViewItemComparer(int column, SortOrder order) method Compare (line 27) | public int Compare(object x, object y) method HandleColumnClick (line 45) | public void HandleColumnClick(ListView listView1) class IndicatorHelper (line 73) | public static class IndicatorHelper method SendMessage (line 82) | [DllImport("user32.dll", CharSet = CharSet.Auto)] type HDITEM (line 85) | [StructLayout(LayoutKind.Sequential, CharSet = CharSet.Auto)] method SetSortIcon (line 101) | public static void SetSortIcon(ListView listView, int columnIndex, Sor... FILE: JexusManager.Shared/ConfigurationElementExtensions.cs class ConfigurationElementExtensions (line 9) | public static class ConfigurationElementExtensions method GetIsLocked (line 11) | public static string GetIsLocked(this ConfigurationElement element) method SetIsLocked (line 16) | public static void SetIsLocked(this ConfigurationElement element, stri... FILE: JexusManager.Shared/ConfigurationSectionExtensions.cs class ConfigurationSectionExtensions (line 9) | public static class ConfigurationSectionExtensions method CanRevert (line 11) | public static bool CanRevert(this ConfigurationSection section) FILE: JexusManager.Shared/DefaultWizardForm.cs class DefaultWizardForm (line 10) | public abstract class DefaultWizardForm : WizardForm method DefaultWizardForm (line 12) | public DefaultWizardForm(IServiceProvider serviceProvider) method UpdateWizard (line 16) | public new void UpdateWizard() FILE: JexusManager.Shared/DefaultWizardPage.cs class DefaultWizardPage (line 12) | public abstract class DefaultWizardPage : WizardPage method SetNextPage (line 15) | public new void SetNextPage(WizardPage page) method SetPreviousPage (line 20) | public new void SetPreviousPage(WizardPage page) method SetWizard (line 25) | public new void SetWizard(WizardForm wizard) FILE: JexusManager.Shared/DescriptionConverter.cs class DescriptionConverter (line 12) | public class DescriptionConverter : EnumConverter method DescriptionConverter (line 21) | public DescriptionConverter(Type type) method CanConvertTo (line 27) | public override bool CanConvertTo(ITypeDescriptorContext context, method ConvertTo (line 33) | public override object ConvertTo(ITypeDescriptorContext context, method CanConvertFrom (line 47) | public override bool CanConvertFrom(ITypeDescriptorContext context, method ConvertFrom (line 53) | public override object ConvertFrom(ITypeDescriptorContext context, FILE: JexusManager.Shared/DialogHelper.cs class DialogHelper (line 24) | public static class DialogHelper method ShowBrowseDialog (line 86) | public static void ShowBrowseDialog(TextBox textBox, string executable) method ShowOpenFileDialog (line 97) | public static void ShowOpenFileDialog(TextBox textBox, string filter, ... method ShowSaveFileDialog (line 138) | public static string ShowSaveFileDialog(TextBox textBox, string filter... method GetImageArchitecture (line 185) | public static bool GetImageArchitecture(string filepath) method DisplayCertificate (line 196) | public static void DisplayCertificate(X509Certificate2 x509Certificate... method Explore (line 210) | public static void Explore(string folder) method LoadCertificates (line 232) | public static void LoadCertificates(ComboBox comboBox, byte[] hash, st... method LoadAddresses (line 320) | public static void LoadAddresses(ComboBox cbAddress) method GetTempFileName (line 334) | public static string GetTempFileName() method GetSpecialFolder (line 339) | private static string GetSpecialFolder(string name, string file) method GetPrivateKeyFile (line 357) | public static string GetPrivateKeyFile(string file) method ProcessStart (line 368) | public static void ProcessStart(string url) method BrowseFile (line 391) | public static void BrowseFile(string file) method SiteStart (line 403) | public static void SiteStart(Site site, IMainForm form) method SiteRestart (line 413) | internal static void SiteRestart(Site site, IMainForm form) method MessageBoxShow (line 423) | public static void MessageBoxShow(string message, IMainForm form, bool... method HandleGrouping (line 453) | public static void HandleGrouping(ListView listView1, string selectedG... FILE: JexusManager.Shared/Features/DefaultTaskList.cs class DefaultTaskList (line 13) | public abstract class DefaultTaskList : TaskList method GetBackTaskItem (line 65) | public MethodTaskItem GetBackTaskItem(string methodName, string text) method GetMoveUpTaskItem (line 70) | public MethodTaskItem GetMoveUpTaskItem(bool enabled) method GetMoveDownTaskItem (line 75) | public MethodTaskItem GetMoveDownTaskItem(bool enabled) method GetRemoveTaskItem (line 80) | public MethodTaskItem GetRemoveTaskItem(string methodName) method GetMoveUpTaskItem (line 85) | public MethodTaskItem GetMoveUpTaskItem(string methodName, bool enabled) method GetMoveDownTaskItem (line 91) | public MethodTaskItem GetMoveDownTaskItem(string methodName, bool enab... method Remove (line 97) | [Obfuscation(Exclude = true)] method MoveUp (line 102) | [Obfuscation(Exclude = true)] method MoveDown (line 107) | [Obfuscation(Exclude = true)] FILE: JexusManager.Shared/Features/FeatureBase.cs class FeatureBase (line 21) | public abstract class FeatureBase method FeatureBase (line 27) | protected FeatureBase(Module module) method GetCollection (line 60) | protected abstract ConfigurationElementCollection GetCollection(IConfi... method GetService (line 62) | protected object? GetService(Type type) method DisplayErrorMessage (line 67) | protected void DisplayErrorMessage(Exception ex, ResourceManager? reso... method OnSettingsSaved (line 73) | protected abstract void OnSettingsSaved(); method LoadItems (line 75) | public virtual void LoadItems() method AddItem (line 119) | public virtual void AddItem(T item) method GetCollection (line 139) | private ConfigurationElementCollection? GetCollection(IConfigurationSe... method InsertItem (line 150) | public virtual void InsertItem(int index, T item) method EditItem (line 167) | public virtual void EditItem(T newItem) method RemoveItem (line 190) | public virtual void RemoveItem() method MoveUpItem (line 225) | public virtual void MoveUpItem() method MoveDownItem (line 250) | public virtual void MoveDownItem() method RevertItems (line 275) | public virtual void RevertItems() method GetSecondaryCollection (line 290) | protected virtual ConfigurationElementCollection? GetSecondaryCollecti... method DoubleClick (line 296) | protected virtual void DoubleClick(T item) method HandleMouseDoubleClick (line 299) | public void HandleMouseDoubleClick(ListView listView) method HandleSelectedIndexChanged (line 310) | public void HandleSelectedIndexChanged(ListView listView) method InitializeMouseClick (line 324) | public void InitializeMouseClick(ListView listView1, Action... method RenameInline (line 366) | public void RenameInline(T item) method FindDuplicate (line 380) | public bool FindDuplicate(Func value, string text) method GetGroupKey (line 387) | public virtual string GetGroupKey(ListViewItem item, string selectedGr... method InitializeGrouping (line 392) | public virtual void InitializeGrouping(ToolStripComboBox cbGroup) method InitializeColumnClick (line 395) | public void InitializeColumnClick(ListView listView) FILE: JexusManager.Shared/Features/IDuoItem.cs type IDuoItem (line 9) | public interface IDuoItem : IItem FILE: JexusManager.Shared/Features/IFeatureListViewItem.cs type IFeatureListViewItem (line 7) | public interface IFeatureListViewItem FILE: JexusManager.Shared/Features/IItem.cs class ItemExtensions (line 9) | public static class ItemExtensions method AppendTo (line 11) | public static void AppendTo(this IItem item, ConfigurationElemen... FILE: JexusManager.Shared/Features/ScopeExtensions.cs class ScopeExtensions (line 14) | public static class ScopeExtensions method GetImage (line 16) | public static Image GetImage(this ManagementScope scope) FILE: JexusManager.Shared/Features/ShowHelpTaskList.cs class ShowHelpTaskList (line 13) | public abstract class ShowHelpTaskList : DefaultTaskList method GetTaskItems (line 15) | public override ICollection GetTaskItems() method ShowHelp (line 23) | [Obfuscation(Exclude = true)] FILE: JexusManager.Shared/Features/TaskItemExtensions.cs class TaskItemExtensions (line 17) | public static class TaskItemExtensions method Fill (line 21) | public static void Fill(this TaskListCollection tasks, ToolStrip actio... method TaskListFill (line 39) | private static void TaskListFill(ToolStrip actionPanel, ContextMenuStr... method SetUsage (line 55) | public static MethodTaskItem SetUsage(this MethodTaskItem method, bool... method TaskItemFill (line 62) | private static void TaskItemFill(this TaskItem item, TaskList list, To... FILE: JexusManager.Shared/Features/TimeSpanExtensions.cs class TimeSpanExtensions (line 9) | public static class TimeSpanExtensions method GetTotalMinutes (line 11) | public static int GetTotalMinutes(this TimeSpan time) method GetTotalSeconds (line 16) | public static long GetTotalSeconds(this TimeSpan time) FILE: JexusManager.Shared/IMainForm.cs type IMainForm (line 11) | public interface IMainForm method AddSiteNode (line 15) | void AddSiteNode(Site newSite); method EndProgress (line 16) | void EndProgress(); method LoadInner (line 17) | void LoadInner(IModulePage page); method LoadPage (line 18) | void LoadPage(IModulePage page); method LoadPageAndSelectNode (line 19) | void LoadPageAndSelectNode(IModulePage page, object navigationData); method LoadPools (line 20) | void LoadPools(); method LoadSites (line 21) | void LoadSites(); method RemoveSiteNode (line 22) | void RemoveSiteNode(Site selectedItem); method BeginProgress (line 23) | void BeginProgress(); FILE: JexusManager.Shared/NativeMethods.cs class NativeMethods (line 16) | public static class NativeMethods method SendMessage (line 18) | [DllImport("user32")] method AddShieldToButton (line 23) | private static void AddShieldToButton(Button b) method TryAddShieldToButton (line 29) | public static void TryAddShieldToButton(Button button) method RemoveShieldFromButton (line 37) | public static void RemoveShieldFromButton(Button b) method CryptAcquireCertificatePrivateKey (line 52) | [DllImport("Crypt32.dll", SetLastError = true)] method CloseHandle (line 62) | [System.Runtime.InteropServices.DllImport("Kernel32")] method LoadImage (line 65) | [DllImport("user32.dll")] method GetShieldIcon (line 74) | public static Bitmap GetShieldIcon() FILE: JexusManager.Shared/PhysicalDirectory.cs class PhysicalDirectory (line 11) | public class PhysicalDirectory method PhysicalDirectory (line 13) | public PhysicalDirectory(DirectoryInfo physicalDirectory, string path,... FILE: JexusManager.Shared/Properties/Resources.Designer.cs class Resources (line 22) | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resource... method Resources (line 31) | [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Mic... FILE: JexusManager.Shared/ServerManagerExtensions.cs class ServerManagerExtensions (line 10) | public static class ServerManagerExtensions method GetExtra (line 12) | public static IDictionary> GetExtra(this ServerMa... FILE: JexusManager.Shared/Services/ConfigurationService.cs class ConfigurationService (line 12) | public class ConfigurationService : IConfigurationService method ConfigurationService (line 25) | public ConfigurationService(IMainForm form, Configuration config, Mana... method GetConfiguration (line 38) | public Configuration GetConfiguration() method GetSection (line 59) | public ConfigurationSection GetSection(string sectionPath, string loca... FILE: JexusManager.Shared/Services/ControlPanel.cs class ControlPanel (line 13) | public sealed class ControlPanel : IControlPanel method GetCategories (line 18) | public ReadOnlyCollection GetCategories(stri... method GetCategory (line 23) | public ControlPanelCategoryInfo GetCategory(string categorization, Mod... method GetPage (line 28) | public ModulePageInfo GetPage(Type pageType) method GetPages (line 33) | public ReadOnlyCollection GetPages(Module module) method GetPages (line 38) | public ReadOnlyCollection GetPages(string categorizati... method RegisterCategory (line 43) | public void RegisterCategory(ControlPanelCategoryInfo categoryInfo) method RegisterHomepage (line 47) | public void RegisterHomepage(ModulePageInfo homepageInfo) method RegisterPage (line 51) | public void RegisterPage(ModulePageInfo itemPageInfo) method RegisterPage (line 56) | public void RegisterPage(string categoryName, ModulePageInfo itemPageI... FILE: JexusManager.Shared/Services/IConfigurationService.cs type IConfigurationService (line 11) | public interface IConfigurationService method GetConfiguration (line 13) | Configuration GetConfiguration(); method GetSection (line 24) | ConfigurationSection GetSection(string systemWebserverSecurityAccess, ... FILE: JexusManager.Shared/Services/ManagementUIService.cs class ManagementUIService (line 15) | public sealed class ManagementUIService : IManagementUIService method ManagementUIService (line 17) | public ManagementUIService(IWin32Window dialogOwner) method ShowContextMenu (line 22) | public void ShowContextMenu(Point location) method ShowDialog (line 26) | public DialogResult ShowDialog(DialogForm form) method ShowError (line 31) | public void ShowError(Exception exception, string message, string capt... method ShowMessage (line 43) | public void ShowMessage(string text, string caption) method ShowMessage (line 48) | public DialogResult ShowMessage(string text, string caption, MessageBo... method ShowMessage (line 53) | public DialogResult ShowMessage(string text, string caption, MessageBo... method StartProgress (line 66) | public object StartProgress(string text, MethodInvoker cancelMethod) method StopProgress (line 71) | public void StopProgress(object token) method Update (line 75) | public void Update() FILE: JexusManager.Shared/StringCompareExtensions.cs class StringCompareExtensions (line 10) | static class StringCompareExtensions method IsLike (line 15) | public static bool IsLike(this string s, string pattern) method CharListToSet (line 92) | private static HashSet CharListToSet(string charList) FILE: JexusManager.Shared/StringUtility.cs class StringUtility (line 12) | public static class StringUtility method Combine (line 14) | public static string Combine(this IEnumerable item, string conne... method IsWildcard (line 31) | public static bool IsWildcard(this string host) method IsValidHost (line 52) | public static bool IsValidHost(this string host, bool supportsWildcard... method IsValidBody (line 57) | private static bool IsValidBody(this string host) method MatchHostName (line 71) | public static bool MatchHostName(this string name, string host) FILE: JexusManager/BindingExtensions.cs class BindingExtensions (line 10) | public static class BindingExtensions method ToShortString (line 12) | public static string ToShortString(this Binding binding) method ToListViewItem (line 47) | public static ListViewItem ToListViewItem(this Binding binding) FILE: JexusManager/Dialogs/CertificateErrorsDialog.Designer.cs class CertificateErrorsDialog (line 6) | partial class CertificateErrorsDialog method Dispose (line 17) | protected override void Dispose(bool disposing) method InitializeComponent (line 32) | private void InitializeComponent() FILE: JexusManager/Dialogs/CertificateErrorsDialog.cs class CertificateErrorsDialog (line 18) | public partial class CertificateErrorsDialog : Form method CertificateErrorsDialog (line 20) | public CertificateErrorsDialog(X509Certificate certificate) method linkLabel1_LinkClicked (line 35) | private void linkLabel1_LinkClicked(object sender, LinkLabelLinkClicke... method CertificateErrorsDialog_HelpButtonClicked (line 40) | private void CertificateErrorsDialog_HelpButtonClicked(object sender, ... FILE: JexusManager/Dialogs/ConnectAsDialog.Designer.cs class ConnectAsDialog (line 6) | partial class ConnectAsDialog method Dispose (line 17) | protected override void Dispose(bool disposing) method InitializeComponent (line 32) | private void InitializeComponent() FILE: JexusManager/Dialogs/ConnectAsDialog.cs class ConnectAsDialog (line 14) | public partial class ConnectAsDialog : DialogForm method ConnectAsDialog (line 17) | public ConnectAsDialog() method ConnectAsDialog (line 22) | public ConnectAsDialog(IServiceProvider serviceProvider, ConnectAsItem... method RefreshButton (line 96) | private void RefreshButton() FILE: JexusManager/Dialogs/ConnectAsItem.cs class ConnectAsItem (line 6) | public class ConnectAsItem : IItem method ConnectAsItem (line 20) | public ConnectAsItem(VirtualDirectory virtualDirectory) method Apply (line 27) | public void Apply() method Match (line 38) | public bool Match(ConnectAsItem other) method Equals (line 43) | public bool Equals(ConnectAsItem other) FILE: JexusManager/Dialogs/CredentialsDialog.Designer.cs class CredentialsDialog (line 6) | partial class CredentialsDialog method Dispose (line 17) | protected override void Dispose(bool disposing) method InitializeComponent (line 32) | private void InitializeComponent() FILE: JexusManager/Dialogs/CredentialsDialog.cs class CredentialsDialog (line 15) | public partial class CredentialsDialog : DialogForm method CredentialsDialog (line 17) | public CredentialsDialog(IServiceProvider serviceProvider, string name) FILE: JexusManager/Dialogs/EditSiteDialog.Designer.cs class EditSiteDialog (line 6) | partial class EditSiteDialog method Dispose (line 17) | protected override void Dispose(bool disposing) method InitializeComponent (line 32) | private void InitializeComponent() FILE: JexusManager/Dialogs/EditSiteDialog.cs class EditSiteDialog (line 18) | public partial class EditSiteDialog : DialogForm method EditSiteDialog (line 22) | public EditSiteDialog(IServiceProvider serviceProvider, Application ap... method RefreshButton (line 112) | private void RefreshButton() method EditSiteDialog_HelpButtonClicked (line 117) | private void EditSiteDialog_HelpButtonClicked(object sender, CancelEve... FILE: JexusManager/Dialogs/ExceptionDialog.Designer.cs class ExceptionDialog (line 5) | partial class ExceptionDialog method Dispose (line 16) | protected override void Dispose(bool disposing) method InitializeComponent (line 31) | private void InitializeComponent() FILE: JexusManager/Dialogs/ExceptionDialog.cs class ExceptionDialog (line 10) | public partial class ExceptionDialog : Form method ExceptionDialog (line 12) | private ExceptionDialog() method Report (line 17) | public static void Report(string userName, string exception) method btnReport_Click (line 24) | private void btnReport_Click(object sender, EventArgs e) method btnCopy_Click (line 29) | private void btnCopy_Click(object sender, EventArgs e) FILE: JexusManager/Dialogs/NewApplicationDialog.Designer.cs class NewApplicationDialog (line 6) | sealed partial class NewApplicationDialog method Dispose (line 17) | protected override void Dispose(bool disposing) method InitializeComponent (line 32) | private void InitializeComponent() FILE: JexusManager/Dialogs/NewApplicationDialog.cs class NewApplicationDialog (line 19) | public sealed partial class NewApplicationDialog : DialogForm method NewApplicationDialog (line 24) | public NewApplicationDialog(IServiceProvider serviceProvider, Site sit... method RefreshButton (line 194) | private void RefreshButton() method NewApplicationDialog_HelpButtonClicked (line 202) | private void NewApplicationDialog_HelpButtonClicked(object sender, Can... FILE: JexusManager/Dialogs/NewSiteDialog.Designer.cs class NewSiteDialog (line 6) | partial class NewSiteDialog method Dispose (line 17) | protected override void Dispose(bool disposing) method InitializeComponent (line 32) | private void InitializeComponent() FILE: JexusManager/Dialogs/NewSiteDialog.cs class NewSiteDialog (line 25) | public partial class NewSiteDialog : DialogForm method NewSiteDialog (line 27) | public NewSiteDialog(IServiceProvider serviceProvider, SiteCollection ... method IPEndPointIsValid (line 305) | private bool IPEndPointIsValid(out IPAddress address, out int port, bo... method NewSiteDialogHelpButtonClicked (line 329) | private void NewSiteDialogHelpButtonClicked(object sender, CancelEvent... method NewSiteDialogLoad (line 334) | private void NewSiteDialogLoad(object sender, EventArgs e) FILE: JexusManager/Dialogs/NewVirtualDirectoryDialog.Designer.cs class NewVirtualDirectoryDialog (line 6) | sealed partial class NewVirtualDirectoryDialog method Dispose (line 17) | protected override void Dispose(bool disposing) method InitializeComponent (line 32) | private void InitializeComponent() FILE: JexusManager/Dialogs/NewVirtualDirectoryDialog.cs class NewVirtualDirectoryDialog (line 20) | public sealed partial class NewVirtualDirectoryDialog : DialogForm method NewVirtualDirectoryDialog (line 22) | public NewVirtualDirectoryDialog(IServiceProvider serviceProvider, Vir... method RefreshButton (line 169) | private void RefreshButton() method NewVirtualDirectoryDialog_HelpButtonClicked (line 177) | private void NewVirtualDirectoryDialog_HelpButtonClicked(object sender... FILE: JexusManager/Dialogs/SelectPoolDialog.Designer.cs class SelectPoolDialog (line 6) | partial class SelectPoolDialog method Dispose (line 17) | protected override void Dispose(bool disposing) method InitializeComponent (line 32) | private void InitializeComponent() FILE: JexusManager/Dialogs/SelectPoolDialog.cs class SelectPoolDialog (line 15) | public partial class SelectPoolDialog : Form method SelectPoolDialog (line 17) | public SelectPoolDialog(string name, ServerManager server) method SelectPoolDialog_HelpButtonClicked (line 61) | private void SelectPoolDialog_HelpButtonClicked(object sender, CancelE... FILE: JexusManager/Features/Main/ApplicationFeature.cs class ApplicationFeature (line 35) | internal class ApplicationFeature class FeatureTaskList (line 37) | private sealed class FeatureTaskList : TaskList method FeatureTaskList (line 41) | public FeatureTaskList(ApplicationFeature owner) method GetTaskItems (line 46) | public override ICollection GetTaskItems() method Explore (line 87) | [Obfuscation(Exclude = true)] method Permissions (line 93) | [Obfuscation(Exclude = true)] method Basic (line 99) | [Obfuscation(Exclude = true)] method VirtualDirectories (line 105) | [Obfuscation(Exclude = true)] method Browse (line 111) | [Obfuscation(Exclude = true)] method Advanced (line 117) | [Obfuscation(Exclude = true)] method FixPhp (line 123) | [Obfuscation(Exclude = true)] method FixKestrel (line 129) | [Obfuscation(Exclude = true)] method ApplicationFeature (line 136) | public ApplicationFeature(Module module) method DisplayErrorMessage (line 147) | protected void DisplayErrorMessage(Exception ex, ResourceManager resou... method GetService (line 153) | protected object GetService(Type type) method GetTaskList (line 158) | public TaskList GetTaskList() method Load (line 163) | public void Load() method OnApplicationSettingsSaved (line 168) | protected void OnApplicationSettingsSaved() method ShowHelp (line 173) | public virtual bool ShowHelp() method Advanced (line 179) | private void Advanced() method Browse (line 183) | private void Browse(object uri) method VirtualDirectories (line 221) | private void VirtualDirectories() method Basic (line 231) | private void Basic() method Permissions (line 249) | private void Permissions() method Explore (line 255) | private void Explore() method FixPhp (line 261) | private void FixPhp() method FixKestrel (line 268) | private void FixKestrel() FILE: JexusManager/Features/Main/ApplicationPage.Designer.cs class ApplicationPage (line 6) | partial class ApplicationPage method Dispose (line 17) | protected override void Dispose(bool disposing) method InitializeComponent (line 32) | private void InitializeComponent() FILE: JexusManager/Features/Main/ApplicationPage.cs class ApplicationPage (line 19) | internal partial class ApplicationPage : ModuleListPage class PageTaskList (line 21) | private sealed class PageTaskList : TaskList method PageTaskList (line 25) | public PageTaskList(ApplicationPage owner) method GetTaskItems (line 30) | public override ICollection GetTaskItems() method ShowHelp (line 38) | [Obfuscation(Exclude = true)] method ApplicationPage (line 49) | public ApplicationPage(Application application) method Initialize (line 59) | protected override void Initialize(object navigationData) method InitializeListPage (line 70) | protected override void InitializeListPage() method Refresh (line 83) | protected override void Refresh() method listView1_MouseDoubleClick (line 89) | private void listView1_MouseDoubleClick(object sender, MouseEventArgs e) method splitContainer1_SplitterMoved (line 101) | private void splitContainer1_SplitterMoved(object sender, SplitterEven... method ShowHelp (line 109) | protected override bool ShowHelp() FILE: JexusManager/Features/Main/ApplicationPoolAdvancedSettings.cs class ApplicationPoolAdvancedSettings (line 15) | internal class ApplicationPoolAdvancedSettings method ApplicationPoolAdvancedSettings (line 17) | public ApplicationPoolAdvancedSettings(ApplicationPool pool) method Apply (line 119) | internal void Apply(ApplicationPool pool) method HideProperty (line 249) | private static void HideProperty(Type type, string name) class GenerateRecycleEventLogEntry (line 548) | [TypeConverter(typeof(ExpandableObjectConverter))] method ToString (line 599) | public override string ToString() class LogEntrySettings (line 605) | [TypeConverter(typeof(ExpandableObjectConverter))] method ToString (line 614) | public override string ToString() FILE: JexusManager/Features/Main/ApplicationPoolAdvancedSettingsDialog.Designer.cs class ApplicationPoolAdvancedSettingsDialog (line 6) | partial class ApplicationPoolAdvancedSettingsDialog method Dispose (line 17) | protected override void Dispose(bool disposing) method InitializeComponent (line 32) | private void InitializeComponent() FILE: JexusManager/Features/Main/ApplicationPoolAdvancedSettingsDialog.cs class ApplicationPoolAdvancedSettingsDialog (line 17) | public partial class ApplicationPoolAdvancedSettingsDialog : DialogForm method ApplicationPoolAdvancedSettingsDialog (line 19) | public ApplicationPoolAdvancedSettingsDialog(IServiceProvider serviceP... method ApplicationPoolAdvancedSettingsDialog_HelpButtonClicked (line 39) | private void ApplicationPoolAdvancedSettingsDialog_HelpButtonClicked(o... FILE: JexusManager/Features/Main/ApplicationPoolBasicSettingsDialog.Designer.cs class ApplicationPoolBasicSettingsDialog (line 6) | partial class ApplicationPoolBasicSettingsDialog method Dispose (line 17) | protected override void Dispose(bool disposing) method InitializeComponent (line 32) | private void InitializeComponent() FILE: JexusManager/Features/Main/ApplicationPoolBasicSettingsDialog.cs class ApplicationPoolBasicSettingsDialog (line 17) | public sealed partial class ApplicationPoolBasicSettingsDialog : DialogForm method ApplicationPoolBasicSettingsDialog (line 22) | public ApplicationPoolBasicSettingsDialog(IServiceProvider serviceProv... method SetRuntimeVersion (line 105) | private void SetRuntimeVersion(string managedRuntimeVersion) method ApplicationPoolBasicSettingsDialog_HelpButtonClicked (line 121) | private void ApplicationPoolBasicSettingsDialog_HelpButtonClicked(obje... FILE: JexusManager/Features/Main/ApplicationPoolDefaultsSettings.cs class ApplicationPoolDefaultsSettings (line 12) | internal class ApplicationPoolDefaultsSettings method ApplicationPoolDefaultsSettings (line 14) | public ApplicationPoolDefaultsSettings(ApplicationPoolDefaults pool) method Apply (line 139) | internal void Apply(ApplicationPoolDefaults pool) FILE: JexusManager/Features/Main/ApplicationPoolDefaultsSettingsDialog.Designer.cs class ApplicationPoolDefaultsSettingsDialog (line 6) | partial class ApplicationPoolDefaultsSettingsDialog method Dispose (line 17) | protected override void Dispose(bool disposing) method InitializeComponent (line 32) | private void InitializeComponent() FILE: JexusManager/Features/Main/ApplicationPoolDefaultsSettingsDialog.cs class ApplicationPoolDefaultsSettingsDialog (line 17) | public partial class ApplicationPoolDefaultsSettingsDialog : DialogForm method ApplicationPoolDefaultsSettingsDialog (line 19) | public ApplicationPoolDefaultsSettingsDialog(IServiceProvider serviceP... method ApplicationPoolAdvancedSettingsDialog_HelpButtonClicked (line 39) | private void ApplicationPoolAdvancedSettingsDialog_HelpButtonClicked(o... FILE: JexusManager/Features/Main/ApplicationPoolsFeature.cs class ApplicationPoolsFeature (line 29) | internal class ApplicationPoolsFeature : FeatureBase class FeatureTaskList (line 31) | private sealed class FeatureTaskList : DefaultTaskList method FeatureTaskList (line 35) | public FeatureTaskList(ApplicationPoolsFeature owner) method GetTaskItems (line 40) | public override ICollection GetTaskItems() method Add (line 78) | [Obfuscation(Exclude = true)] method Set (line 84) | [Obfuscation(Exclude = true)] method Remove (line 90) | [Obfuscation(Exclude = true)] method Rename (line 96) | [Obfuscation(Exclude = true)] method Basic (line 102) | [Obfuscation(Exclude = true)] method Applications (line 108) | [Obfuscation(Exclude = true)] method Recycle (line 114) | [Obfuscation(Exclude = true)] method Start (line 120) | [Obfuscation(Exclude = true)] method Stop (line 126) | [Obfuscation(Exclude = true)] method Recycling (line 132) | [Obfuscation(Exclude = true)] method Advanced (line 138) | [Obfuscation(Exclude = true)] method ApplicationPoolsFeature (line 145) | public ApplicationPoolsFeature(Module module) method GetTaskList (line 157) | public TaskList GetTaskList() method Load (line 162) | public void Load() method OnApplicationPoolsSettingsSaved (line 170) | protected void OnApplicationPoolsSettingsSaved() method ShowHelp (line 175) | public virtual bool ShowHelp() method Add (line 181) | private void Add() method Set (line 196) | private void Set() method Recycling (line 205) | private void Recycling() method Remove (line 208) | internal void Remove() method Rename (line 239) | private void Rename() method Advanced (line 244) | private void Advanced() method Stop (line 253) | private void Stop() method Start (line 267) | private void Start() method Recycle (line 281) | private void Recycle() method Applications (line 295) | private void Applications() method Edit (line 332) | internal void Edit() method DoubleClick (line 337) | protected override void DoubleClick(ApplicationPool item) method InitializeGrouping (line 350) | public override void InitializeGrouping(ToolStripComboBox groupBox) method GetGroupKey (line 355) | public override string GetGroupKey(ListViewItem item, string selectedG... method GetCollection (line 373) | protected override ConfigurationElementCollection GetCollection(IConfi... method OnSettingsSaved (line 378) | protected override void OnSettingsSaved() FILE: JexusManager/Features/Main/ApplicationPoolsPage.Designer.cs class ApplicationPoolsPage (line 6) | partial class ApplicationPoolsPage method Dispose (line 17) | protected override void Dispose(bool disposing) method InitializeComponent (line 32) | private void InitializeComponent() FILE: JexusManager/Features/Main/ApplicationPoolsPage.cs class ApplicationPoolsPage (line 19) | public partial class ApplicationPoolsPage : ModuleListPage class PageTaskList (line 21) | private sealed class PageTaskList : TaskList method PageTaskList (line 25) | public PageTaskList(ApplicationPoolsPage owner) method GetTaskItems (line 30) | public override ICollection GetTaskItems() method ShowHelp (line 38) | [Obfuscation(Exclude = true)] class ApplicationPoolsListViewItem (line 45) | private sealed class ApplicationPoolsListViewItem : ListViewItem, IFea... method ApplicationPoolsListViewItem (line 50) | public ApplicationPoolsListViewItem(ApplicationPool item, Applicatio... method ApplicationPoolsPage (line 67) | public ApplicationPoolsPage() method Initialize (line 77) | protected override void Initialize(object navigationData) method InitializeListPage (line 120) | protected override void InitializeListPage() method Refresh (line 145) | protected override void Refresh() method ShowHelp (line 151) | protected override bool ShowHelp() method splitContainer1_SplitterMoved (line 156) | private void splitContainer1_SplitterMoved(object sender, SplitterEven... method CbGroup_SelectedIndexChanged (line 164) | private void CbGroup_SelectedIndexChanged(object sender, EventArgs e) method ListView1_KeyDown (line 184) | private void ListView1_KeyDown(object sender, KeyEventArgs e) method ListView1_MouseDoubleClick (line 192) | private void ListView1_MouseDoubleClick(object sender, MouseEventArgs e) method ListView1_SelectedIndexChanged (line 197) | private void ListView1_SelectedIndexChanged(object sender, EventArgs e) FILE: JexusManager/Features/Main/ApplicationsFeature.cs class ApplicationsFeature (line 28) | internal class ApplicationsFeature : FeatureBase class FeatureTaskList (line 30) | private sealed class FeatureTaskList : DefaultTaskList method FeatureTaskList (line 34) | public FeatureTaskList(ApplicationsFeature owner) method GetTaskItems (line 39) | public override ICollection GetTaskItems() method Add (line 100) | [Obfuscation(Exclude = true)] method Remove (line 106) | [Obfuscation(Exclude = true)] method Basic (line 112) | [Obfuscation(Exclude = true)] method Advanced (line 118) | [Obfuscation(Exclude = true)] method Explore (line 124) | [Obfuscation(Exclude = true)] method Permissions (line 130) | [Obfuscation(Exclude = true)] method Browse (line 136) | [Obfuscation(Exclude = true)] method VirtualDirectories (line 142) | [Obfuscation(Exclude = true)] method Change (line 148) | [Obfuscation(Exclude = true)] method ApplicationsFeature (line 155) | public ApplicationsFeature(Module module) method GetTaskList (line 164) | public TaskList GetTaskList() method Load (line 169) | public void Load(List applications, Site site) method OnApplicationsSettingsSaved (line 177) | protected void OnApplicationsSettingsSaved() method ShowHelp (line 182) | public virtual bool ShowHelp() method Change (line 188) | private void Change() method Add (line 201) | private void Add() method Remove (line 219) | internal void Remove() method Basic (line 261) | private void Basic() method Advanced (line 280) | private void Advanced() method VirtualDirectories (line 285) | private void VirtualDirectories() method DoubleClick (line 303) | protected override void DoubleClick(Application item) method InitializeGrouping (line 308) | public override void InitializeGrouping(ToolStripComboBox cbGroup) method GetGroupKey (line 316) | public override string GetGroupKey(ListViewItem item, string selectedG... method Permissions (line 329) | private void Permissions() method Explore (line 338) | private void Explore() method Browse (line 347) | private void Browse(object uri) method GetCollection (line 389) | protected override ConfigurationElementCollection GetCollection(IConfi... method OnSettingsSaved (line 394) | protected override void OnSettingsSaved() FILE: JexusManager/Features/Main/ApplicationsPage.Designer.cs class ApplicationsPage (line 6) | partial class ApplicationsPage method Dispose (line 17) | protected override void Dispose(bool disposing) method InitializeComponent (line 32) | private void InitializeComponent() FILE: JexusManager/Features/Main/ApplicationsPage.cs class ApplicationsPage (line 21) | public partial class ApplicationsPage : ModuleListPage class PageTaskList (line 23) | private sealed class PageTaskList : TaskList method PageTaskList (line 27) | public PageTaskList(ApplicationsPage owner) method GetTaskItems (line 32) | public override ICollection GetTaskItems() method ShowHelp (line 40) | [Obfuscation(Exclude = true)] class ApplicationsListViewItem (line 47) | private sealed class ApplicationsListViewItem : ListViewItem, IFeature... method ApplicationsListViewItem (line 52) | public ApplicationsListViewItem(Application item, ApplicationsPage p... method ApplicationsPage (line 69) | public ApplicationsPage() method Initialize (line 78) | protected override void Initialize(object navigationData) method InitializeListPage (line 97) | protected override void InitializeListPage() method Refresh (line 122) | protected override void Refresh() method ShowHelp (line 128) | protected override bool ShowHelp() method splitContainer1_SplitterMoved (line 133) | private void splitContainer1_SplitterMoved(object sender, SplitterEven... method cbFilter_TextChanged (line 156) | private void cbFilter_TextChanged(object sender, EventArgs e) method btnShowAll_Click (line 161) | private void btnShowAll_Click(object sender, EventArgs e) method ListView1_KeyDown (line 166) | private void ListView1_KeyDown(object sender, KeyEventArgs e) method ListView1_MouseDoubleClick (line 174) | private void ListView1_MouseDoubleClick(object sender, MouseEventArgs e) method ListView1_SelectedIndexChanged (line 179) | private void ListView1_SelectedIndexChanged(object sender, EventArgs e) method CbGroup_SelectedIndexChanged (line 185) | private void CbGroup_SelectedIndexChanged(object sender, EventArgs e) FILE: JexusManager/Features/Main/BindingDiagDialog.Designer.cs class BindingDiagDialog (line 3) | partial class BindingDiagDialog method Dispose (line 14) | protected override void Dispose(bool disposing) method InitializeComponent (line 29) | private void InitializeComponent() FILE: JexusManager/Features/Main/BindingDiagDialog.cs class BindingDiagDialog (line 25) | public partial class BindingDiagDialog : DialogForm method BindingDiagDialog (line 29) | public BindingDiagDialog(IServiceProvider provider, Site site) method Debug (line 61) | private void Debug(string text) method Error (line 67) | private void Error(string text) method Warn (line 76) | private void Warn(string text) method Info (line 85) | private void Info(string text) method GetEventLogging (line 94) | private int GetEventLogging() method GetProtocol (line 112) | private static bool GetProtocol(string protocol) method BtnHelpClick (line 133) | private void BtnHelpClick(object sender, EventArgs e) method BindingDiagDialogHelpButtonClicked (line 138) | private void BindingDiagDialogHelpButtonClicked(object sender, System.... method AnalyzeBinding (line 143) | private void AnalyzeBinding(Site site, Module provider) FILE: JexusManager/Features/Main/BindingDialog.Designer.cs class BindingDialog (line 6) | sealed partial class BindingDialog method Dispose (line 17) | protected override void Dispose(bool disposing) method InitializeComponent (line 32) | private void InitializeComponent() FILE: JexusManager/Features/Main/BindingDialog.cs class BindingDialog (line 24) | public sealed partial class BindingDialog : DialogForm method BindingDialog (line 26) | public BindingDialog(IServiceProvider serviceProvider, Binding binding... method BindingDialogHelpButtonClicked (line 303) | private void BindingDialogHelpButtonClicked(object sender, CancelEvent... method BindingDialogLoad (line 308) | private void BindingDialogLoad(object sender, EventArgs e) FILE: JexusManager/Features/Main/BindingsDialog.Designer.cs class BindingsDialog (line 6) | partial class BindingsDialog method Dispose (line 17) | protected override void Dispose(bool disposing) method InitializeComponent (line 32) | private void InitializeComponent() FILE: JexusManager/Features/Main/BindingsDialog.cs class BindingsDialog (line 19) | internal partial class BindingsDialog : DialogForm method BindingsDialog (line 23) | public BindingsDialog(IServiceProvider serviceProvider, Site site) method ProtocolMatched (line 170) | private static bool ProtocolMatched(ListView.SelectedListViewItemColle... method BindingsDialogHelpButtonClicked (line 175) | private void BindingsDialogHelpButtonClicked(object sender, CancelEven... method BindingsDialogFormClosing (line 180) | private void BindingsDialogFormClosing(object sender, FormClosingEvent... FILE: JexusManager/Features/Main/CLRVersion.cs type CLRVersion (line 9) | internal enum CLRVersion FILE: JexusManager/Features/Main/CredentialsDialog.Designer.cs class CredentialsDialog (line 6) | partial class CredentialsDialog method Dispose (line 17) | protected override void Dispose(bool disposing) method InitializeComponent (line 32) | private void InitializeComponent() FILE: JexusManager/Features/Main/CredentialsDialog.cs class CredentialsDialog (line 16) | public partial class CredentialsDialog : DialogForm method CredentialsDialog (line 18) | public CredentialsDialog(IServiceProvider serviceProvider, string name) method CredentialsDialogHelpButtonClicked (line 53) | private void CredentialsDialogHelpButtonClicked(object sender, CancelE... FILE: JexusManager/Features/Main/HomePage.Designer.cs class HomePage (line 6) | partial class HomePage method Dispose (line 17) | protected override void Dispose(bool disposing) method InitializeComponent (line 32) | private void InitializeComponent() FILE: JexusManager/Features/Main/HomePage.cs class HomePage (line 15) | public partial class HomePage : ModulePage method HomePage (line 19) | public HomePage() method LoadUpdateInfo (line 27) | private async void LoadUpdateInfo() method UpdateVersionDisplay (line 48) | private void UpdateVersionDisplay() method txtHome_LinkClicked (line 99) | private void txtHome_LinkClicked(object sender, LinkLabelLinkClickedEv... method txtStudio_LinkClicked (line 106) | private void txtStudio_LinkClicked(object sender, LinkLabelLinkClicked... method btnSponsor_Click (line 111) | private void btnSponsor_Click(object sender, System.EventArgs e) method btnDownloadUpdate_Click (line 116) | private void btnDownloadUpdate_Click(object sender, EventArgs e) method btnRetry_Click (line 124) | private void btnRetry_Click(object sender, EventArgs e) method lblManualUpdate_LinkClicked (line 133) | private void lblManualUpdate_LinkClicked(object sender, LinkLabelLinkC... method ConfigureManualUpdateLink (line 141) | private void ConfigureManualUpdateLink() FILE: JexusManager/Features/Main/IdentityDialog.Designer.cs class IdentityDialog (line 3) | partial class IdentityDialog method Dispose (line 14) | protected override void Dispose(bool disposing) method InitializeComponent (line 29) | private void InitializeComponent() FILE: JexusManager/Features/Main/IdentityDialog.cs class IdentityDialog (line 15) | public partial class IdentityDialog : DialogForm method IdentityDialog (line 17) | public IdentityDialog(IServiceProvider serviceProvider, ApplicationPoo... method IdentityDialogHelpButtonClicked (line 116) | private void IdentityDialogHelpButtonClicked(object sender, System.Com... FILE: JexusManager/Features/Main/IdentityEditor.cs class IdentityEditor (line 14) | internal class IdentityEditor : UITypeEditor method GetEditStyle (line 16) | public override UITypeEditorEditStyle GetEditStyle(ITypeDescriptorCont... method EditValue (line 21) | public override object EditValue(ITypeDescriptorContext context, IServ... FILE: JexusManager/Features/Main/KestrelDiagDialog.Designer.cs class KestrelDiagDialog (line 3) | partial class KestrelDiagDialog method Dispose (line 14) | protected override void Dispose(bool disposing) method InitializeComponent (line 29) | private void InitializeComponent() FILE: JexusManager/Features/Main/KestrelDiagDialog.cs class KestrelDiagDialog (line 31) | public partial class KestrelDiagDialog : DialogForm method KestrelDiagDialog (line 37) | public KestrelDiagDialog(IServiceProvider provider, Application applic... method Debug (line 566) | private void Debug(string text) method Error (line 572) | private void Error(string text) method Warn (line 581) | private void Warn(string text) method Info (line 590) | private void Info(string text) method BtnHelpClick (line 599) | private void BtnHelpClick(object sender, EventArgs e) method SslDiagDialogHelpButtonClicked (line 604) | private void SslDiagDialogHelpButtonClicked(object sender, System.Comp... FILE: JexusManager/Features/Main/MainModule.cs class MainModule (line 9) | internal class MainModule : Module FILE: JexusManager/Features/Main/ModulePageInfoListViewItem.cs class ModulePageInfoListViewItem (line 12) | public class ModulePageInfoListViewItem : ListViewItem method ModulePageInfoListViewItem (line 16) | public ModulePageInfoListViewItem(ModulePageInfo info) FILE: JexusManager/Features/Main/PhpDiagDialog.Designer.cs class PhpDiagDialog (line 3) | partial class PhpDiagDialog method Dispose (line 14) | protected override void Dispose(bool disposing) method InitializeComponent (line 29) | private void InitializeComponent() FILE: JexusManager/Features/Main/PhpDiagDialog.cs class PhpDiagDialog (line 29) | public partial class PhpDiagDialog : DialogForm type PhpVersion (line 33) | private struct PhpVersion method PhpVersion (line 35) | public PhpVersion(string version, DateTime expiringDate, Version cpp... method PhpDiagDialog (line 47) | public PhpDiagDialog(IServiceProvider provider, ServerManager server) method Debug (line 99) | private void Debug(string text) method Error (line 105) | private void Error(string text) method Warn (line 114) | private void Warn(string text) method Info (line 123) | private void Info(string text) method BtnHelpClick (line 132) | private void BtnHelpClick(object sender, EventArgs e) method PhpDiagDialogHelpButtonClicked (line 137) | private void PhpDiagDialogHelpButtonClicked(object sender, System.Comp... method AnalyzePhpConfig (line 142) | private void AnalyzePhpConfig(ServerManager server, Module module, Dic... FILE: JexusManager/Features/Main/PhysicalDirectoryFeature.cs class PhysicalDirectoryFeature (line 37) | internal class PhysicalDirectoryFeature class FeatureTaskList (line 39) | private sealed class FeatureTaskList : TaskList method FeatureTaskList (line 43) | public FeatureTaskList(PhysicalDirectoryFeature owner) method GetTaskItems (line 48) | public override ICollection GetTaskItems() method Explore (line 76) | [Obfuscation(Exclude = true)] method Permissions (line 82) | [Obfuscation(Exclude = true)] method Browse (line 88) | [Obfuscation(Exclude = true)] method PhysicalDirectoryFeature (line 95) | public PhysicalDirectoryFeature(Module module) method DisplayErrorMessage (line 106) | protected void DisplayErrorMessage(Exception ex, ResourceManager resou... method GetService (line 112) | protected object GetService(Type type) method GetTaskList (line 117) | public TaskList GetTaskList() method Load (line 122) | public void Load() method OnPhysicalDirectorySettingsSaved (line 127) | protected void OnPhysicalDirectorySettingsSaved() method ShowHelp (line 135) | public virtual bool ShowHelp() method Browse (line 141) | private void Browse(object uri) method Permissions (line 179) | private void Permissions() method Explore (line 185) | private void Explore() FILE: JexusManager/Features/Main/PhysicalDirectoryPage.Designer.cs class PhysicalDirectoryPage (line 6) | partial class PhysicalDirectoryPage method Dispose (line 17) | protected override void Dispose(bool disposing) method InitializeComponent (line 32) | private void InitializeComponent() FILE: JexusManager/Features/Main/PhysicalDirectoryPage.cs class PhysicalDirectoryPage (line 17) | internal partial class PhysicalDirectoryPage : ModuleListPage class PageTaskList (line 19) | private sealed class PageTaskList : TaskList method PageTaskList (line 23) | public PageTaskList(PhysicalDirectoryPage owner) method GetTaskItems (line 28) | public override ICollection GetTaskItems() method ShowHelp (line 36) | [Obfuscation(Exclude = true)] method PhysicalDirectoryPage (line 47) | public PhysicalDirectoryPage(PhysicalDirectory physicalDirectory) method Initialize (line 57) | protected override void Initialize(object navigationData) method InitializeListPage (line 68) | protected override void InitializeListPage() method Refresh (line 82) | protected override void Refresh() method listView1_MouseDoubleClick (line 88) | private void listView1_MouseDoubleClick(object sender, MouseEventArgs e) method splitContainer1_SplitterMoved (line 100) | private void splitContainer1_SplitterMoved(object sender, SplitterEven... method ShowHelp (line 108) | protected override bool ShowHelp() FILE: JexusManager/Features/Main/ScheduleCollectionEditor.cs class ScheduleCollectionEditor (line 7) | internal class ScheduleCollectionEditor : CollectionEditor method ScheduleCollectionEditor (line 9) | public ScheduleCollectionEditor(Type type) method GetDisplayText (line 14) | protected override string GetDisplayText(object value) method CanSelectMultipleInstances (line 20) | protected override bool CanSelectMultipleInstances() method CreateCollectionItemType (line 25) | protected override Type CreateCollectionItemType() FILE: JexusManager/Features/Main/ServerFeature.cs class ServerFeature (line 25) | internal class ServerFeature class FeatureTaskList (line 27) | private sealed class FeatureTaskList : TaskList method FeatureTaskList (line 31) | public FeatureTaskList(ServerFeature owner) method GetTaskItems (line 36) | public override ICollection GetTaskItems() method ApplicationPools (line 61) | [Obfuscation(Exclude = true)] method Sites (line 67) | [Obfuscation(Exclude = true)] method Restart (line 73) | [Obfuscation(Exclude = true)] method Start (line 79) | [Obfuscation(Exclude = true)] method Stop (line 85) | [Obfuscation(Exclude = true)] method FxVersion (line 91) | [Obfuscation(Exclude = true)] method SslDiag (line 97) | [Obfuscation(Exclude = true)] method ServerFeature (line 104) | public ServerFeature(Module module) method DisplayErrorMessage (line 115) | protected void DisplayErrorMessage(Exception ex, ResourceManager resou... method GetService (line 121) | protected object GetService(Type type) method GetTaskList (line 126) | public TaskList GetTaskList() method Load (line 131) | public void Load() method OnServerSettingsSaved (line 145) | protected void OnServerSettingsSaved() method ShowHelp (line 150) | public virtual bool ShowHelp() method FxVersion (line 156) | private void FxVersion() method SslDiag (line 160) | private void SslDiag() method Stop (line 167) | private void Stop() method Start (line 187) | private void Start() method Restart (line 207) | private void Restart() method Sites (line 228) | private void Sites() method ApplicationPools (line 234) | private void ApplicationPools() FILE: JexusManager/Features/Main/ServerPage.Designer.cs class ServerPage (line 6) | partial class ServerPage method Dispose (line 17) | protected override void Dispose(bool disposing) method InitializeComponent (line 32) | private void InitializeComponent() FILE: JexusManager/Features/Main/ServerPage.cs class ServerPage (line 18) | public partial class ServerPage : ModuleListPage class PageTaskList (line 20) | private sealed class PageTaskList : TaskList method PageTaskList (line 24) | public PageTaskList(ServerPage owner) method GetTaskItems (line 29) | public override ICollection GetTaskItems() method ShowHelp (line 37) | [Obfuscation(Exclude = true)] method ServerPage (line 47) | public ServerPage(ServerManager manager) method Initialize (line 57) | protected override void Initialize(object navigationData) method InitializeListPage (line 67) | protected override void InitializeListPage() method Refresh (line 81) | protected override void Refresh() method splitContainer1_SplitterMoved (line 87) | private void splitContainer1_SplitterMoved(object sender, SplitterEven... method listView1_MouseDoubleClick (line 95) | private void listView1_MouseDoubleClick(object sender, MouseEventArgs e) method ShowHelp (line 107) | protected override bool ShowHelp() FILE: JexusManager/Features/Main/SiteFeature.cs class SiteFeature (line 39) | internal class SiteFeature class FeatureTaskList (line 41) | private sealed class FeatureTaskList : TaskList method FeatureTaskList (line 45) | public FeatureTaskList(SiteFeature owner) method GetTaskItems (line 50) | public override ICollection GetTaskItems() method Explore (line 108) | [Obfuscation(Exclude = true)] method Permissions (line 114) | [Obfuscation(Exclude = true)] method Bindings (line 120) | [Obfuscation(Exclude = true)] method Basic (line 126) | [Obfuscation(Exclude = true)] method Applications (line 132) | [Obfuscation(Exclude = true)] method VirtualDirectories (line 138) | [Obfuscation(Exclude = true)] method Restart (line 144) | [Obfuscation(Exclude = true)] method Start (line 150) | [Obfuscation(Exclude = true)] method Stop (line 156) | [Obfuscation(Exclude = true)] method Browse (line 162) | [Obfuscation(Exclude = true)] method Advanced (line 168) | [Obfuscation(Exclude = true)] method Tracing (line 174) | [Obfuscation(Exclude = true)] method Limits (line 180) | [Obfuscation(Exclude = true)] method FixProject (line 186) | [Obfuscation(Exclude = true)] method FixBinding (line 192) | [Obfuscation(Exclude = true)] method FixPhp (line 198) | [Obfuscation(Exclude = true)] method FixKestrel (line 204) | [Obfuscation(Exclude = true)] method SiteFeature (line 211) | public SiteFeature(Module module) method DisplayErrorMessage (line 222) | protected void DisplayErrorMessage(Exception ex, ResourceManager resou... method GetService (line 228) | protected object GetService(Type type) method GetTaskList (line 233) | public TaskList GetTaskList() method Load (line 238) | public void Load() method OnSiteSettingsSaved (line 255) | protected void OnSiteSettingsSaved() method ShowHelp (line 260) | public virtual bool ShowHelp() method Limits (line 266) | private void Limits() method Tracing (line 270) | private void Tracing() method Advanced (line 276) | private void Advanced() method Browse (line 280) | private void Browse(object uri) method Stop (line 306) | private void Stop() method Start (line 327) | private void Start() method Restart (line 353) | private void Restart() method VirtualDirectories (line 379) | private void VirtualDirectories() method Applications (line 389) | private void Applications() method Basic (line 399) | private void Basic() method Permissions (line 415) | private void Permissions() method Explore (line 426) | private void Explore() method Bindings (line 437) | private void Bindings() method FixProject (line 448) | private void FixProject() method FixBinding (line 455) | private void FixBinding() method FixPhp (line 462) | private void FixPhp() method FixKestrel (line 469) | private void FixKestrel() FILE: JexusManager/Features/Main/SitePage.Designer.cs class SitePage (line 6) | partial class SitePage method Dispose (line 17) | protected override void Dispose(bool disposing) method InitializeComponent (line 32) | private void InitializeComponent() FILE: JexusManager/Features/Main/SitePage.cs class SitePage (line 18) | internal partial class SitePage : ModuleListPage class PageTaskList (line 20) | private sealed class PageTaskList : TaskList method PageTaskList (line 24) | public PageTaskList(SitePage owner) method GetTaskItems (line 29) | public override ICollection GetTaskItems() method ShowHelp (line 37) | [Obfuscation(Exclude = true)] method SitePage (line 49) | public SitePage(Site site) method Initialize (line 59) | protected override void Initialize(object navigationData) method InitializeListPage (line 70) | protected override void InitializeListPage() method Refresh (line 84) | protected override void Refresh() method listView1_MouseDoubleClick (line 90) | private void listView1_MouseDoubleClick(object sender, MouseEventArgs e) method splitContainer1_SplitterMoved (line 102) | private void splitContainer1_SplitterMoved(object sender, SplitterEven... method ShowHelp (line 110) | protected override bool ShowHelp() FILE: JexusManager/Features/Main/SitesFeature.cs class SitesFeature (line 39) | internal class SitesFeature : FeatureBase class FeatureTaskList (line 41) | private sealed class FeatureTaskList : DefaultTaskList method FeatureTaskList (line 45) | public FeatureTaskList(SitesFeature owner) method GetTaskItems (line 50) | public override ICollection GetTaskItems() method Add (line 120) | [Obfuscation(Exclude = true)] method Set (line 126) | [Obfuscation(Exclude = true)] method Remove (line 132) | [Obfuscation(Exclude = true)] method Rename (line 138) | [Obfuscation(Exclude = true)] method Explore (line 144) | [Obfuscation(Exclude = true)] method Permissions (line 150) | [Obfuscation(Exclude = true)] method Bindings (line 156) | [Obfuscation(Exclude = true)] method Basic (line 162) | [Obfuscation(Exclude = true)] method Applications (line 168) | [Obfuscation(Exclude = true)] method VirtualDirectories (line 174) | [Obfuscation(Exclude = true)] method Restart (line 180) | [Obfuscation(Exclude = true)] method Start (line 186) | [Obfuscation(Exclude = true)] method Stop (line 192) | [Obfuscation(Exclude = true)] method Browse (line 198) | [Obfuscation(Exclude = true)] method Advanced (line 204) | [Obfuscation(Exclude = true)] method Tracing (line 210) | [Obfuscation(Exclude = true)] method Limits (line 216) | [Obfuscation(Exclude = true)] method SitesFeature (line 223) | public SitesFeature(Module module) method GetTaskList (line 235) | public TaskList GetTaskList() method Load (line 240) | public void Load() method OnSitesSettingsSaved (line 248) | protected void OnSitesSettingsSaved() method ShowHelp (line 253) | public virtual bool ShowHelp() method Add (line 259) | private void Add() method Set (line 276) | private void Set() method Remove (line 280) | internal void Remove() method Rename (line 312) | private void Rename() method Limits (line 317) | private void Limits() method Tracing (line 321) | private void Tracing() method Advanced (line 325) | private void Advanced() method Browse (line 329) | private void Browse(object uri) method Stop (line 353) | private void Stop() method Start (line 384) | private void Start() method Restart (line 419) | private void Restart() method VirtualDirectories (line 454) | [Obfuscation(Exclude = true)] method Applications (line 470) | [Obfuscation(Exclude = true)] method Basic (line 484) | private void Basic() method DoubleClick (line 503) | protected override void DoubleClick(Site item) method InitializeGrouping (line 510) | public override void InitializeGrouping(ToolStripComboBox cbGroup) method GetGroupKey (line 521) | public override string GetGroupKey(ListViewItem item, string selectedG... method Permissions (line 540) | private void Permissions() method Explore (line 549) | private void Explore() method Bindings (line 558) | private void Bindings() method GetCollection (line 572) | protected override ConfigurationElementCollection GetCollection(IConfi... method OnSettingsSaved (line 577) | protected override void OnSettingsSaved() FILE: JexusManager/Features/Main/SitesPage.Designer.cs class SitesPage (line 6) | partial class SitesPage method Dispose (line 17) | protected override void Dispose(bool disposing) method InitializeComponent (line 32) | private void InitializeComponent() FILE: JexusManager/Features/Main/SitesPage.cs class SitesPage (line 25) | internal partial class SitesPage : ModuleListPage class PageTaskList (line 27) | private sealed class PageTaskList : TaskList method PageTaskList (line 31) | public PageTaskList(SitesPage owner) method GetTaskItems (line 36) | public override ICollection GetTaskItems() method ShowHelp (line 44) | [Obfuscation(Exclude = true)] class SitesListViewItem (line 51) | private sealed class SitesListViewItem : ListViewItem, IFeatureListVie... method SitesListViewItem (line 56) | public SitesListViewItem(Site item, SitesPage page) method ToString (line 69) | private static string ToString(BindingCollection bindings) method SitesPage (line 79) | public SitesPage(MainForm form) method Initialize (line 90) | protected override void Initialize(object navigationData) method InitializeListPage (line 150) | protected override void InitializeListPage() method Refresh (line 175) | protected override void Refresh() method ShowHelp (line 181) | protected override bool ShowHelp() method splitContainer1_SplitterMoved (line 186) | private void splitContainer1_SplitterMoved(object sender, SplitterEven... method cbFilter_TextChanged (line 209) | private void cbFilter_TextChanged(object sender, EventArgs e) method btnShowAll_Click (line 214) | private void btnShowAll_Click(object sender, EventArgs e) method ListView1_KeyDown (line 219) | private void ListView1_KeyDown(object sender, KeyEventArgs e) method ListView1_MouseDoubleClick (line 227) | private void ListView1_MouseDoubleClick(object sender, MouseEventArgs e) method ListView1_SelectedIndexChanged (line 232) | private void ListView1_SelectedIndexChanged(object sender, EventArgs e) method CbGroup_SelectedIndexChanged (line 238) | private void CbGroup_SelectedIndexChanged(object sender, EventArgs e) FILE: JexusManager/Features/Main/SslDiagDialog.Designer.cs class SslDiagDialog (line 3) | partial class SslDiagDialog method Dispose (line 14) | protected override void Dispose(bool disposing) method InitializeComponent (line 29) | private void InitializeComponent() FILE: JexusManager/Features/Main/SslDiagDialog.cs class SslDiagDialog (line 26) | public partial class SslDiagDialog : DialogForm method SslDiagDialog (line 30) | public SslDiagDialog(IServiceProvider provider, ServerManager server) method Debug (line 402) | private void Debug(string text) method Error (line 408) | private void Error(string text) method Warn (line 417) | private void Warn(string text) method Info (line 426) | private void Info(string text) method GetEventLogging (line 435) | private int GetEventLogging() method GetProtocol (line 453) | private bool? GetProtocol(string protocol) method BtnHelpClick (line 480) | private void BtnHelpClick(object sender, EventArgs e) method SslDiagDialogHelpButtonClicked (line 485) | private void SslDiagDialogHelpButtonClicked(object sender, System.Comp... FILE: JexusManager/Features/Main/VirtualDirectoriesFeature.cs class VirtualDirectoriesFeature (line 28) | internal class VirtualDirectoriesFeature : FeatureBase class FeatureTaskList (line 30) | private sealed class FeatureTaskList : DefaultTaskList method FeatureTaskList (line 34) | public FeatureTaskList(VirtualDirectoriesFeature owner) method GetTaskItems (line 39) | public override ICollection GetTaskItems() method Add (line 89) | [Obfuscation(Exclude = true)] method Remove (line 95) | [Obfuscation(Exclude = true)] method Basic (line 101) | [Obfuscation(Exclude = true)] method Explore (line 107) | [Obfuscation(Exclude = true)] method Permissions (line 113) | [Obfuscation(Exclude = true)] method Browse (line 119) | [Obfuscation(Exclude = true)] method Advanced (line 125) | [Obfuscation(Exclude = true)] method VirtualDirectoriesFeature (line 132) | public VirtualDirectoriesFeature(Module module) method GetTaskList (line 141) | public TaskList GetTaskList() method Load (line 146) | public void Load(Microsoft.Web.Administration.Application application) method GetFiltered (line 153) | private List GetFiltered(VirtualDirectoryCollection ... method OnVirtualDirectoriesSettingsSaved (line 168) | protected void OnVirtualDirectoriesSettingsSaved() method ShowHelp (line 173) | public virtual bool ShowHelp() method Add (line 179) | private void Add() method Remove (line 198) | internal void Remove() method Edit (line 234) | internal void Edit() method DoubleClick (line 239) | protected override void DoubleClick(VirtualDirectory item) method Permissions (line 253) | private void Permissions() method Explore (line 262) | private void Explore() method Browse (line 271) | private void Browse(object uri) method Advanced (line 309) | private void Advanced() method GetCollection (line 315) | protected override ConfigurationElementCollection GetCollection(IConfi... method OnSettingsSaved (line 320) | protected override void OnSettingsSaved() FILE: JexusManager/Features/Main/VirtualDirectoriesPage.Designer.cs class VirtualDirectoriesPage (line 6) | partial class VirtualDirectoriesPage method Dispose (line 17) | protected override void Dispose(bool disposing) method InitializeComponent (line 32) | private void InitializeComponent() FILE: JexusManager/Features/Main/VirtualDirectoriesPage.cs class VirtualDirectoriesPage (line 20) | public partial class VirtualDirectoriesPage : ModuleListPage class PageTaskList (line 22) | private sealed class PageTaskList : TaskList method PageTaskList (line 26) | public PageTaskList(VirtualDirectoriesPage owner) method GetTaskItems (line 31) | public override ICollection GetTaskItems() method ShowHelp (line 39) | [Obfuscation(Exclude = true)] class VirtualDirectoriesListViewItem (line 46) | private sealed class VirtualDirectoriesListViewItem : ListViewItem, IF... method VirtualDirectoriesListViewItem (line 51) | public VirtualDirectoriesListViewItem(VirtualDirectory item, Virtual... method VirtualDirectoriesPage (line 67) | public VirtualDirectoriesPage() method Initialize (line 73) | protected override void Initialize(object navigationData) method InitializeListPage (line 90) | protected override void InitializeListPage() method Refresh (line 114) | protected override void Refresh() method ShowHelp (line 120) | protected override bool ShowHelp() method splitContainer1_SplitterMoved (line 125) | private void splitContainer1_SplitterMoved(object sender, SplitterEven... method ListView1_KeyDown (line 148) | private void ListView1_KeyDown(object sender, KeyEventArgs e) method ListView1_MouseDoubleClick (line 156) | private void ListView1_MouseDoubleClick(object sender, MouseEventArgs e) method ListView1_SelectedIndexChanged (line 161) | private void ListView1_SelectedIndexChanged(object sender, EventArgs e) FILE: JexusManager/Features/Main/VirtualDirectoryFeature.cs class VirtualDirectoryFeature (line 38) | internal class VirtualDirectoryFeature class FeatureTaskList (line 40) | private sealed class FeatureTaskList : TaskList method FeatureTaskList (line 44) | public FeatureTaskList(VirtualDirectoryFeature owner) method GetTaskItems (line 49) | public override ICollection GetTaskItems() method Explore (line 85) | [Obfuscation(Exclude = true)] method Permissions (line 91) | [Obfuscation(Exclude = true)] method Basic (line 97) | [Obfuscation(Exclude = true)] method Browse (line 103) | [Obfuscation(Exclude = true)] method Advanced (line 109) | [Obfuscation(Exclude = true)] method VirtualDirectoryFeature (line 116) | public VirtualDirectoryFeature(Module module) method DisplayErrorMessage (line 127) | protected void DisplayErrorMessage(Exception ex, ResourceManager resou... method GetService (line 133) | protected object GetService(Type type) method GetTaskList (line 138) | public TaskList GetTaskList() method Load (line 143) | public void Load() method OnVirtualDirectorySettingsSaved (line 148) | protected void OnVirtualDirectorySettingsSaved() method ShowHelp (line 153) | public virtual bool ShowHelp() method Advanced (line 159) | private void Advanced() method Browse (line 163) | private void Browse(object uri) method Basic (line 203) | private void Basic() method Permissions (line 220) | private void Permissions() method Explore (line 226) | private void Explore() FILE: JexusManager/Features/Main/VirtualDirectoryPage.Designer.cs class VirtualDirectoryPage (line 6) | partial class VirtualDirectoryPage method Dispose (line 17) | protected override void Dispose(bool disposing) method InitializeComponent (line 32) | private void InitializeComponent() FILE: JexusManager/Features/Main/VirtualDirectoryPage.cs class VirtualDirectoryPage (line 18) | internal partial class VirtualDirectoryPage : ModuleListPage class PageTaskList (line 20) | private sealed class PageTaskList : TaskList method PageTaskList (line 24) | public PageTaskList(VirtualDirectoryPage owner) method GetTaskItems (line 29) | public override ICollection GetTaskItems() method ShowHelp (line 37) | [Obfuscation(Exclude = true)] method VirtualDirectoryPage (line 48) | public VirtualDirectoryPage(VirtualDirectory virtualDirectory) method Initialize (line 58) | protected override void Initialize(object navigationData) method InitializeListPage (line 69) | protected override void InitializeListPage() method Refresh (line 83) | protected override void Refresh() method listView1_MouseDoubleClick (line 89) | private void listView1_MouseDoubleClick(object sender, MouseEventArgs e) method splitContainer1_SplitterMoved (line 101) | private void splitContainer1_SplitterMoved(object sender, SplitterEven... method ShowHelp (line 109) | protected override bool ShowHelp() FILE: JexusManager/Features/Main/VsDiagDialog.Designer.cs class VsDiagDialog (line 3) | partial class VsDiagDialog method Dispose (line 14) | protected override void Dispose(bool disposing) method InitializeComponent (line 29) | private void InitializeComponent() FILE: JexusManager/Features/Main/VsDiagDialog.cs class VsDiagDialog (line 26) | public partial class VsDiagDialog : DialogForm method VsDiagDialog (line 30) | public VsDiagDialog(IServiceProvider provider, Site site) method AnalyzeAspNetCoreProject (line 137) | private void AnalyzeAspNetCoreProject(string project, Site site) method IsAspNetCoreProject (line 224) | private static bool IsAspNetCoreProject(XDocument xml) method AnalyzeWebProject (line 235) | private void AnalyzeWebProject(XDocument xml, XmlNamespaceManager name... method IsWebProject (line 341) | private static bool IsWebProject(string value) method Debug (line 357) | private void Debug(string text) method Error (line 363) | private void Error(string text) method Warn (line 372) | private void Warn(string text) method Info (line 381) | private void Info(string text) method BtnHelpClick (line 390) | private void BtnHelpClick(object sender, EventArgs e) method SslDiagDialogHelpButtonClicked (line 395) | private void SslDiagDialogHelpButtonClicked(object sender, System.Comp... FILE: JexusManager/LoggingService.cs class TextBoxLoggerProvider (line 9) | public class TextBoxLoggerProvider : ILoggerProvider method TextBoxLoggerProvider (line 16) | public TextBoxLoggerProvider(RichTextBox textBox) method CreateLogger (line 22) | public ILogger CreateLogger(string categoryName) method Dispose (line 27) | public void Dispose() method LogMessage (line 32) | internal void LogMessage(string message, Color color) method Initialize (line 43) | private void Initialize() method AppendTextSafe (line 59) | private void AppendTextSafe(string text, Color color) class TextBoxLogger (line 100) | public class TextBoxLogger : ILogger method TextBoxLogger (line 104) | public TextBoxLogger(TextBoxLoggerProvider provider, string categoryName) method BeginScope (line 109) | public IDisposable BeginScope(TState state) method IsEnabled (line 114) | public bool IsEnabled(LogLevel logLevel) method Log (line 119) | public void Log(LogLevel logLevel, EventId eventId, TState sta... FILE: JexusManager/MainForm.Designer.cs class MainForm (line 9) | public sealed partial class MainForm method Dispose (line 20) | protected override void Dispose(bool disposing) method InitializeComponent (line 35) | private void InitializeComponent() FILE: JexusManager/MainForm.cs class MainForm (line 64) | public sealed partial class MainForm : Form, IMainForm method MainForm (line 79) | public MainForm(List files, RichTextBox textBox) method LoadIisExpress (line 235) | private void LoadIisExpress() method LoadIisExpressQuick (line 287) | private void LoadIisExpressQuick(List files) method LoadIis (line 328) | private void LoadIis() method RegisterServer (line 347) | private void RegisterServer(ServerTreeNode data) method LoadJexus (line 365) | private void LoadJexus() method GetCurrentData (line 389) | private ServerTreeNode GetCurrentData(TreeNode node) method actCreateSite_Execute (line 401) | private void actCreateSite_Execute(object sender, EventArgs e) method LoadPage (line 447) | public void LoadPage(IModulePage page) method LoadInner (line 455) | public void LoadInner(IModulePage page) method scMain_SplitterMoved (line 468) | private void scMain_SplitterMoved(object sender, SplitterEventArgs e) method editBindingsToolStripMenuItem_Click (line 476) | private void editBindingsToolStripMenuItem_Click(object sender, EventA... method btnRemoveSite_Click (line 490) | private void btnRemoveSite_Click(object sender, EventArgs e) method Form1FormClosing (line 519) | private void Form1FormClosing(object sender, FormClosingEventArgs e) method renameToolStripMenuItem1_Click (line 598) | private void renameToolStripMenuItem1_Click(object sender, EventArgs e) method treeView1_AfterLabelEdit (line 603) | private void treeView1_AfterLabelEdit(object sender, NodeLabelEditEven... method treeView1_BeforeLabelEdit (line 641) | private void treeView1_BeforeLabelEdit(object sender, NodeLabelEditEve... method RemoveSiteNode (line 649) | public void RemoveSiteNode(Site site) method treeView1_AfterSelect (line 673) | private void treeView1_AfterSelect(object sender, TreeViewEventArgs e) method UpdateBreadcrumbPath (line 770) | private void UpdateBreadcrumbPath(ManagerTreeNode node) method EnableServerMenuItems (line 809) | internal void EnableServerMenuItems(bool enabled) method ShowInfo (line 821) | internal void ShowInfo(string text) method HideInfo (line 827) | internal void HideInfo() method UpdateSiteNode (line 832) | internal void UpdateSiteNode(Site site) method ShowSite (line 856) | internal void ShowSite(Site site) method AddSiteNode (line 880) | public void AddSiteNode(Site site) method LoadSites (line 902) | public void LoadSites() method LoadPools (line 919) | public void LoadPools() method actUp_Execute (line 936) | private void actUp_Execute(object sender, EventArgs e) method exitToolStripMenuItem_Click (line 941) | private void exitToolStripMenuItem_Click(object sender, EventArgs e) method iISOnMSDNOnlineToolStripMenuItem_Click (line 946) | private void iISOnMSDNOnlineToolStripMenuItem_Click(object sender, Eve... method iISNETOnlineToolStripMenuItem_Click (line 951) | private void iISNETOnlineToolStripMenuItem_Click(object sender, EventA... method iISKBsOnlineToolStripMenuItem_Click (line 956) | private void iISKBsOnlineToolStripMenuItem_Click(object sender, EventA... method actConnectServer_Execute (line 961) | private void actConnectServer_Execute(object sender, EventArgs e) method ConnectToServer (line 966) | internal void ConnectToServer() method GetAllServers (line 1034) | private void GetAllServers(List names, TreeNodeCollection nodes) method actSave_Execute (line 1048) | private void actSave_Execute(object sender, EventArgs e) method actDisconnect_Execute (line 1094) | private void actDisconnect_Execute(object sender, EventArgs e) method actCreateApplication_Execute (line 1107) | private void actCreateApplication_Execute(object sender, EventArgs e) method btnAbout_Click (line 1114) | private void btnAbout_Click(object sender, EventArgs e) method treeView1_NodeMouseClick (line 1119) | private void treeView1_NodeMouseClick(object sender, TreeNodeMouseClic... method btnRemoveApplication_Click (line 1143) | private void btnRemoveApplication_Click(object sender, EventArgs e) method actConnectSite_Execute (line 1151) | private void actConnectSite_Execute(object sender, EventArgs e) method btnRestartSite_Click (line 1155) | private void btnRestartSite_Click(object sender, EventArgs e) method treeView1_NodeMouseDoubleClick (line 1175) | private void treeView1_NodeMouseDoubleClick(object sender, TreeNodeMou... method btnUpdate_Click (line 1181) | private async void btnUpdate_Click(object sender, EventArgs e) method treeView1_BeforeExpand (line 1187) | private void treeView1_BeforeExpand(object sender, TreeViewCancelEvent... method actBrowse_Execute (line 1192) | private void actBrowse_Execute(object sender, EventArgs e) method actEditPermissions_Execute (line 1197) | private void actEditPermissions_Execute(object sender, EventArgs e) method actExplore_Execute (line 1202) | private void actExplore_Execute(object sender, EventArgs e) method actCreateVirtualDirectory_Execute (line 1207) | private void actCreateVirtualDirectory_Execute(object sender, EventArg... method btnRemoveVirtualDirectory_Click (line 1214) | private void btnRemoveVirtualDirectory_Click(object sender, EventArgs e) method MainForm_Load (line 1222) | private void MainForm_Load(object sender, EventArgs e) method btnOpenConfig_Click (line 1248) | private void btnOpenConfig_Click(object sender, EventArgs e) method actRunAsAdmin_Execute (line 1263) | private void actRunAsAdmin_Execute(object sender, EventArgs e) method actBack_Execute (line 1289) | private void actBack_Execute(object sender, EventArgs e) method actForward_Execute (line 1294) | private void actForward_Execute(object sender, EventArgs e) method OnNavigationPerformed (line 1299) | private void OnNavigationPerformed(object sender, NavigationEventArgs e) method SelectNodeForPage (line 1310) | public void SelectNodeForPage(IModulePage page, object navigationData) method EnsureNodeVisible (line 1341) | private void EnsureNodeVisible(TreeNode node) method FindNodeForPage (line 1359) | private TreeNode FindNodeForPage(IModulePage page, object navigationData) method FindSitesNode (line 1404) | private TreeNode FindSitesNode() method FindAppPoolsNode (line 1427) | private TreeNode FindAppPoolsNode() method FindSiteNode (line 1451) | private TreeNode FindSiteNode(Site site) method FindApplicationNode (line 1485) | private TreeNode FindApplicationNode(Application application) method LoadPageAndSelectNode (line 1515) | public void LoadPageAndSelectNode(IModulePage page, object navigationD... method TsbPath_ItemClicked (line 1524) | private void TsbPath_ItemClicked(object sender, BreadcrumbItemClickedE... method EndProgress (line 1537) | public void EndProgress() method BeginProgress (line 1542) | public void BeginProgress() FILE: JexusManager/Program.cs class Program (line 22) | internal static class Program method Main (line 29) | [STAThread] method ShowHelp (line 87) | private static void ShowHelp(OptionSet optionSet) FILE: JexusManager/Properties/Resources.Designer.cs class Resources (line 22) | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resource... method Resources (line 31) | [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Mic... FILE: JexusManager/Properties/Settings.Designer.cs class Settings (line 14) | [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] FILE: JexusManager/Services/NavigationService.cs class NavigationService (line 18) | internal sealed class NavigationService : INavigationService method NavigationService (line 22) | public NavigationService(MainForm host) method Navigate (line 32) | public bool Navigate(Connection connection, ManagementConfigurationPat... method NavigateToItem (line 39) | internal bool NavigateToItem(NavigationItem item, bool initializing) method NavigateBack (line 126) | public bool NavigateBack(int steps) method NavigateForward (line 141) | public bool NavigateForward() method OnNavigationPerformed (line 186) | private void OnNavigationPerformed(NavigationEventArgs e) method LogNavigationHistory (line 196) | private void LogNavigationHistory() FILE: JexusManager/StringFormatter.cs class StringFormatter (line 7) | internal static class StringFormatter method RuntimeVersionToDisplay (line 9) | public static string RuntimeVersionToDisplay(this string text) method RuntimeVersionToDisplay2 (line 14) | public static string RuntimeVersionToDisplay2(this string text) FILE: JexusManager/Tree/ApplicationPoolsTreeNode.cs class ApplicationPoolsTreeNode (line 20) | internal sealed class ApplicationPoolsTreeNode : ManagerTreeNode method ApplicationPoolsTreeNode (line 22) | public ApplicationPoolsTreeNode(IServiceProvider serviceProvider, Appl... method LoadPanels (line 51) | public override void LoadPanels(MainForm mainForm, ServiceContainer se... method HandleDoubleClick (line 67) | public override void HandleDoubleClick() method Expand (line 71) | public override void Expand(MainForm mainForm) method AddApplication (line 74) | public override void AddApplication(ContextMenuStrip appMenu) method AddVirtualDirectory (line 78) | public override void AddVirtualDirectory(ContextMenuStrip vDirMenu) FILE: JexusManager/Tree/ApplicationTreeNode.cs class ApplicationTreeNode (line 23) | internal sealed class ApplicationTreeNode : ManagerTreeNode method ApplicationTreeNode (line 27) | public ApplicationTreeNode(IServiceProvider serviceProvider, Applicati... method LoadPanels (line 74) | public override void LoadPanels(MainForm mainForm, ServiceContainer se... method Expand (line 114) | public override void Expand(MainForm mainForm) method AddApplication (line 128) | public override void AddApplication(ContextMenuStrip appMenu) method AddVirtualDirectory (line 140) | public override void AddVirtualDirectory(ContextMenuStrip vDirMenu) method HandleDoubleClick (line 152) | public override void HandleDoubleClick() FILE: JexusManager/Tree/Hierarchy/ManagerHierarchyInfo.cs class ManagerHierarchyInfo (line 17) | internal class ManagerHierarchyInfo : HierarchyInfo method ManagerHierarchyInfo (line 23) | public ManagerHierarchyInfo(ManagerTreeNode treeNode) method GetChildren (line 76) | protected override HierarchyInfo[] GetChildren() method OnSelected (line 107) | protected override bool OnSelected() method Refresh (line 114) | public override void Refresh() FILE: JexusManager/Tree/ManagerTreeNode.cs class ManagerTreeNode (line 22) | internal abstract class ManagerTreeNode : TreeNode method ManagerTreeNode (line 30) | protected ManagerTreeNode(string text, IServiceProvider serviceProvide... method LoadPanels (line 45) | public abstract void LoadPanels(MainForm mainForm, ServiceContainer se... method HandleDoubleClick (line 47) | public abstract void HandleDoubleClick(); method LoadChildren (line 49) | protected void LoadChildren(Application rootApp, int rootLevel, string... class TreeNodeComparer (line 159) | private sealed class TreeNodeComparer : IComparer method Compare (line 161) | public int Compare(TreeNode x, TreeNode y) method Expand (line 167) | public abstract void Expand(MainForm mainForm); method AddApplication (line 168) | public abstract void AddApplication(ContextMenuStrip appMenu); method AddVirtualDirectory (line 169) | public abstract void AddVirtualDirectory(ContextMenuStrip vDirMenu); method Explore (line 171) | public void Explore() method EditPermissions (line 176) | public void EditPermissions() method Browse (line 181) | public void Browse() method GetLevel (line 189) | protected static int GetLevel(string pathToSite) method AddToParent (line 194) | internal static void AddToParent(TreeNode parentNode, ManagerTreeNode ... FILE: JexusManager/Tree/PhysicalDirectoryTreeNode.cs class PhysicalDirectoryTreeNode (line 21) | internal sealed class PhysicalDirectoryTreeNode : ManagerTreeNode method PhysicalDirectoryTreeNode (line 25) | public PhysicalDirectoryTreeNode(IServiceProvider serviceProvider, Phy... method LoadPanels (line 68) | public override void LoadPanels(MainForm mainForm, ServiceContainer se... method Expand (line 108) | public override void Expand(MainForm mainForm) method AddApplication (line 122) | public override void AddApplication(ContextMenuStrip appMenu) method AddVirtualDirectory (line 134) | public override void AddVirtualDirectory(ContextMenuStrip vDirMenu) method HandleDoubleClick (line 146) | public override void HandleDoubleClick() FILE: JexusManager/Tree/PlaceholderTreeNode.cs class PlaceholderTreeNode (line 18) | internal sealed class PlaceholderTreeNode : ManagerTreeNode method PlaceholderTreeNode (line 22) | public PlaceholderTreeNode(string name, int image) method LoadPanels (line 39) | public override void LoadPanels(MainForm mainForm, ServiceContainer se... method HandleDoubleClick (line 49) | public override void HandleDoubleClick() method Expand (line 53) | public override void Expand(MainForm mainForm) method AddApplication (line 57) | public override void AddApplication(ContextMenuStrip appMenu) method AddVirtualDirectory (line 61) | public override void AddVirtualDirectory(ContextMenuStrip vDirMenu) FILE: JexusManager/Tree/ServerTreeNode.cs class ServerTreeNode (line 22) | internal class ServerTreeNode : ManagerTreeNode type NodeStatus (line 26) | private enum NodeStatus method ServerTreeNode (line 57) | private ServerTreeNode(MainForm mainForm, IServiceProvider serviceProv... method HandleDoubleClick (line 143) | public override void HandleDoubleClick() method HandleServerConnectionFailed (line 259) | private void HandleServerConnectionFailed() method LoadPanels (line 276) | public override void LoadPanels(MainForm mainForm, ServiceContainer se... method GetNodeName (line 333) | internal static string GetNodeName(string name, string credentials, bo... method Expand (line 340) | public override void Expand(MainForm mainForm) method AddApplication (line 343) | public override void AddApplication(ContextMenuStrip appMenu) method AddVirtualDirectory (line 347) | public override void AddVirtualDirectory(ContextMenuStrip vDirMenu) method LoadServer (line 351) | public bool LoadServer(ContextMenuStrip poolsMenu, ContextMenuStrip si... method CreateJexusNode (line 401) | public static ServerTreeNode CreateJexusNode(MainForm mainForm, IServi... method CreateIisExpressNode (line 406) | public static ServerTreeNode CreateIisExpressNode(MainForm mainForm, I... method CreateIisNode (line 411) | public static ServerTreeNode CreateIisNode(MainForm mainForm, IService... FILE: JexusManager/Tree/SiteTreeNode.cs class SiteTreeNode (line 21) | internal sealed class SiteTreeNode : ManagerTreeNode method SiteTreeNode (line 25) | public SiteTreeNode(IServiceProvider serviceProvider, Site site, Serve... method LoadPanels (line 64) | public override void LoadPanels(MainForm mainForm, ServiceContainer se... method Expand (line 110) | public override void Expand(MainForm mainForm) method AddApplication (line 130) | public override void AddApplication(ContextMenuStrip appMenu) method AddVirtualDirectory (line 142) | public override void AddVirtualDirectory(ContextMenuStrip vDirMenu) method HandleDoubleClick (line 162) | public override void HandleDoubleClick() FILE: JexusManager/Tree/SitesTreeNode.cs class SitesTreeNode (line 20) | internal sealed class SitesTreeNode : ManagerTreeNode method SitesTreeNode (line 22) | public SitesTreeNode(IServiceProvider serviceProvider, SiteCollection ... method LoadPanels (line 51) | public override void LoadPanels(MainForm mainForm, ServiceContainer se... method HandleDoubleClick (line 67) | public override void HandleDoubleClick() method Expand (line 71) | public override void Expand(MainForm mainForm) method AddApplication (line 74) | public override void AddApplication(ContextMenuStrip appMenu) method AddVirtualDirectory (line 78) | public override void AddVirtualDirectory(ContextMenuStrip vDirMenu) FILE: JexusManager/Tree/VirtualDirectoryTreeNode.cs class VirtualDirectoryTreeNode (line 21) | internal sealed class VirtualDirectoryTreeNode : ManagerTreeNode method VirtualDirectoryTreeNode (line 25) | public VirtualDirectoryTreeNode(IServiceProvider serviceProvider, Virt... method LoadPanels (line 72) | public override void LoadPanels(MainForm mainForm, ServiceContainer se... method Expand (line 112) | public override void Expand(MainForm mainForm) method AddApplication (line 126) | public override void AddApplication(ContextMenuStrip appMenu) method AddVirtualDirectory (line 138) | public override void AddVirtualDirectory(ContextMenuStrip vDirMenu) method HandleDoubleClick (line 150) | public override void HandleDoubleClick() FILE: JexusManager/UpdateHelper.cs class UpdateHelper (line 14) | internal static class UpdateHelper type UpdateErrorType (line 16) | public enum UpdateErrorType class UpdateInfo (line 24) | public class UpdateInfo method CheckForUpdate (line 34) | public static async Task CheckForUpdate() FILE: JexusManager/Wizards/ConnectionWizard/BrowsePage.Designer.cs class BrowsePage (line 6) | partial class BrowsePage method Dispose (line 17) | protected override void Dispose(bool disposing) method InitializeComponent (line 32) | private void InitializeComponent() FILE: JexusManager/Wizards/ConnectionWizard/BrowsePage.cs class BrowsePage (line 14) | public partial class BrowsePage : WizardPage method BrowsePage (line 20) | public BrowsePage(SolutionTypePage solutionTypePage, FinishPage finish... method TxtNameTextChanged (line 35) | private void TxtNameTextChanged(object sender, EventArgs e) method OnNext (line 55) | public override bool OnNext() method Activate (line 125) | protected internal override void Activate() method BtnBrowseClick (line 147) | private void BtnBrowseClick(object sender, EventArgs e) FILE: JexusManager/Wizards/ConnectionWizard/ConnectionWizard.Designer.cs class ConnectionWizard (line 5) | partial class ConnectionWizard method Dispose (line 16) | protected override void Dispose(bool disposing) method InitializeComponent (line 31) | private void InitializeComponent() FILE: JexusManager/Wizards/ConnectionWizard/ConnectionWizard.cs class ConnectionWizard (line 13) | public partial class ConnectionWizard : WizardForm method ConnectionWizard (line 19) | public ConnectionWizard(IServiceProvider serviceProvider, string[] names) method CompleteWizard (line 32) | protected override void CompleteWizard() method GetWizardPages (line 37) | protected override WizardPage[] GetWizardPages() method ShowHelp (line 62) | protected override void ShowHelp() FILE: JexusManager/Wizards/ConnectionWizard/ConnectionWizardData.cs class ConnectionWizardData (line 11) | internal class ConnectionWizardData method ConnectionWizardData (line 15) | public ConnectionWizardData(string[] names) method VerifyName (line 31) | public bool VerifyName(string text) FILE: JexusManager/Wizards/ConnectionWizard/CredentialsPage.Designer.cs class CredentialsPage (line 6) | partial class CredentialsPage method Dispose (line 17) | protected override void Dispose(bool disposing) method InitializeComponent (line 32) | private void InitializeComponent() FILE: JexusManager/Wizards/ConnectionWizard/CredentialsPage.cs class CredentialsPage (line 18) | public partial class CredentialsPage : WizardPage method CredentialsPage (line 22) | public CredentialsPage() method CbUserNameTextChanged (line 38) | private void CbUserNameTextChanged(object sender, EventArgs e) method Activate (line 46) | protected internal override void Activate() method ShowProgress (line 54) | internal void ShowProgress(bool visible) method OnNext (line 60) | public override bool OnNext() method OpenConnection (line 70) | private bool OpenConnection(SynchronizationContext context) method RaiseError (line 146) | private void RaiseError(Exception ex) FILE: JexusManager/Wizards/ConnectionWizard/FinishPage.Designer.cs class FinishPage (line 6) | partial class FinishPage method Dispose (line 17) | protected override void Dispose(bool disposing) method InitializeComponent (line 32) | private void InitializeComponent() FILE: JexusManager/Wizards/ConnectionWizard/FinishPage.cs class FinishPage (line 12) | public partial class FinishPage : WizardPage method FinishPage (line 16) | public FinishPage() method TxtNameTextChanged (line 31) | private void TxtNameTextChanged(object sender, EventArgs e) method Activate (line 42) | protected internal override void Activate() FILE: JexusManager/Wizards/ConnectionWizard/ServerPage.Designer.cs class ServerPage (line 6) | partial class ServerPage method Dispose (line 17) | protected override void Dispose(bool disposing) method InitializeComponent (line 32) | private void InitializeComponent() FILE: JexusManager/Wizards/ConnectionWizard/ServerPage.cs class ServerPage (line 11) | public partial class ServerPage : WizardPage method ServerPage (line 13) | public ServerPage() method cbHostName_TextChanged (line 24) | private void cbHostName_TextChanged(object sender, EventArgs e) method Activate (line 31) | protected internal override void Activate() FILE: JexusManager/Wizards/ConnectionWizard/SolutionTypePage.Designer.cs class SolutionTypePage (line 6) | partial class SolutionTypePage method Dispose (line 17) | protected override void Dispose(bool disposing) method InitializeComponent (line 32) | private void InitializeComponent() FILE: JexusManager/Wizards/ConnectionWizard/SolutionTypePage.cs class SolutionTypePage (line 11) | public partial class SolutionTypePage : WizardPage method SolutionTypePage (line 16) | public SolutionTypePage() method Activate (line 37) | protected internal override void Activate() method OnNext (line 64) | public override bool OnNext() FILE: JexusManager/Wizards/ConnectionWizard/TypePage.Designer.cs class TypePage (line 6) | partial class TypePage method Dispose (line 17) | protected override void Dispose(bool disposing) method InitializeComponent (line 32) | private void InitializeComponent() FILE: JexusManager/Wizards/ConnectionWizard/TypePage.cs class TypePage (line 12) | public partial class TypePage : WizardPage method TypePage (line 18) | public TypePage(ServerPage jexusPage, BrowsePage iisExpressPage) method RbJexusCheckedChanged (line 47) | private void RbJexusCheckedChanged(object sender, EventArgs e) FILE: Microsoft.Web.Administration/Application.cs class Application (line 13) | public sealed class Application : ConfigurationElement, IItem method Application (line 17) | internal Application(ApplicationCollection parent) method Application (line 22) | internal Application(ConfigurationElement element, ApplicationCollecti... method AddChild (line 62) | internal override void AddChild(ConfigurationElement child) method GetWebConfiguration (line 74) | public Configuration GetWebConfiguration() method ToString (line 148) | public override string ToString() method Remove (line 212) | internal ApplicationCollection Remove() method ToFileName (line 236) | internal string ToFileName() method Save (line 242) | internal void Save() method Load (line 248) | internal void Load(string path, string physicalPath) method Apply (line 254) | public void Apply() method Match (line 258) | public bool Match(Application other) method Equals (line 263) | public bool Equals(Application other) FILE: Microsoft.Web.Administration/ApplicationCollection.cs class ApplicationCollection (line 9) | public sealed class ApplicationCollection : ConfigurationElementCollecti... method ApplicationCollection (line 11) | internal ApplicationCollection(Site site) method Add (line 17) | public Application Add(string path, string physicalPath) method CreateNewElement (line 25) | protected override Application CreateNewElement(string elementTagName) method InvalidApplicationPathCharacters (line 32) | public static char[] InvalidApplicationPathCharacters() FILE: Microsoft.Web.Administration/ApplicationDefaults.cs class ApplicationDefaults (line 7) | public sealed class ApplicationDefaults : ConfigurationElement method ApplicationDefaults (line 9) | internal ApplicationDefaults(ConfigurationElement element, Configurati... FILE: Microsoft.Web.Administration/ApplicationDomain.cs class ApplicationDomain (line 7) | public class ApplicationDomain : ConfigurationElement method ApplicationDomain (line 9) | internal ApplicationDomain(ConfigurationElement parent) method Unload (line 13) | public void Unload() FILE: Microsoft.Web.Administration/ApplicationDomainCollection.cs class ApplicationDomainCollection (line 7) | public sealed class ApplicationDomainCollection : ConfigurationElementCo... method ApplicationDomainCollection (line 9) | internal ApplicationDomainCollection() method CreateNewElement (line 12) | protected override ApplicationDomain CreateNewElement(string elementTa... FILE: Microsoft.Web.Administration/ApplicationPathValidator.cs class ApplicationPathValidator (line 10) | [Obfuscation(Exclude = true, ApplyToMembers = false)] method Validate (line 13) | public override void Validate(object value) FILE: Microsoft.Web.Administration/ApplicationPool.cs class ApplicationPool (line 9) | public sealed class ApplicationPool : ConfigurationElement, IItem(Func> func) method RunSync (line 28) | public static void RunSync(Func func) FILE: Microsoft.Web.Administration/AuthenticationLogonMethod.cs type AuthenticationLogonMethod (line 7) | public enum AuthenticationLogonMethod FILE: Microsoft.Web.Administration/Binding.cs class Binding (line 15) | public sealed class Binding : ConfigurationElement method Binding (line 22) | public Binding(ConfigurationElement element, BindingCollection parent) method Binding (line 28) | internal Binding(string protocol, string bindingInformation, byte[] ha... method ToString (line 43) | public override string ToString() method Initialize (line 63) | private void Initialize() method ToUri (line 193) | internal string ToUri() method ToIisUrl (line 240) | internal string ToIisUrl() method DetectConflicts (line 270) | internal SecureBindingDetectionResult DetectConflicts(byte[] hash, str... method GetIsSni (line 304) | internal bool GetIsSni() method RefreshCertificate (line 315) | public void RefreshCertificate() method PortIsValid (line 368) | internal static bool PortIsValid(string portText, out int port, string... type SecureBindingDetectionResult (line 399) | internal enum SecureBindingDetectionResult FILE: Microsoft.Web.Administration/BindingCollection.cs class BindingCollection (line 10) | public sealed class BindingCollection : ConfigurationElementCollectionBa... method BindingCollection (line 12) | internal BindingCollection(Site parent) method BindingCollection (line 16) | internal BindingCollection(ConfigurationElement element, Site parent) method Add (line 29) | public Binding Add(string bindingInformation, string bindingProtocol) method Add (line 36) | public Binding Add(string bindingInformation, byte[] certificateHash, ... method Add (line 41) | public Binding Add(string bindingInformation, byte[] certificateHash, ... method CreateNewElement (line 48) | protected override Binding CreateNewElement(string elementTagName) method Remove (line 53) | public void Remove(Binding element, bool removeConfigOnly) FILE: Microsoft.Web.Administration/CertificateInstallerLocator.cs class CertificateInstallerLocator (line 6) | public static class CertificateInstallerLocator method FindMainHelper (line 18) | private static string FindMainHelper(string executable) FILE: Microsoft.Web.Administration/CommonHelper.cs class CommonHelper (line 13) | internal static class CommonHelper method Load (line 15) | internal static List Load(this SortedDictionary GetEnumerator() method GetEnumerator (line 27) | IEnumerator IEnumerable.GetEnumerator() method CopyTo (line 59) | public void CopyTo(Array array, int index) method Add (line 76) | internal void Add(ConfigurationAttribute item) FILE: Microsoft.Web.Administration/ConfigurationAttributeSchema.cs class ConfigurationAttributeSchema (line 17) | [DebuggerDisplay("{Name}[{Type}]")] method ConfigurationAttributeSchema (line 26) | internal ConfigurationAttributeSchema() method GetEnumValues (line 29) | public ConfigurationEnumValueCollection GetEnumValues() method GetMetadata (line 34) | public object GetMetadata(string metadataType) method Parse (line 51) | internal object Parse(string value) method Validate (line 152) | private void Validate(object result) method SetEnumValues (line 180) | internal void SetEnumValues(ConfigurationEnumValueCollection enums) method LoadEnums (line 185) | internal void LoadEnums(XElement item) method SetDefaultValue (line 202) | internal void SetDefaultValue(string value) method CreateValidator (line 207) | public void CreateValidator() method CheckType (line 232) | public object CheckType(object value) method CheckRawType (line 239) | private object CheckRawType(object value) FILE: Microsoft.Web.Administration/ConfigurationAttributeSchemaCollection.cs class ConfigurationAttributeSchemaCollection (line 12) | public sealed class ConfigurationAttributeSchemaCollection : IEnumerable... method ConfigurationAttributeSchemaCollection (line 17) | internal ConfigurationAttributeSchemaCollection() method Add (line 20) | internal void Add(ConfigurationAttributeSchema item) method CopyTo (line 25) | public void CopyTo(Array array, int index) method GetEnumerator (line 42) | public IEnumerator GetEnumerator() method GetEnumerator (line 47) | IEnumerator IEnumerable IEnumerable.Ge... method Add (line 81) | internal void Add(ConfigurationElement element) FILE: Microsoft.Web.Administration/ConfigurationCollectionSchema.cs class ConfigurationCollectionSchema (line 10) | public sealed class ConfigurationCollectionSchema method ConfigurationCollectionSchema (line 12) | internal ConfigurationCollectionSchema(string path, string addElementN... method GetAddElementSchema (line 46) | public ConfigurationElementSchema GetAddElementSchema(string elementName) method GetClearElementSchema (line 53) | public ConfigurationElementSchema GetClearElementSchema() method GetMetadata (line 58) | public object GetMetadata(string metadataType) method GetRemoveElementSchema (line 63) | public ConfigurationElementSchema GetRemoveElementSchema() method FindSchema (line 115) | internal ConfigurationElementSchema FindSchema(string path) method Merge (line 169) | internal void Merge(ConfigurationCollectionSchema child) method ContainsAddElement (line 199) | internal bool ContainsAddElement(string elementTagName) method GetElementSchema (line 204) | internal ConfigurationElementSchema GetElementSchema(string name) method ReplicateAddSchema (line 214) | internal void ReplicateAddSchema() FILE: Microsoft.Web.Administration/ConfigurationElement.cs class ConfigurationElement (line 16) | [DebuggerDisplay("{ElementTagName}")] method ConfigurationElement (line 21) | internal ConfigurationElement(ConfigurationElement element, string nam... method GetSiteDefaults (line 92) | internal object GetSiteDefaults(string name) method SetSiteDefaults (line 97) | internal void SetSiteDefaults(ConfigurationElement defaults) method ForceCreateEntity (line 108) | internal void ForceCreateEntity() method Validate (line 118) | internal void Validate(bool loading) method CreateEntity (line 164) | internal virtual XElement CreateEntity() method AppendToParentElement (line 183) | internal void AppendToParentElement(XElement entity, bool top) method Delete (line 208) | public void Delete() method ContainsAttribute (line 218) | internal bool ContainsAttribute(string attributeName) method GetAttribute (line 224) | public ConfigurationAttribute GetAttribute(string attributeName) method GetAttributeValue (line 235) | public object GetAttributeValue(string attributeName) method GetChildElement (line 240) | public ConfigurationElement GetChildElement(string elementName) method GetChildElement (line 245) | public ConfigurationElement GetChildElement(string elementName, Type e... method GetCollection (line 250) | public ConfigurationElementCollection GetCollection() method GetCollection (line 257) | public ConfigurationElementCollection GetCollection(string collectionN... method GetCollection (line 276) | public ConfigurationElement GetCollection(Type collectionType) method GetCollection (line 281) | public ConfigurationElement GetCollection(string collectionName, Type ... method GetMetadata (line 286) | public object GetMetadata(string metadataType) method SetAttributeValue (line 291) | public void SetAttributeValue(string attributeName, object value) method SetMetadata (line 296) | public void SetMetadata(string metadataType, object value) method AddChild (line 384) | internal virtual void AddChild(ConfigurationElement child) method GetElementByPath (line 389) | internal virtual ConfigurationElement GetElementByPath(string path) method ParseAttributes (line 422) | private void ParseAttributes(string fileName) method ParseAttributes (line 432) | private void ParseAttributes(XElement entity, string fileName) method ParentLockAttribute (line 467) | private bool ParentLockAttribute(string name) method ParseAttribute (line 483) | private void ParseAttribute(XAttribute attribute, string fileName) method GetElementAtParentLocationInFileContext (line 543) | internal ConfigurationElement GetElementAtParentLocationInFileContext(... method GetElementAtParentLocationInFileContext (line 548) | internal ConfigurationElement GetElementAtParentLocationInFileContext(... method GetParentElement (line 607) | internal ConfigurationElement GetParentElement() method CleanEntity (line 632) | protected internal void CleanEntity() method Clean (line 658) | private static void Clean(XElement entity) method SetAttributeValueInner (line 675) | internal object SetAttributeValueInner(string name, object value) FILE: Microsoft.Web.Administration/ConfigurationElementCollection.cs class ConfigurationElementCollection (line 12) | public class ConfigurationElementCollection : ConfigurationElementCollec... method ConfigurationElementCollection (line 16) | public ConfigurationElementCollection() method ConfigurationElementCollection (line 19) | internal ConfigurationElementCollection(string name, ConfigurationElem... method Match (line 24) | private static bool Match(ConfigurationElement existing, Configuration... method CreateNewElement (line 40) | protected override ConfigurationElement CreateNewElement(string elemen... method AddChild (line 48) | internal override void AddChild(ConfigurationElement child) method ForceLoad (line 95) | internal ConfigurationElementCollection ForceLoad() method Revert (line 143) | internal void Revert() FILE: Microsoft.Web.Administration/ConfigurationElementCollectionBase.cs class ConfigurationElementCollectionBase (line 18) | public class ConfigurationElementCollectionBase : ConfigurationElemen... method ConfigurationElementCollectionBase (line 29) | protected ConfigurationElementCollectionBase() method ConfigurationElementCollectionBase (line 33) | internal ConfigurationElementCollectionBase(ConfigurationElement eleme... method GetEnumerator (line 41) | IEnumerator IEnumerable.GetEnumerator() method GetEnumerator (line 46) | public IEnumerator GetEnumerator() method CopyTo (line 51) | public void CopyTo(Array array, int index) method CreateNewElement (line 80) | protected virtual T CreateNewElement(string elementTagName) method InternalAdd (line 91) | internal void InternalAdd(T element) method Add (line 98) | public T Add(T element) method AddAt (line 103) | public T AddAt(int index, T element) method CheckMatched (line 175) | private void CheckMatched(T element) method CheckItem (line 183) | private void CheckItem(T element, T item) method Clear (line 226) | public void Clear() method CreateElement (line 252) | public T CreateElement() method CreateElement (line 257) | public T CreateElement(string elementTagName) method IndexOf (line 262) | public int IndexOf(T element) method Remove (line 267) | public void Remove(T element) method RemoveAt (line 333) | public void RemoveAt(int index) method Clone (line 355) | internal void Clone(ConfigurationElement item, ConfigurationElement ne... FILE: Microsoft.Web.Administration/ConfigurationElementSchema.cs class ConfigurationElementSchema (line 10) | [DebuggerDisplay("{Name}[{Path}]")] method ConfigurationElementSchema (line 13) | internal ConfigurationElementSchema(string fileName) method GetMetadata (line 20) | public object GetMetadata(string metadataType) method FindSchema (line 34) | internal ConfigurationElementSchema FindSchema(string path) FILE: Microsoft.Web.Administration/ConfigurationElementSchemaCollection.cs class ConfigurationElementSchemaCollection (line 12) | public sealed class ConfigurationElementSchemaCollection : IEnumerable IEnumerable IEnumerable IEnumerable.GetE... method CopyTo (line 27) | public void CopyTo(Array array, int index) FILE: Microsoft.Web.Administration/ConfigurationMethodInstance.cs class ConfigurationMethodInstance (line 7) | public sealed class ConfigurationMethodInstance method ConfigurationMethodInstance (line 9) | internal ConfigurationMethodInstance() method Execute (line 12) | public void Execute() method GetMetadata (line 15) | public object GetMetadata(string metadataType) method SetMetadata (line 20) | public void SetMetadata(string metadataType, object value) FILE: Microsoft.Web.Administration/ConfigurationMethodSchema.cs class ConfigurationMethodSchema (line 7) | public sealed class ConfigurationMethodSchema method ConfigurationMethodSchema (line 9) | internal ConfigurationMethodSchema() FILE: Microsoft.Web.Administration/ConfigurationSection.cs class ConfigurationSection (line 11) | [DebuggerDisplay("{ElementTagName}[{Location}]")] method ConfigurationSection (line 16) | internal ConfigurationSection(string path, ConfigurationElementSchema ... method RevertToParent (line 21) | public void RevertToParent() method CreateEntity (line 26) | internal override XElement CreateEntity() method AddChild (line 49) | internal override void AddChild(ConfigurationElement child) method GetElementByPath (line 75) | internal override ConfigurationElement GetElementByPath(string path) FILE: Microsoft.Web.Administration/ConfigurationValidatorBase.cs class ConfigurationValidatorBase (line 36) | public abstract class ConfigurationValidatorBase method ConfigurationValidatorBase (line 38) | protected ConfigurationValidatorBase() method CanValidate (line 42) | public virtual bool CanValidate(Type type) method Validate (line 47) | public abstract void Validate(object value); FILE: Microsoft.Web.Administration/Constants.cs class Constants (line 7) | internal static class Constants FILE: Microsoft.Web.Administration/CustomLogField.cs class CustomLogField (line 9) | public sealed class CustomLogField : ConfigurationElement method CustomLogField (line 11) | public CustomLogField() method CustomLogField (line 15) | internal CustomLogField(ConfigurationElement element, ConfigurationEle... FILE: Microsoft.Web.Administration/CustomLogFieldCollection.cs class CustomLogFieldCollection (line 7) | public sealed class CustomLogFieldCollection : ConfigurationElementColle... method CustomLogFieldCollection (line 9) | public CustomLogFieldCollection(ConfigurationElement element, Configur... method Add (line 21) | public CustomLogField Add(string logFieldName, string sourceName, Cust... method CreateNewElement (line 31) | protected override CustomLogField CreateNewElement(string elementTagName) FILE: Microsoft.Web.Administration/CustomLogFieldSourceType.cs type CustomLogFieldSourceType (line 7) | public enum CustomLogFieldSourceType FILE: Microsoft.Web.Administration/DefaultValidator.cs class DefaultValidator (line 36) | public sealed class DefaultValidator : ConfigurationValidatorBase method DefaultValidator (line 38) | public DefaultValidator() method CanValidate (line 42) | public override bool CanValidate(Type type) method Validate (line 47) | public override void Validate(object value) FILE: Microsoft.Web.Administration/FileContext.cs class FileContext (line 19) | internal sealed class FileContext : IEquatable method FileContext (line 34) | internal FileContext(ServerManager server, string fileName, FileContex... method Initialize (line 47) | private void Initialize() method LoadSchemas (line 116) | private void LoadSchemas() method Save (line 132) | public void Save() method GetEffectiveSectionGroup (line 199) | public SectionGroup GetEffectiveSectionGroup() method GetLocationPaths (line 227) | public string[] GetLocationPaths() method GetMetadata (line 233) | public object GetMetadata(string metadataType) method GetSection (line 238) | public ConfigurationSection GetSection(string sectionPath) method GetSection (line 243) | public ConfigurationSection GetSection(string sectionPath, string loca... method GetSection (line 254) | public ConfigurationSection GetSection(string sectionPath, Type type) method GetSection (line 259) | public ConfigurationSection GetSection(string sectionPath, Type type, ... method RemoveLocationPath (line 264) | public void RemoveLocationPath(string locationPath) method RenameLocationPath (line 274) | public void RenameLocationPath(string locationPath, string newLocation... method SetMetadata (line 284) | public void SetMetadata(string metadataType, object value) method FindSchema (line 327) | private ConfigurationElementSchema FindSchema(string path) method FindSectionSchema (line 332) | private SectionSchema FindSectionSchema(string path) method LoadSchemasFromMode (line 338) | private void LoadSchemasFromMode() method LoadSchema (line 366) | private void LoadSchema(XDocument document, string fileName) method ParseSections (line 404) | private bool ParseSections(XElement element, ConfigurationElement pare... method LoadDocument (line 523) | private void LoadDocument(string file, string location) method CreateElement (line 608) | internal XElement CreateElement(string sectionPath, string locationPath) method EnsureDocumentExists (line 643) | private XElement EnsureDocumentExists() method Equals (line 667) | public bool Equals(FileContext other) method SetDirty (line 672) | internal void SetDirty() method FindSection (line 692) | internal ConfigurationSection FindSection(string sectionPath, string l... method CreateSection (line 711) | private ConfigurationSection CreateSection(string sectionPath, string ... method DetectExistingSection (line 767) | private ConfigurationSection DetectExistingSection(string sectionPath,... method Add (line 780) | internal bool Add(ConfigurationSection section, Location location, Fil... FILE: Microsoft.Web.Administration/Helper.cs class Helper (line 11) | internal static class Helper method ExpandIisExpressEnvironmentVariables (line 35) | public static string ExpandIisExpressEnvironmentVariables(this string ... method GetActualExecutable (line 47) | public static string GetActualExecutable(this Application application) method IsRoot (line 79) | public static bool IsRoot(this Application application) method IsRunningOnMono (line 84) | public static bool IsRunningOnMono() FILE: Microsoft.Web.Administration/IFeatureDetection.cs type IFeatureDetection (line 3) | internal interface IFeatureDetection FILE: Microsoft.Web.Administration/IItem.cs type IItem (line 9) | public interface IItem : IEquatable method Apply (line 13) | void Apply(); method Match (line 17) | bool Match(T other); FILE: Microsoft.Web.Administration/IdleTimeoutAction.cs type IdleTimeoutAction (line 9) | public enum IdleTimeoutAction FILE: Microsoft.Web.Administration/IisExpressServerManager.cs class IisExpressServerManager (line 18) | public sealed class IisExpressServerManager : ServerManager method IisExpressServerManager (line 38) | public IisExpressServerManager(string applicationHostConfigurationPath) method IisExpressServerManager (line 43) | public IisExpressServerManager(bool readOnly, string applicationHostCo... method GetPrimaryExecutable (line 51) | private static string GetPrimaryExecutable() method GetIisExpressVersion (line 72) | private Version GetIisExpressVersion() method GetSiteState (line 85) | internal override bool GetSiteState(Site site) method GetPoolState (line 152) | internal override bool GetPoolState(ApplicationPool pool) method Start (line 157) | internal override void Start(Site site) method StartInner (line 163) | private void StartInner(Site site, bool restart) method Stop (line 280) | internal override void Stop(Site site) method Restart (line 340) | internal override void Restart(Site site) method GetSchemaFiles (line 346) | internal override IEnumerable GetSchemaFiles() FILE: Microsoft.Web.Administration/IisServerManager.cs class IisServerManager (line 17) | public sealed class IisServerManager : ServerManager method IisServerManager (line 22) | public IisServerManager() method IisServerManager (line 27) | public IisServerManager(string hostName, bool local) method IisServerManager (line 32) | public IisServerManager(bool readOnly, string applicationHostConfigura... method IisServerManager (line 37) | public IisServerManager(string applicationHostConfigurationPath) method IisServerManager (line 42) | internal IisServerManager(string hostName, bool readOnly, string fileN... method GetSiteState (line 48) | internal override bool GetSiteState(Site site) method GetPoolState (line 74) | internal override bool GetPoolState(ApplicationPool pool) method Start (line 100) | internal override void Start(Site site) method Stop (line 122) | internal override void Stop(Site site) method Start (line 144) | internal override void Start(ApplicationPool pool) method Stop (line 166) | internal override void Stop(ApplicationPool pool) method Recycle (line 188) | internal override void Recycle(ApplicationPool pool) method GetSchemaFiles (line 210) | internal override IEnumerable GetSchemaFiles() FILE: Microsoft.Web.Administration/IntegerRangeValidator.cs class IntegerRangeValidator (line 10) | [Obfuscation(Exclude = true, ApplyToMembers = false)] method IntegerRangeValidator (line 27) | public IntegerRangeValidator(string range) method Validate (line 33) | public override void Validate(object value) FILE: Microsoft.Web.Administration/JexusHelper.cs class JexusServerManager (line 20) | public partial class JexusServerManager method SaveKeyAsync (line 38) | public async Task SaveKeyAsync(string key) method SaveCertificateAsync (line 51) | public async Task SaveCertificateAsync(string text) method GetCertificateAsync (line 64) | public async Task GetCertificateAsync() method SetCertificate (line 77) | public void SetCertificate(string certificate) method SetKeyFile (line 82) | public void SetKeyFile(string key) method GetClient (line 87) | internal HttpClient GetClient() method GetVersionAsync (line 99) | public async Task GetVersionAsync() method HelloAsync (line 112) | public async Task HelloAsync() method ByeAsync (line 125) | public async Task ByeAsync() method LocalhostTestAsync (line 138) | public async Task LocalhostTestAsync(string path, string random) method Verify (line 151) | internal override bool Verify(string path, string executable) method VerifyAsync (line 156) | private async Task VerifyAsync(string path) method LoadAsync (line 169) | public async Task LoadAsync() method SaveAsync (line 252) | public async Task SaveAsync() method GetStatusAsync (line 292) | public async Task GetStatusAsync() method StopAsync (line 305) | public async Task StopAsync() method StartAsync (line 318) | public async Task StartAsync() method LoadAsync (line 331) | public async Task LoadAsync(Site site, long count, string file, ... method LoadAsync (line 432) | public async Task LoadAsync(Application application, string file, stri... method SaveAsync (line 634) | public async Task SaveAsync(Application application) FILE: Microsoft.Web.Administration/JexusManagerOptions.cs class JexusManagerOptions (line 3) | public static class JexusManagerOptions FILE: Microsoft.Web.Administration/JexusServerManager.cs class JexusServerManager (line 12) | public sealed partial class JexusServerManager : ServerManager method JexusServerManager (line 16) | public JexusServerManager(string hostName, string credentials) method PreInitialize (line 22) | protected override void PreInitialize() method CreateCache (line 28) | private void CreateCache() method PostInitialize (line 57) | protected override void PostInitialize() method PostCommitChanges (line 63) | protected override void PostCommitChanges() method GetSiteState (line 77) | internal override bool GetSiteState(Site site) method GetPoolState (line 82) | internal override bool GetPoolState(ApplicationPool pool) method Start (line 87) | internal override void Start(Site site) method Stop (line 91) | internal override void Stop(Site site) method GetPhysicalPath (line 95) | internal override string GetPhysicalPath(string root) method GetSchemaFiles (line 100) | internal override IEnumerable GetSchemaFiles() method CleanSiteFile (line 121) | internal override void CleanSiteFile(string file) FILE: Microsoft.Web.Administration/LoadBalancerCapabilities.cs type LoadBalancerCapabilities (line 7) | public enum LoadBalancerCapabilities FILE: Microsoft.Web.Administration/Location.cs class Location (line 9) | internal class Location method Location (line 16) | public Location(string path, string overrideMode, XElement entity, boo... FILE: Microsoft.Web.Administration/LogExtFileFlags.cs type LogExtFileFlags (line 10) | [Flags] FILE: Microsoft.Web.Administration/LogFormat.cs type LogFormat (line 7) | public enum LogFormat FILE: Microsoft.Web.Administration/LogTargetW3C.cs type LogTargetW3C (line 9) | [Flags] FILE: Microsoft.Web.Administration/LoggingRolloverPeriod.cs type LoggingRolloverPeriod (line 7) | public enum LoggingRolloverPeriod FILE: Microsoft.Web.Administration/ManagedPipelineMode.cs type ManagedPipelineMode (line 9) | public enum ManagedPipelineMode FILE: Microsoft.Web.Administration/NativeMethods.cs class NativeMethods (line 17) | internal static class NativeMethods method KnownCases (line 19) | internal static string KnownCases(int nativeErrorCode) method HttpInitialize (line 40) | [DllImport("httpapi.dll", SetLastError = true)] method HttpSetServiceConfiguration (line 46) | [DllImport("httpapi.dll", SetLastError = true)] method HttpDeleteServiceConfiguration (line 54) | [DllImport("httpapi.dll", SetLastError = true)] method HttpTerminate (line 62) | [DllImport("httpapi.dll", SetLastError = true)] method HttpQueryServiceConfiguration (line 67) | [DllImport("httpapi.dll", SetLastError = true)] type HTTP_SERVICE_CONFIG_ID (line 78) | private enum HTTP_SERVICE_CONFIG_ID type HTTP_SERVICE_CONFIG_SSL_SET (line 89) | [StructLayout(LayoutKind.Sequential)] type HTTP_SERVICE_CONFIG_SSL_SNI_SET (line 96) | [StructLayout(LayoutKind.Sequential)] type HTTP_SERVICE_CONFIG_SSL_SNI_KEY (line 103) | [StructLayout(LayoutKind.Sequential)] type HTTP_SERVICE_CONFIG_SSL_KEY (line 110) | [StructLayout(LayoutKind.Sequential)] method HTTP_SERVICE_CONFIG_SSL_KEY (line 115) | public HTTP_SERVICE_CONFIG_SSL_KEY(IntPtr pIpPort) type HTTP_SERVICE_CONFIG_SSL_PARAM (line 121) | [StructLayout(LayoutKind.Sequential, CharSet = CharSet.Unicode)] type HTTPAPI_VERSION (line 136) | [StructLayout(LayoutKind.Sequential, Pack = 2)] method HTTPAPI_VERSION (line 142) | public HTTPAPI_VERSION(ushort majorVersion, ushort minorVersion) type HTTP_SERVICE_CONFIG_SSL_QUERY (line 149) | [StructLayout(LayoutKind.Sequential)] type HTTP_SERVICE_CONFIG_SSL_SNI_QUERY (line 157) | [StructLayout(LayoutKind.Sequential)] type HTTP_SERVICE_CONFIG_QUERY_TYPE (line 165) | private enum HTTP_SERVICE_CONFIG_QUERY_TYPE type HTTP_SERVICE_CONFIG_URLACL_QUERY (line 172) | [StructLayout(LayoutKind.Sequential)] type HTTP_SERVICE_CONFIG_URLACL_KEY (line 180) | private struct HTTP_SERVICE_CONFIG_URLACL_KEY type HTTP_SERVICE_CONFIG_URLACL_SET (line 185) | [StructLayout(LayoutKind.Sequential)] type HTTP_SERVICE_CONFIG_URLACL_PARAM (line 192) | private struct HTTP_SERVICE_CONFIG_URLACL_PARAM method FoundReserved (line 209) | public static bool FoundReserved(ushort inPort) type ISslCertificateInfo (line 222) | public interface ISslCertificateInfo class SslCertificateInfo (line 228) | public class SslCertificateInfo : ISslCertificateInfo method QuerySslCertificateInfo (line 236) | public static SslCertificateInfo QuerySslCertificateInfo(IPEndPoint ip... method BindCertificate (line 331) | public static void BindCertificate(IPEndPoint ipPort, byte[] hash, str... method DeleteCertificateBinding (line 404) | public static void DeleteCertificateBinding(params IPEndPoint[] ipPorts) method QuerySslCertificateInfo (line 447) | public static SslCertificateInfo[] QuerySslCertificateInfo() class SslSniInfo (line 546) | public class SslSniInfo : ISslCertificateInfo method QuerySslSniInfo (line 556) | public static SslSniInfo QuerySslSniInfo(Tuple binding) method BindSni (line 663) | public static void BindSni(Tuple binding, byte[] hash, st... method DeleteSniBinding (line 740) | public static void DeleteSniBinding(params Tuple[] bindings) method QuerySslSniInfo (line 786) | public static SslSniInfo[] QuerySslSniInfo() class HttpNamespaceAcl (line 893) | public class HttpNamespaceAcl method QueryHttpNamespaceAcls (line 899) | public static HttpNamespaceAcl[] QueryHttpNamespaceAcls() method BindHttpNamespaceAcl (line 990) | public static void BindHttpNamespaceAcl(string networkURL, string secu... method DeleteHttpNamespaceAcl (line 1051) | public static void DeleteHttpNamespaceAcl(string networkURL, string se... method ThrowWin32ExceptionIfError (line 1096) | private static void ThrowWin32ExceptionIfError(uint retVal) method CallHttpApi (line 1104) | private static void CallHttpApi(Action body) method CreateSockaddrStructure (line 1125) | private static GCHandle CreateSockaddrStructure(IPEndPoint ipEndPoint) method CreateSockAddrStorageStructure (line 1140) | private static SOCKADDR_STORAGE CreateSockAddrStorageStructure(int port) method ReadSockaddrStructure (line 1155) | private static IPEndPoint ReadSockaddrStructure(IntPtr pSockaddrStruct... method ReadSockAddrStorageStructure (line 1199) | private static IPEndPoint ReadSockAddrStorageStructure(SOCKADDR_STORAG... method ShowFileProperties (line 1218) | internal static bool ShowFileProperties(string Filename) FILE: Microsoft.Web.Administration/NonEmptyStringValidator.cs class NonEmptyStringValidator (line 10) | [Obfuscation(Exclude = true, ApplyToMembers = false)] method NonEmptyStringValidator (line 13) | public NonEmptyStringValidator() method NonEmptyStringValidator (line 18) | public NonEmptyStringValidator(string parameter) method Validate (line 23) | public override void Validate(object value) FILE: Microsoft.Web.Administration/ObjectState.cs type ObjectState (line 7) | public enum ObjectState FILE: Microsoft.Web.Administration/OverrideMode.cs type OverrideMode (line 9) | [Obfuscation(Exclude = true)] FILE: Microsoft.Web.Administration/PipelineState.cs type PipelineState (line 7) | public enum PipelineState FILE: Microsoft.Web.Administration/ProcessModelIdentityType.cs type ProcessModelIdentityType (line 7) | public enum ProcessModelIdentityType FILE: Microsoft.Web.Administration/ProcessModelLogEventOnProcessModel.cs type ProcessModelLogEventOnProcessModel (line 9) | [Flags] FILE: Microsoft.Web.Administration/ProcessorAction.cs type ProcessorAction (line 9) | public enum ProcessorAction : long FILE: Microsoft.Web.Administration/Properties/Resources.Designer.cs class Resources (line 22) | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resource... method Resources (line 31) | [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Mic... FILE: Microsoft.Web.Administration/ProtectedConfiguration.cs class ProtectedConfiguration (line 34) | internal class ProtectedConfiguration method ProtectedConfiguration (line 44) | public ProtectedConfiguration(ConfigurationSection section) method GetProvider (line 68) | internal ProtectedConfigurationProvider GetProvider(string name, bool ... FILE: Microsoft.Web.Administration/ProtectedConfigurationProvider.cs class ProtectedConfigurationProvider (line 39) | internal class ProtectedConfigurationProvider //: ProviderBase method ProtectedConfigurationProvider (line 56) | public ProtectedConfigurationProvider(ProviderSettings ps) method InitializeProvider (line 88) | private void InitializeProvider() method Decrypt (line 154) | public string Decrypt(string data) method Encrypt (line 160) | public string Encrypt(string data) FILE: Microsoft.Web.Administration/ProtectedConfigurationProviderCollection.cs class ProtectedConfigurationProviderCollection (line 36) | internal class ProtectedConfigurationProviderCollection method Add (line 48) | public void Add(ProtectedConfigurationProvider provider) FILE: Microsoft.Web.Administration/ProtectedConfigurationSection.cs class ProtectedConfigurationSection (line 35) | internal sealed class ProtectedConfigurationSection method ProtectedConfigurationSection (line 39) | public ProtectedConfigurationSection(ConfigurationSection section) method EncryptSection (line 52) | internal string EncryptSection(string clearXml, ProtectedConfiguration... method DecryptSection (line 58) | internal string DecryptSection(string encryptedXml, ProtectedConfigura... method GetAllProviders (line 64) | internal ProtectedConfigurationProviderCollection GetAllProviders() method InstantiateProvider (line 83) | private ProtectedConfigurationProvider InstantiateProvider(ProviderSet... FILE: Microsoft.Web.Administration/ProtectedProviderSettings.cs class ProtectedProviderSettings (line 36) | public class ProtectedProviderSettings : ConfigurationElement method ProtectedProviderSettings (line 49) | internal ProtectedProviderSettings(ConfigurationElement element, strin... FILE: Microsoft.Web.Administration/ProviderSettings.cs class ProviderSettings (line 38) | public sealed class ProviderSettings : ConfigurationElement method ProviderSettings (line 56) | internal ProviderSettings(ConfigurationElement element, string name, C... FILE: Microsoft.Web.Administration/ProviderSettingsCollection.cs class ProviderSettingsCollection (line 37) | public sealed class ProviderSettingsCollection : ConfigurationElementCol... method ProviderSettingsCollection (line 39) | public ProviderSettingsCollection(ConfigurationElementCollection colle... FILE: Microsoft.Web.Administration/PublicNativeMethods.cs class PublicNativeMethods (line 9) | public class PublicNativeMethods method OpenProcessToken (line 33) | [DllImport("advapi32.dll", SetLastError = true)] method GetCurrentProcess (line 38) | [DllImport("kernel32.dll", SetLastError = true)] method GetTokenInformation (line 41) | [DllImport("advapi32.dll", SetLastError = true)] method CloseHandle (line 50) | [DllImport("kernel32.dll", SetLastError = true)] method LoadLibrary (line 54) | [DllImport("kernel32.dll", CharSet = CharSet.Ansi, ExactSpelling = fal... method GetProcAddress (line 57) | [DllImport("kernel32.dll", CharSet = CharSet.Ansi, ExactSpelling = true)] method GetElevationType (line 153) | public static TOKEN_ELEVATION_TYPE GetElevationType() type TOKEN_ELEVATION (line 206) | public struct TOKEN_ELEVATION type TOKEN_ELEVATION_TYPE (line 211) | public enum TOKEN_ELEVATION_TYPE type TOKEN_INFORMATION_CLASS (line 218) | public enum TOKEN_INFORMATION_CLASS class VistaToolsException (line 258) | public class VistaToolsException : ApplicationException method VistaToolsException (line 261) | public VistaToolsException() method VistaToolsException (line 266) | public VistaToolsException(string message) method VistaToolsException (line 274) | public VistaToolsException(string message, FILE: Microsoft.Web.Administration/RecyclingLogEventOnRecycle.cs type RecyclingLogEventOnRecycle (line 9) | [Flags] FILE: Microsoft.Web.Administration/Request.cs class Request (line 7) | public sealed class Request : ConfigurationElement method Request (line 9) | internal Request() FILE: Microsoft.Web.Administration/RequestCollection.cs class RequestCollection (line 7) | public sealed class RequestCollection : ConfigurationElementCollectionBa... method RequestCollection (line 9) | internal RequestCollection() method CreateNewElement (line 12) | protected override Request CreateNewElement(string elementTagName) FILE: Microsoft.Web.Administration/RequireTrimmedStringValidator.cs class RequireTrimmedStringValidator (line 10) | [Obfuscation(Exclude = true, ApplyToMembers = false)] method Validate (line 13) | public override void Validate(object value) FILE: Microsoft.Web.Administration/SOCKADDR_IN.cs type SOCKADDR_IN (line 9) | partial struct SOCKADDR_IN FILE: Microsoft.Web.Administration/SOCKADDR_STORAGE.cs type SOCKADDR_STORAGE (line 10) | partial struct SOCKADDR_STORAGE FILE: Microsoft.Web.Administration/Schedule.cs class Schedule (line 9) | public sealed class Schedule : ConfigurationElement method Schedule (line 11) | internal Schedule(ConfigurationElement parent) method Schedule (line 16) | internal Schedule(ConfigurationElement element, ConfigurationElement p... FILE: Microsoft.Web.Administration/ScheduleCollection.cs class ScheduleCollection (line 9) | public sealed class ScheduleCollection : ConfigurationElementCollectionB... method ScheduleCollection (line 11) | internal ScheduleCollection(ConfigurationElement parent) method ScheduleCollection (line 16) | internal ScheduleCollection(ConfigurationElement element, Configuratio... method Add (line 28) | public Schedule Add(TimeSpan scheduleTime) method CreateNewElement (line 35) | protected override Schedule CreateNewElement(string elementTagName) FILE: Microsoft.Web.Administration/SectionDefinition.cs class SectionDefinition (line 10) | [DebuggerDisplay("{Path}")] method SectionDefinition (line 13) | internal SectionDefinition() FILE: Microsoft.Web.Administration/SectionDefinitionCollection.cs class SectionDefinitionCollection (line 12) | public sealed class SectionDefinitionCollection : ICollection, IEnumerab... method SectionDefinitionCollection (line 18) | internal SectionDefinitionCollection(FileContext core) method Add (line 23) | public SectionDefinition Add(string sectionName) method Add (line 30) | internal void Add(SectionDefinition definition) method GetEnumerator (line 35) | public IEnumerator GetEnumerator() method GetEnumerator (line 40) | IEnumerator IEnumerable.GetEnumerator() method Remove (line 45) | public void Remove(string sectionName) method CopyTo (line 69) | public void CopyTo(Array array, int index) FILE: Microsoft.Web.Administration/SectionGroup.cs class SectionGroup (line 14) | [DebuggerDisplay("{Name} [{_core.FileName}]")] method SectionGroup (line 39) | internal SectionGroup(FileContext core) method ParseSectionDefinitions (line 55) | internal void ParseSectionDefinitions(XElement root, Dictionary result) method AddSpecial (line 136) | internal void AddSpecial() FILE: Microsoft.Web.Administration/SectionGroupCollection.cs class SectionGroupCollection (line 12) | public sealed class SectionGroupCollection : ICollection, IEnumerable GetEnumerator() method Remove (line 50) | public void Remove(string sectionGroupName) method CopyTo (line 75) | public void CopyTo(Array array, int index) method GetEnumerator (line 87) | IEnumerator IEnumerable.GetEnumerator() FILE: Microsoft.Web.Administration/SectionSchema.cs class SectionSchema (line 11) | [DebuggerDisplay("{Name}")] method SectionSchema (line 17) | public SectionSchema(string name, XElement element, string fileName) method ParseSectionSchema (line 29) | internal void ParseSectionSchema(XElement element, ConfigurationElemen... FILE: Microsoft.Web.Administration/ServerManager.cs class ServerManager (line 14) | public abstract class ServerManager : IFeatureDetection method ServerManager (line 54) | protected ServerManager() method ServerManager (line 59) | protected ServerManager(string hostName, bool local) method ServerManager (line 64) | protected ServerManager(bool readOnly, string applicationHostConfigura... method ServerManager (line 69) | protected ServerManager(string applicationHostConfigurationPath) method ServerManager (line 74) | internal ServerManager(string hostName, bool readOnly, string fileName) method Verify (line 81) | internal virtual bool Verify(string path, string executable) method Initialize (line 86) | private void Initialize() method CleanSiteFile (line 159) | internal virtual void CleanSiteFile(string file) method GetPhysicalPath (line 163) | internal virtual string GetPhysicalPath(string root) method Stop (line 168) | internal abstract void Stop(Site site); method Start (line 169) | internal abstract void Start(Site site); method Restart (line 171) | internal virtual void Restart(Site site) method Recycle (line 177) | internal virtual void Recycle(ApplicationPool applicationPool) method Start (line 180) | internal virtual void Start(ApplicationPool applicationPool) method Stop (line 183) | internal virtual void Stop(ApplicationPool applicationPool) method PreInitialize (line 186) | protected virtual void PreInitialize() method GetPoolState (line 190) | internal abstract bool GetPoolState(ApplicationPool pool); method PostInitialize (line 192) | protected virtual void PostInitialize() method LoadCache (line 196) | private void LoadCache() method Dispose (line 205) | public void Dispose() method CommitChanges (line 209) | public void CommitChanges() method PostCommitChanges (line 224) | protected virtual void PostCommitChanges() method Save (line 228) | public void Save() method GetAdministrationConfiguration (line 342) | public Configuration GetAdministrationConfiguration() method GetSiteState (line 347) | internal abstract bool GetSiteState(Site site); method GetAdministrationConfiguration (line 349) | public Configuration GetAdministrationConfiguration(WebConfigurationMa... method GetSchemaFiles (line 354) | internal virtual IEnumerable GetSchemaFiles() method GetApplicationHostConfiguration (line 365) | public Configuration GetApplicationHostConfiguration() method GetConfigurationCache (line 374) | internal Configuration GetConfigurationCache() method GetMetadata (line 383) | public object GetMetadata(string metadataType) method GetRedirectionConfiguration (line 388) | public Configuration GetRedirectionConfiguration() method GetWebConfiguration (line 393) | public Configuration GetWebConfiguration(string siteName) method GetWebConfiguration (line 398) | public Configuration GetWebConfiguration(string siteName, string virtu... method GetWebConfiguration (line 403) | public Configuration GetWebConfiguration(WebConfigurationMap configMap... method OpenRemote (line 408) | public static IisServerManager OpenRemote(string serverName) method SetMetadata (line 413) | public void SetMetadata(string metadataType, object value) method VerifyLocation (line 417) | internal void VerifyLocation(string locationPath) FILE: Microsoft.Web.Administration/ServerManagerException.cs class ServerManagerException (line 10) | [Serializable] method ServerManagerException (line 14) | public ServerManagerException() method ServerManagerException (line 18) | public ServerManagerException( method ServerManagerException (line 24) | public ServerManagerException( method ServerManagerException (line 31) | public ServerManagerException( method ServerManagerException (line 39) | public ServerManagerException( method ToString (line 48) | public override string ToString() FILE: Microsoft.Web.Administration/Site.cs class Site (line 13) | public sealed class Site : ConfigurationElement, IItem method Site (line 23) | internal Site(SiteCollection parent) method Site (line 27) | internal Site(ConfigurationElement element, SiteCollection parent) method GetWebConfiguration (line 103) | public Configuration GetWebConfiguration() method Start (line 116) | public ObjectState Start() method Stop (line 124) | public ObjectState Stop() method ToString (line 132) | public override string ToString() method RemoveApplications (line 137) | internal void RemoveApplications() method GetPhysicalDirectories (line 149) | internal IEnumerable GetPhysicalDirectories() method Restart (line 166) | internal void Restart() method GetState (line 171) | internal bool GetState() method RemoveApplication (line 176) | internal void RemoveApplication(Application application) method Save (line 181) | internal void Save() method Apply (line 189) | public void Apply() method Match (line 193) | public bool Match(Site other) method Equals (line 198) | public bool Equals(Site other) FILE: Microsoft.Web.Administration/SiteCollection.cs class SiteCollection (line 9) | public sealed class SiteCollection : ConfigurationElementCollectionBase<... method SiteCollection (line 11) | internal SiteCollection(ServerManager parent) method SiteCollection (line 16) | internal SiteCollection(ConfigurationElement element, ServerManager pa... method Add (line 35) | public Site Add(string name, string physicalPath, int port) method Add (line 44) | public Site Add(string name, string bindingInformation, string physica... method Add (line 49) | public Site Add(string name, string bindingProtocol, string bindingInf... method Add (line 58) | public Site Add(string name, string bindingInformation, string physica... method Add (line 63) | public Site Add(string name, string bindingInformation, string physica... method CreateNewElement (line 72) | protected override Site CreateNewElement(string elementTagName) method InvalidSiteNameCharacters (line 81) | public static char[] InvalidSiteNameCharacters() method InvalidSiteNameCharactersJexus (line 86) | internal static char[] InvalidSiteNameCharactersJexus() method FindDuplicate (line 91) | internal bool? FindDuplicate(Binding binding, Site host, Binding exist... FILE: Microsoft.Web.Administration/SiteDefaultProcessor.cs class SiteDefaultProcessor (line 9) | internal class SiteDefaultProcessor method SiteDefaultProcessor (line 12) | public SiteDefaultProcessor(V siteDefault) method Get (line 19) | public T Get(string name, Func defaultGetter, Func(string name, T value, Func defaultGetter, Action... FILE: Microsoft.Web.Administration/SiteDefaults.cs class SiteDefaults (line 7) | public sealed class SiteDefaults : ConfigurationElement method SiteDefaults (line 13) | internal SiteDefaults(ConfigurationElement element, ConfigurationEleme... FILE: Microsoft.Web.Administration/SiteLimits.cs class SiteLimits (line 9) | public sealed class SiteLimits : ConfigurationElement method SiteLimits (line 11) | internal SiteLimits(ConfigurationElement element, ConfigurationElement... FILE: Microsoft.Web.Administration/SiteLogFile.cs class SiteLogFile (line 10) | public sealed class SiteLogFile : ConfigurationElement method SiteLogFile (line 15) | internal SiteLogFile(ConfigurationElement parent) method SiteLogFile (line 19) | internal SiteLogFile(ConfigurationElement element, ConfigurationElemen... FILE: Microsoft.Web.Administration/SiteNameValidator.cs class SiteNameValidator (line 11) | [Obfuscation(Exclude = true, ApplyToMembers = false)] method Validate (line 14) | public override void Validate(object value) FILE: Microsoft.Web.Administration/SiteTraceFailedRequestsLogging.cs class SiteTraceFailedRequestsLogging (line 9) | public sealed class SiteTraceFailedRequestsLogging : ConfigurationElement method SiteTraceFailedRequestsLogging (line 13) | internal SiteTraceFailedRequestsLogging(ConfigurationElement element, ... FILE: Microsoft.Web.Administration/SslFlags.cs type SslFlags (line 9) | [Flags] FILE: Microsoft.Web.Administration/StartMode.cs type StartMode (line 9) | public enum StartMode FILE: Microsoft.Web.Administration/StringExtensions.cs class StringExtensions (line 13) | internal static class StringExtensions method HostToDisplay (line 19) | public static string HostToDisplay(this string text) method DisplayToHost (line 24) | public static string DisplayToHost(this string text) method AddressToDisplay (line 29) | public static string AddressToDisplay(this IPAddress address) method DisplayToAddress (line 38) | public static IPAddress DisplayToAddress(this string text) method AddressToCombo (line 43) | public static string AddressToCombo(this IPAddress address) method ComboToAddress (line 48) | public static IPAddress ComboToAddress(this string text) method ElementTagNameToName (line 53) | public static string ElementTagNameToName(this string tag) method Combine (line 58) | public static string Combine(IEnumerable items, string connector) FILE: Microsoft.Web.Administration/TimeSpanRangeValidator.cs class TimeSpanRangeValidator (line 12) | [Obfuscation(Exclude = true, ApplyToMembers = false)] method TimeSpanRangeValidator (line 23) | public TimeSpanRangeValidator(string range) method Validate (line 32) | public override void Validate(object value) FILE: Microsoft.Web.Administration/ValidatorRegistry.cs class ValidatorRegistry (line 12) | internal static class ValidatorRegistry method ValidatorRegistry (line 17) | static ValidatorRegistry() method GetValidator (line 32) | public static Type GetValidator(string name) method PascalCase (line 39) | internal static string PascalCase(string name) method IndexOfFirstCorrectChar (line 55) | private static int IndexOfFirstCorrectChar(string s) FILE: Microsoft.Web.Administration/VirtualDirectory.cs class VirtualDirectory (line 9) | public sealed class VirtualDirectory : ConfigurationElement, IItem GetLogger() method GetLogger (line 25) | public static ILogger GetLogger(string categoryName) FILE: Microsoft.Web.Configuration.AppHostFileProvider/NativeMethods.cs class NativeMethods (line 17) | internal static class NativeMethods class SafeCryptProvHandle (line 19) | internal sealed class SafeCryptProvHandle : SafeHandleZeroOrMinusOneIs... method SafeCryptProvHandle (line 21) | private SafeCryptProvHandle() : base(ownsHandle: true) method SafeCryptProvHandle (line 25) | public SafeCryptProvHandle(nuint handle) : base(ownsHandle: true) method AcquireMachineContext (line 30) | internal unsafe static SafeCryptProvHandle AcquireMachineContext(str... method ReleaseHandle (line 60) | protected override bool ReleaseHandle() method IntPtrToNUint (line 69) | internal static nuint IntPtrToNUint(IntPtr ptr) method NUintToIntPtr (line 74) | internal static IntPtr NUintToIntPtr(nuint ptr) method IisCngDecrypt (line 80) | [DllImport("cngkeyhelper.dll", CharSet = CharSet.Unicode, SetLastError... method IisCngEncrypt (line 83) | [DllImport("cngkeyhelper.dll", CharSet = CharSet.Unicode, SetLastError... method CngDecrypt (line 86) | public static string CngDecrypt(byte[] encrypted, string keyContainer) method CngEncrypt (line 98) | public static byte[] CngEncrypt(string data, string keyContainer) FILE: Microsoft.Web.Management/Client/AssemblyDownloadInfo.cs class AssemblyDownloadInfo (line 9) | public sealed class AssemblyDownloadInfo method AssemblyDownloadInfo (line 11) | public AssemblyDownloadInfo( FILE: Microsoft.Web.Management/Client/Connection.cs class Connection (line 13) | public sealed class Connection : IServiceContainer, IDisposable method CreateProxy (line 15) | public ModuleServiceProxy CreateProxy(Module module, Type proxyType) method EndConfigurationManagement (line 20) | public bool EndConfigurationManagement() method EndConfigurationManagement (line 25) | public bool EndConfigurationManagement(Type pageType) method Refresh (line 30) | public bool Refresh() method SetConfigurationPath (line 35) | public void SetConfigurationPath(ManagementConfigurationPath configura... method StartConfigurationManagement (line 40) | public bool StartConfigurationManagement(ManagementConfigurationPath c... method StartConfigurationManagement (line 45) | public bool StartConfigurationManagement(ManagementConfigurationPath c... method AddService (line 50) | void IServiceContainer.AddService(Type serviceType, object serviceInst... method AddService (line 55) | void IServiceContainer.AddService(Type serviceType, object serviceInst... method AddService (line 60) | void IServiceContainer.AddService(Type serviceType, ServiceCreatorCall... method AddService (line 65) | void IServiceContainer.AddService(Type serviceType, ServiceCreatorCall... method RemoveService (line 70) | void IServiceContainer.RemoveService(Type serviceType) method RemoveService (line 75) | void IServiceContainer.RemoveService(Type serviceType, bool promote) method GetService (line 80) | object IServiceProvider.GetService(Type serviceType) method Dispose (line 85) | void IDisposable.Dispose() FILE: Microsoft.Web.Management/Client/ConnectionActiveState.cs class ConnectionActiveState (line 7) | public sealed class ConnectionActiveState FILE: Microsoft.Web.Management/Client/ConnectionCredential.cs class ConnectionCredential (line 7) | public sealed class ConnectionCredential method ConnectionCredential (line 9) | public ConnectionCredential(string userName, string password) method ConnectionCredential (line 14) | public ConnectionCredential(string userName, string password, bool use... method Equals (line 23) | public override bool Equals(object obj) method GetHashCode (line 29) | public override int GetHashCode() FILE: Microsoft.Web.Management/Client/ConnectionEventArgs.cs class ConnectionEventArgs (line 9) | public sealed class ConnectionEventArgs : EventArgs FILE: Microsoft.Web.Management/Client/ConnectionInfo.cs class ConnectionInfo (line 10) | public sealed class ConnectionInfo method ConnectionInfo (line 12) | public ConnectionInfo(string name, Uri url, bool isLocal, ManagementSc... method Equals (line 15) | public override bool Equals(object obj) method GetHashCode (line 20) | public override int GetHashCode() FILE: Microsoft.Web.Management/Client/ConnectionInfoCollection.cs class ConnectionInfoCollection (line 10) | public sealed class ConnectionInfoCollection : ReadOnlyCollection GetChildren(HierarchyInfo h... method GetTasks (line 20) | public abstract TaskListCollection GetTasks(HierarchyInfo hierarchyInfo); method Refresh (line 22) | public abstract void Refresh(HierarchyInfo hierarchyInfo); method Remove (line 24) | public abstract void Remove(HierarchyInfo hierarchyInfo); method Select (line 26) | public abstract bool Select(HierarchyInfo hierarchyInfo); method SyncSelection (line 28) | public abstract void SyncSelection(HierarchyInfoSyncSelectionEventArgs... method Update (line 30) | public abstract void Update(HierarchyInfo hierarchyInfo); FILE: Microsoft.Web.Management/Client/HierarchyVisibility.cs type HierarchyVisibility (line 7) | public enum HierarchyVisibility FILE: Microsoft.Web.Management/Client/ICertificateVerificationBuilder.cs type ICertificateVerificationBuilder (line 11) | public interface ICertificateVerificationBuilder method VerifyCertificate (line 13) | bool VerifyCertificate( FILE: Microsoft.Web.Management/Client/IConnectionBuilder.cs type IConnectionBuilder (line 10) | public interface IConnectionBuilder method BuildConnection (line 12) | ConnectionInfo BuildConnection( method BuildConnection (line 17) | ConnectionInfo BuildConnection( method BuildFavorite (line 23) | ConnectionInfo BuildFavorite( FILE: Microsoft.Web.Management/Client/IConnectionManager.cs type IConnectionManager (line 10) | public interface IConnectionManager method ActivateConnection (line 12) | Connection ActivateConnection( method DeactivateConnection (line 16) | void DeactivateConnection( method GetConnectionActiveState (line 20) | ConnectionActiveState GetConnectionActiveState( method PerformLogin (line 24) | bool PerformLogin( method RefreshConnection (line 28) | bool RefreshConnection( method Save (line 32) | void Save(); FILE: Microsoft.Web.Management/Client/IControlPanel.cs type IControlPanel (line 10) | public interface IControlPanel method GetCategories (line 12) | ReadOnlyCollection GetCategories(string cate... method GetCategory (line 14) | ControlPanelCategoryInfo GetCategory(string categorization, ModulePage... method GetPage (line 16) | ModulePageInfo GetPage(Type pageType); method GetPages (line 18) | ReadOnlyCollection GetPages(Module module); method GetPages (line 20) | ReadOnlyCollection GetPages(string categorization, str... method RegisterCategory (line 22) | void RegisterCategory(ControlPanelCategoryInfo categoryInfo); method RegisterHomepage (line 24) | void RegisterHomepage(ModulePageInfo homepageInfo); method RegisterPage (line 26) | void RegisterPage(ModulePageInfo itemPageInfo); method RegisterPage (line 28) | void RegisterPage(string categoryName, ModulePageInfo itemPageInfo); FILE: Microsoft.Web.Management/Client/ICredentialBuilder.cs type ICredentialBuilder (line 9) | public interface ICredentialBuilder method SetCredentials (line 11) | CredentialInfo SetCredentials( method SetCredentials (line 16) | CredentialInfo SetCredentials( method SpecifyCredentials (line 22) | CredentialInfo SpecifyCredentials( method SpecifyCredentials (line 34) | CredentialInfo SpecifyCredentials( method SpecifyCredentials (line 47) | CredentialInfo SpecifyCredentials( method SpecifyCredentials (line 61) | CredentialInfo SpecifyCredentials( FILE: Microsoft.Web.Management/Client/IExtensibilityManager.cs type IExtensibilityManager (line 10) | public interface IExtensibilityManager method GetExtensions (line 12) | ICollection GetExtensions( method RegisterExtension (line 16) | void RegisterExtension( FILE: Microsoft.Web.Management/Client/IModuleChildPage.cs type IModuleChildPage (line 7) | public interface IModuleChildPage FILE: Microsoft.Web.Management/Client/IModulePage.cs type IModulePage (line 10) | public interface IModulePage : IDisposable method Initialize (line 12) | void Initialize(Module module, ModulePageInfo pageInfo, Object navigat... method OnActivated (line 14) | void OnActivated(bool initialActivation); method OnDeactivating (line 16) | void OnDeactivating(CancelEventArgs e); method Refresh (line 18) | void Refresh(); method ShowHelp (line 20) | bool ShowHelp(); FILE: Microsoft.Web.Management/Client/INavigationService.cs type INavigationService (line 11) | public interface INavigationService method Navigate (line 13) | bool Navigate(Connection connection, ManagementConfigurationPath confi... method NavigateBack (line 15) | bool NavigateBack(int steps); method NavigateForward (line 17) | bool NavigateForward(); FILE: Microsoft.Web.Management/Client/IPreferencesService.cs type IPreferencesService (line 9) | public interface IPreferencesService method GetPreferencesStore (line 11) | PreferencesStore GetPreferencesStore( method GetPreferencesStore (line 15) | bool GetPreferencesStore( method ResetPreferencesStore (line 20) | void ResetPreferencesStore( method Save (line 24) | void Save(); FILE: Microsoft.Web.Management/Client/IPropertyEditingService.cs type IPropertyEditingService (line 9) | public interface IPropertyEditingService method EditProperties (line 11) | bool EditProperties( method EditProperties (line 19) | bool EditProperties( FILE: Microsoft.Web.Management/Client/IPropertyEditingUser.cs type IPropertyEditingUser (line 9) | public interface IPropertyEditingUser method UpdateObjects (line 11) | bool UpdateObjects( method ValidateObjects (line 15) | void ValidateObjects( FILE: Microsoft.Web.Management/Client/IProviderConfigurationService.cs type IProviderConfigurationService (line 9) | public interface IProviderConfigurationService method ConfigureProvider (line 11) | bool ConfigureProvider( FILE: Microsoft.Web.Management/Client/ManagementChannel.cs class ManagementChannel (line 9) | public abstract class ManagementChannel method ManagementChannel (line 11) | protected ManagementChannel( method DownloadAssembly (line 20) | protected abstract void DownloadAssembly( method Invoke (line 25) | protected abstract Object Invoke( method SetLastRequestConfigurationInfo (line 30) | protected void SetLastRequestConfigurationInfo( FILE: Microsoft.Web.Management/Client/ManagementScopePath.cs class ManagementScopePath (line 9) | public sealed class ManagementScopePath method ManagementScopePath (line 11) | private ManagementScopePath(string serverName, int port, string siteNa... method CreateApplicationPath (line 19) | public static ManagementScopePath CreateApplicationPath(string managem... method CreateServerPath (line 24) | public static ManagementScopePath CreateServerPath(string managementSe... method CreateServerPath (line 29) | public static ManagementScopePath CreateServerPath(string managementSe... method CreateSitePath (line 36) | public static ManagementScopePath CreateSitePath(string managementServ... method Equals (line 41) | public override bool Equals(object obj) method GetHashCode (line 48) | public override int GetHashCode() method SetFrameworkVersion (line 53) | public void SetFrameworkVersion(ManagementFrameworkVersion frameworkVe... FILE: Microsoft.Web.Management/Client/MessageTaskItem.cs class MessageTaskItem (line 9) | public sealed class MessageTaskItem : TaskItem method MessageTaskItem (line 11) | public MessageTaskItem( method MessageTaskItem (line 18) | public MessageTaskItem( method MessageTaskItem (line 26) | public MessageTaskItem( FILE: Microsoft.Web.Management/Client/MessageTaskItemType.cs type MessageTaskItemType (line 7) | public enum MessageTaskItemType FILE: Microsoft.Web.Management/Client/MethodTaskItemUsages.cs type MethodTaskItemUsages (line 9) | [Flags] FILE: Microsoft.Web.Management/Client/Module.cs class Module (line 10) | public abstract class Module : IServiceProvider, IDisposable method Dispose (line 18) | protected virtual void Dispose() method GetService (line 24) | protected virtual object GetService(Type serviceType) method Initialize (line 29) | internal protected virtual void Initialize(IServiceProvider servicePro... method TestInitialize (line 35) | internal void TestInitialize(IServiceProvider serviceProvider, ModuleI... method IsPageEnabled (line 40) | protected virtual bool IsPageEnabled(ModulePageInfo pageInfo) method Dispose (line 45) | void IDisposable.Dispose() method GetService (line 50) | object IServiceProvider.GetService(Type serviceType) FILE: Microsoft.Web.Management/Client/ModuleHomepageAttribute.cs class ModuleHomepageAttribute (line 9) | public sealed class ModuleHomepageAttribute : Attribute method IsHomepage (line 11) | public static bool IsHomepage( FILE: Microsoft.Web.Management/Client/ModuleListPageFilter.cs class ModuleListPageFilter (line 7) | public sealed class ModuleListPageFilter method ModuleListPageFilter (line 9) | public ModuleListPageFilter(string description) method ModuleListPageFilter (line 13) | public ModuleListPageFilter(string description, bool canRemove) FILE: Microsoft.Web.Management/Client/ModuleListPageGrouping.cs class ModuleListPageGrouping (line 9) | [Serializable] method ModuleListPageGrouping (line 12) | public ModuleListPageGrouping(string name, string text) method Equals (line 28) | public override bool Equals(Object obj) method GetHashCode (line 34) | public override int GetHashCode() method ToString (line 39) | public override string ToString() FILE: Microsoft.Web.Management/Client/ModuleListPageSearchField.cs class ModuleListPageSearchField (line 7) | public sealed class ModuleListPageSearchField method ModuleListPageSearchField (line 9) | public ModuleListPageSearchField( method ToString (line 18) | public override string ToString() FILE: Microsoft.Web.Management/Client/ModuleListPageSearchOptions.cs class ModuleListPageSearchOptions (line 7) | public sealed class ModuleListPageSearchOptions method ModuleListPageSearchOptions (line 9) | public ModuleListPageSearchOptions() method ModuleListPageSearchOptions (line 13) | public ModuleListPageSearchOptions( method ModuleListPageSearchOptions (line 18) | public ModuleListPageSearchOptions( FILE: Microsoft.Web.Management/Client/ModuleListPageViewModes.cs type ModuleListPageViewModes (line 9) | [Flags] FILE: Microsoft.Web.Management/Client/ModulePageIdentifierAttribute.cs class ModulePageIdentifierAttribute (line 9) | public sealed class ModulePageIdentifierAttribute : Attribute method ModulePageIdentifierAttribute (line 11) | public ModulePageIdentifierAttribute( FILE: Microsoft.Web.Management/Client/ModulePageInfo.cs class ModulePageInfo (line 9) | public sealed class ModulePageInfo method ModulePageInfo (line 11) | public ModulePageInfo(Module associatedModule, Type pageType, string t... method ModulePageInfo (line 16) | public ModulePageInfo(Module associatedModule, Type pageType, string t... method ModulePageInfo (line 21) | public ModulePageInfo(Module associatedModule, Type pageType, string t... method ModulePageInfo (line 26) | public ModulePageInfo(Module associatedModule, Type pageType, string t... method Equals (line 37) | public override bool Equals(object obj) method GetHashCode (line 43) | public override int GetHashCode() FILE: Microsoft.Web.Management/Client/ModuleServiceProxy.cs class ModuleServiceProxy (line 10) | public abstract class ModuleServiceProxy method GetErrorInformation (line 12) | public static string GetErrorInformation( method Invoke (line 24) | protected Object Invoke( FILE: Microsoft.Web.Management/Client/NavigationEventArgs.cs class NavigationEventArgs (line 9) | public sealed class NavigationEventArgs : EventArgs method NavigationEventArgs (line 11) | public NavigationEventArgs( FILE: Microsoft.Web.Management/Client/NavigationItem.cs class NavigationItem (line 11) | public sealed class NavigationItem : IDisposable method NavigationItem (line 15) | public NavigationItem(Connection connection, ManagementConfigurationPa... method Dispose (line 42) | void IDisposable.Dispose() FILE: Microsoft.Web.Management/Client/PreferencesStore.cs class PreferencesStore (line 7) | public sealed class PreferencesStore method ContainsValue (line 9) | public bool ContainsValue( method GetValue (line 16) | public bool GetValue( method GetValue (line 24) | public int GetValue( method GetValue (line 32) | public string GetValue( method Reset (line 40) | public void Reset() { } method ResetValue (line 41) | public void ResetValue( method SetValue (line 46) | public void SetValue( method SetValue (line 53) | public void SetValue( method SetValue (line 60) | public void SetValue( FILE: Microsoft.Web.Management/Client/PropertyGridObject.cs class PropertyGridObject (line 11) | public abstract class PropertyGridObject : ICustomTypeDescriptor method PropertyGridObject (line 13) | protected PropertyGridObject( method PropertyGridObject (line 18) | protected PropertyGridObject( method GetDisplayNameAttribute (line 27) | protected DisplayNameAttribute GetDisplayNameAttribute( method GetProperties (line 35) | protected virtual PropertyDescriptorCollection GetProperties( method GetAttributes (line 42) | AttributeCollection ICustomTypeDescriptor.GetAttributes() method GetClassName (line 47) | string ICustomTypeDescriptor.GetClassName() method GetComponentName (line 52) | string ICustomTypeDescriptor.GetComponentName() method GetConverter (line 57) | TypeConverter ICustomTypeDescriptor.GetConverter() method GetDefaultEvent (line 62) | EventDescriptor ICustomTypeDescriptor.GetDefaultEvent() method GetDefaultProperty (line 67) | PropertyDescriptor ICustomTypeDescriptor.GetDefaultProperty() method GetEditor (line 72) | object ICustomTypeDescriptor.GetEditor(Type editorBaseType) method GetEvents (line 77) | EventDescriptorCollection ICustomTypeDescriptor.GetEvents() method GetEvents (line 82) | EventDescriptorCollection ICustomTypeDescriptor.GetEvents(Attribute[] ... method GetProperties (line 87) | PropertyDescriptorCollection ICustomTypeDescriptor.GetProperties() method GetProperties (line 92) | PropertyDescriptorCollection ICustomTypeDescriptor.GetProperties(Attri... method GetPropertyOwner (line 97) | object ICustomTypeDescriptor.GetPropertyOwner(PropertyDescriptor pd) FILE: Microsoft.Web.Management/Client/ProviderConfigurationSettings.cs class ProviderConfigurationSettings (line 9) | public abstract class ProviderConfigurationSettings method GetSettings (line 11) | public IDictionary GetSettings() method LoadSettings (line 16) | public void LoadSettings( method Validate (line 21) | public abstract bool Validate( FILE: Microsoft.Web.Management/Client/TaskItem.cs class TaskItem (line 9) | public abstract class TaskItem method TaskItem (line 11) | protected TaskItem(string text, string category) method TaskItem (line 15) | protected TaskItem(string text, string category, string description) FILE: Microsoft.Web.Management/Client/TaskList.cs class TaskList (line 10) | public abstract class TaskList method GetPropertyValue (line 12) | public virtual object GetPropertyValue(string propertyName) method GetTaskItems (line 17) | public abstract ICollection GetTaskItems(); method InvokeMethod (line 19) | public virtual object InvokeMethod(string methodName, object userData) method SetPropertyValue (line 26) | public virtual void SetPropertyValue(string propertyName, object value) FILE: Microsoft.Web.Management/Client/TaskListCollection.cs class TaskListCollection (line 12) | public sealed class TaskListCollection : CollectionBase method TaskListCollection (line 16) | public TaskListCollection() method TaskListCollection (line 21) | public TaskListCollection(ICollection taskLists) method Add (line 30) | public int Add(TaskList taskList) method Contains (line 41) | public bool Contains(TaskList taskList) method CopyTo (line 46) | public void CopyTo(TaskList[] taskLists, int index) method IndexOf (line 51) | public int IndexOf(TaskList taskList) method Insert (line 56) | public void Insert(int index, TaskList taskList) method Remove (line 61) | public void Remove(TaskList taskList) method GetTaskListItems (line 66) | internal IEnumerable> GetTaskListI... FILE: Microsoft.Web.Management/Client/Win32/BaseForm.cs class BaseForm (line 15) | public abstract class BaseForm : Form method BaseForm (line 19) | public BaseForm() { } method BaseForm (line 21) | protected BaseForm(IServiceProvider serviceProvider) method DisplayErrorMessage (line 26) | protected virtual void DisplayErrorMessage(Exception ex, ResourceManag... method Dispose (line 32) | protected override void Dispose(bool disposing) method GetService (line 37) | protected internal new object GetService(Type serviceType) method OnActivated (line 42) | protected override void OnActivated(EventArgs e) method OnHelpRequested (line 47) | protected override void OnHelpRequested(HelpEventArgs hevent) method OnInitialActivated (line 52) | protected virtual void OnInitialActivated(EventArgs e) method ShowError (line 56) | protected void ShowError(Exception exception, string message, bool isW... method ShowHelp (line 62) | protected virtual void ShowHelp() method ShowMessage (line 66) | protected void ShowMessage(string message) method ShowMessage (line 72) | protected DialogResult ShowMessage(string message, MessageBoxButtons b... method Update (line 78) | protected new virtual void Update() method WndProc (line 83) | protected override void WndProc(ref Message m) FILE: Microsoft.Web.Management/Client/Win32/BaseTaskForm.cs class BaseTaskForm (line 15) | public abstract class BaseTaskForm : DialogForm method BaseTaskForm (line 19) | public BaseTaskForm() { } method BaseTaskForm (line 21) | protected BaseTaskForm(IServiceProvider serviceProvider) method CancelAsyncTask (line 26) | protected void CancelAsyncTask() method DisplayErrorMessage (line 30) | protected override void DisplayErrorMessage(Exception ex, ResourceMana... method InvalidateTask (line 34) | protected void InvalidateTask(bool progressGradientOnly) method OnClosing (line 38) | protected override void OnClosing(CancelEventArgs e) method SetButtonsPanel (line 42) | protected void SetButtonsPanel(Control buttons) method SetContent (line 46) | protected void SetContent(Control content) method StartAsyncTask (line 50) | protected void StartAsyncTask(DoWorkEventHandler doWorkHandler, method StartAsyncTask (line 55) | protected void StartAsyncTask( method StartAsyncTask (line 62) | protected void StartAsyncTask( method StartTaskProgress (line 70) | protected virtual void StartTaskProgress() method StopTaskProgress (line 74) | protected virtual void StopTaskProgress() FILE: Microsoft.Web.Management/Client/Win32/DialogForm.cs class DialogForm (line 13) | public abstract class DialogForm : BaseForm method DialogForm (line 17) | public DialogForm() method DialogForm (line 29) | protected DialogForm(IServiceProvider serviceProvider) FILE: Microsoft.Web.Management/Client/Win32/IManagementUIService.cs type IManagementUIService (line 12) | public interface IManagementUIService method ShowContextMenu (line 14) | void ShowContextMenu(Point location); method ShowDialog (line 16) | DialogResult ShowDialog(DialogForm form); method ShowError (line 18) | void ShowError(Exception exception, string message, string caption, bo... method ShowMessage (line 20) | void ShowMessage(string text, string caption); method ShowMessage (line 22) | DialogResult ShowMessage(string text, string caption, MessageBoxButton... method ShowMessage (line 24) | DialogResult ShowMessage(string text, string caption, MessageBoxButton... method StartProgress (line 26) | Object StartProgress(string text, MethodInvoker cancelMethod); method StopProgress (line 28) | void StopProgress(Object token); method Update (line 30) | void Update(); FILE: Microsoft.Web.Management/Client/Win32/ListPageListView.cs class ListPageListView (line 10) | public class ListPageListView : ListView method OnCreateControl (line 12) | protected override void OnCreateControl() method ShowSortColumn (line 17) | public void ShowSortColumn(ColumnHeader column, SortOrder sortOrder) method WndProc (line 21) | protected override void WndProc(ref Message m) FILE: Microsoft.Web.Management/Client/Win32/ManagementGroupBox.cs class ManagementGroupBox (line 11) | public class ManagementGroupBox : GroupBox method OnRightToLeftChanged (line 13) | protected override void OnRightToLeftChanged( FILE: Microsoft.Web.Management/Client/Win32/ManagementPanel.cs class ManagementPanel (line 11) | public class ManagementPanel : Panel method OnRightToLeftChanged (line 13) | protected override void OnRightToLeftChanged( FILE: Microsoft.Web.Management/Client/Win32/ManagementTabPage.cs class ManagementTabPage (line 11) | public class ManagementTabPage : TabPage method OnRightToLeftChanged (line 13) | protected override void OnRightToLeftChanged( FILE: Microsoft.Web.Management/Client/Win32/ManagementUIColorTable.cs class ManagementUIColorTable (line 9) | public abstract class ManagementUIColorTable FILE: Microsoft.Web.Management/Client/Win32/MethodTaskItem.cs class MethodTaskItem (line 10) | public sealed class MethodTaskItem : TaskItem method MethodTaskItem (line 12) | public MethodTaskItem(string methodName, string text, string category) method MethodTaskItem (line 16) | public MethodTaskItem(string methodName, string text, string category,... method MethodTaskItem (line 20) | public MethodTaskItem(string methodName, string text, string category,... method MethodTaskItem (line 24) | public MethodTaskItem(string methodName, string text, string category,... method CreateSeparator (line 39) | public static MethodTaskItem CreateSeparator() FILE: Microsoft.Web.Management/Client/Win32/ModuleDialogPage.cs class ModuleDialogPage (line 17) | public abstract class ModuleDialogPage : ModulePage class DialogTaskList (line 20) | private sealed class DialogTaskList : TaskList method DialogTaskList (line 24) | public DialogTaskList(ModuleDialogPage owner) method GetTaskItems (line 31) | public override ICollection GetTaskItems() method ApplyChanges (line 51) | [Obfuscation(Exclude = true)] method CancelChanges (line 57) | [Obfuscation(Exclude = true)] method ModuleDialogPage (line 68) | protected ModuleDialogPage() method ApplyChanges (line 73) | protected internal virtual bool ApplyChanges() method CancelChanges (line 78) | protected internal virtual void CancelChanges() method ApplyChanges (line 84) | internal protected abstract bool ApplyChanges(); method CancelChanges (line 85) | internal protected abstract void CancelChanges(); method OnDeactivating (line 87) | protected override void OnDeactivating(CancelEventArgs e) method OnRefresh (line 91) | protected virtual void OnRefresh() method Refresh (line 96) | protected override sealed void Refresh() method InitializeComponent (line 128) | private void InitializeComponent() FILE: Microsoft.Web.Management/Client/Win32/ModuleListPage.cs class ModuleListPage (line 15) | public abstract class ModuleListPage : ModulePage method ModuleListPage (line 18) | protected ModuleListPage() method ModuleListPage (line 21) | protected ModuleListPage(ListPageListView listView) method ClearFilter (line 29) | protected void ClearFilter() method Dispose (line 33) | protected override void Dispose(bool disposing) method GetGroups (line 39) | protected virtual ListViewGroup[] GetGroups(ModuleListPageGrouping gro... method GetItemComparer (line 44) | protected virtual IComparer GetItemComparer(ColumnHeader sortColumn, S... method Group (line 49) | protected void Group(ModuleListPageGrouping grouping) method InitializeListPage (line 80) | protected virtual void InitializeListPage() method InitializeListPage (line 85) | protected abstract void InitializeListPage(); method LoadPreferences (line 87) | protected override void LoadPreferences(PreferencesStore store) method OnActivated (line 90) | protected override void OnActivated(bool initialActivation) method OnClearFilter (line 93) | protected virtual void OnClearFilter() method OnGroup (line 96) | protected virtual void OnGroup(ModuleListPageGrouping grouping) method OnSearch (line 101) | protected virtual void OnSearch(ModuleListPageSearchOptions options) method OnSetView (line 104) | protected virtual void OnSetView() { } method RefreshFilter (line 106) | protected void RefreshFilter() { } method RefreshSearchPanel (line 108) | protected void RefreshSearchPanel() { } method SavePreferences (line 110) | protected override void SavePreferences(PreferencesStore store) method SetView (line 113) | protected void SetView(ModuleListPageViewModes mode) method Sort (line 136) | protected void Sort() method Sort (line 141) | public void Sort(ColumnHeader column, SortOrder sortOrder) FILE: Microsoft.Web.Management/Client/Win32/ModulePage.cs class ModulePage (line 15) | public class ModulePage : UserControl, IModulePage method ModulePage (line 23) | protected ModulePage() method CreateProxy (line 29) | protected ModuleServiceProxy CreateProxy(Type proxyType) method DisplayErrorMessage (line 34) | protected void DisplayErrorMessage(Exception ex, ResourceManager resou... method DisplayErrorMessage (line 38) | protected void DisplayErrorMessage(string errorText, string errorMessage) method DisplayErrorMessage (line 42) | protected void DisplayErrorMessage(Exception ex, ResourceManager resou... method DisplayErrorMessage (line 46) | protected void DisplayErrorMessage(string errorText, string errorMessa... method Dispose (line 50) | protected override void Dispose(bool disposing) method EditProperties (line 54) | protected bool EditProperties( method EditProperties (line 63) | protected bool EditProperties( method GetPageType (line 73) | protected Type GetPageType(string moduleName) method GetScopeStatusSummary (line 78) | protected static string GetScopeStatusSummary(Connection connection, s... method GetService (line 83) | protected new Object GetService(Type serviceType) method Initialize (line 88) | protected virtual void Initialize(Object navigationData) method LoadPreferences (line 92) | protected virtual void LoadPreferences(PreferencesStore store) method Navigate (line 96) | protected bool Navigate(Type pageType) method Navigate (line 101) | protected bool Navigate(Type pageType, object navigationData) method OnActivated (line 108) | protected virtual void OnActivated(bool initialActivation) method OnDeactivating (line 112) | protected virtual void OnDeactivating(CancelEventArgs e) method Refresh (line 116) | protected new virtual void Refresh() method SavePreferences (line 121) | protected virtual void SavePreferences(PreferencesStore store) method ShowDialog (line 125) | protected DialogResult ShowDialog(DialogForm form) method ShowError (line 130) | protected void ShowError(Exception exception, bool isWarning) method ShowError (line 135) | protected void ShowError(string message, bool isWarning) method ShowError (line 140) | protected void ShowError(Exception exception, string message, bool isW... method ShowError (line 145) | protected void ShowError(Exception exception, string message, bool isW... method ShowHelp (line 173) | protected virtual bool ShowHelp() method ShowMessage (line 178) | protected void ShowMessage(string text) method ShowMessage (line 183) | protected void ShowMessage(string text, string caption) method ShowMessage (line 189) | protected DialogResult ShowMessage(string text, MessageBoxButtons butt... method ShowMessage (line 194) | protected DialogResult ShowMessage(string text, MessageBoxButtons butt... method ShowMessage (line 200) | protected DialogResult ShowMessage(string text, MessageBoxButtons butt... method ShowMessage (line 205) | protected DialogResult ShowMessage( method ShowOnlineHelp (line 216) | protected virtual bool ShowOnlineHelp() method StartAsyncTask (line 221) | protected void StartAsyncTask( method StartAsyncTask (line 228) | protected void StartAsyncTask( method StartAsyncTask (line 236) | protected void StartAsyncTask(string progressText, method StartProgress (line 244) | protected void StartProgress(string text, MethodInvoker cancelMethod) method StopProgress (line 248) | protected void StopProgress() method Update (line 252) | protected new void Update() method Initialize (line 256) | void IModulePage.Initialize(Module module, ModulePageInfo pageInfo, ob... method OnActivated (line 271) | void IModulePage.OnActivated(bool initialActivation) method OnDeactivating (line 276) | void IModulePage.OnDeactivating(CancelEventArgs e) method Refresh (line 281) | void IModulePage.Refresh() method ShowHelp (line 286) | bool IModulePage.ShowHelp() FILE: Microsoft.Web.Management/Client/Win32/ModulePropertiesPage.cs class ModulePropertiesPage (line 13) | public abstract class ModulePropertiesPage : ModuleDialogPage method ApplyChanges (line 16) | protected internal override bool ApplyChanges() method CancelChanges (line 21) | protected internal override void CancelChanges() { } method ClearDirty (line 23) | protected void ClearDirty() { } method GetProperties (line 25) | protected virtual PropertyBag GetProperties() method GetProperties (line 30) | protected abstract PropertyBag GetProperties(); method GetSettings (line 32) | protected void GetSettings() { } method LoadPreferences (line 34) | protected override void LoadPreferences(PreferencesStore store) method OnActivated (line 37) | protected override void OnActivated(bool initialActivation) method OnException (line 40) | protected virtual void OnException(Exception ex) method OnRefresh (line 43) | protected override void OnRefresh() { } method ProcessProperties (line 45) | protected virtual void ProcessProperties(PropertyBag properties) method ProcessProperties (line 50) | protected abstract void ProcessProperties(PropertyBag properties); method SavePreferences (line 53) | protected override void SavePreferences(PreferencesStore store) method UpdateProperties (line 57) | protected virtual PropertyBag UpdateProperties(out bool updateSuccessful) method UpdateProperties (line 62) | protected abstract PropertyBag UpdateProperties(out bool updateSuccess... method InitializeComponent (line 76) | private void InitializeComponent() FILE: Microsoft.Web.Management/Client/Win32/SortableListView.cs class SortableListView (line 11) | public class SortableListView : UserControl method SortableListView (line 13) | public SortableListView( method AddItems (line 18) | public void AddItems( method Dispose (line 23) | protected override void Dispose( method GetItemComparer (line 29) | protected virtual IComparer GetItemComparer( method SetItems (line 37) | public void SetItems( method ShowSortColumn (line 42) | public void ShowSortColumn( method Sort (line 48) | protected void Sort() { } method Sort (line 50) | public void Sort( FILE: Microsoft.Web.Management/Client/Win32/TaskForm.cs class TaskForm (line 12) | public abstract class TaskForm : BaseTaskForm method TaskForm (line 16) | public TaskForm() { } method TaskForm (line 18) | protected TaskForm(IServiceProvider serviceProvider) method OnAccept (line 23) | protected virtual void OnAccept() method OnAccept (line 28) | protected abstract void OnAccept(); method OnCancel (line 30) | protected virtual void OnCancel() method StartTaskProgress (line 35) | protected override void StartTaskProgress() method StopTaskProgress (line 39) | protected override void StopTaskProgress() method Update (line 43) | protected override sealed void Update() method UpdateTaskForm (line 47) | protected void UpdateTaskForm() FILE: Microsoft.Web.Management/Client/Win32/TextTaskItem.cs class TextTaskItem (line 9) | public sealed class TextTaskItem : TaskItem method TextTaskItem (line 11) | public TextTaskItem(string text, string category) method TextTaskItem (line 15) | public TextTaskItem(string text, string category, bool isHeading) method TextTaskItem (line 19) | public TextTaskItem(string text, string category, bool isHeading, Imag... FILE: Microsoft.Web.Management/Client/Win32/WaitCursor.cs class WaitCursor (line 9) | public sealed class WaitCursor : IDisposable method Dispose (line 11) | public void Dispose() FILE: Microsoft.Web.Management/Client/Win32/WizardForm.cs class WizardForm (line 16) | public abstract class WizardForm : BaseTaskForm method WizardForm (line 33) | public WizardForm() method WizardForm (line 39) | protected WizardForm(IServiceProvider serviceProvider) method CancelWizard (line 45) | protected virtual void CancelWizard() method btnPrevious_Click (line 50) | private void btnPrevious_Click(object sender, EventArgs e) method btnNext_Click (line 56) | private void btnNext_Click(object sender, EventArgs e) method CompleteWizard (line 69) | protected virtual void CompleteWizard() { } method GetWizardPages (line 70) | protected virtual WizardPage[] GetWizardPages() method CompleteWizard (line 75) | protected abstract void CompleteWizard(); method GetWizardPages (line 76) | protected abstract WizardPage[] GetWizardPages(); method NavigateToNextPage (line 79) | protected void NavigateToNextPage() method NavigateToPreviousPage (line 93) | protected void NavigateToPreviousPage() method OnClosing (line 106) | protected override void OnClosing(CancelEventArgs e) method OnInitialActivated (line 111) | protected override void OnInitialActivated(EventArgs e) method OnLoad (line 116) | protected override void OnLoad(EventArgs e) method OnPageChanged (line 124) | protected virtual void OnPageChanged(EventArgs e) method OnPageChanging (line 137) | protected virtual void OnPageChanging(EventArgs e) method OnPaint (line 140) | protected override void OnPaint(PaintEventArgs e) method ShouldShowPage (line 143) | protected virtual bool ShouldShowPage(WizardPage page) method ShowHelp (line 148) | protected override void ShowHelp() method StartTaskProgress (line 153) | protected override void StartTaskProgress() method StopTaskProgress (line 158) | protected override void StopTaskProgress() method Update (line 163) | protected override sealed void Update() method UpdateWizard (line 187) | protected internal void UpdateWizard() method InitializeComponent (line 253) | private void InitializeComponent() method btnFinish_Click (line 380) | private void btnFinish_Click(object sender, EventArgs e) method WizardForm_HelpRequested (line 385) | private void WizardForm_HelpRequested(object sender, HelpEventArgs hlp... FILE: Microsoft.Web.Management/Client/Win32/WizardPage.cs class WizardPage (line 16) | public abstract class WizardPage : UserControl method Activate (line 19) | protected internal virtual void Activate() method GetService (line 23) | protected override object GetService(Type serviceType) method OnNext (line 28) | public virtual bool OnNext() method OnPrevious (line 33) | public virtual bool OnPrevious() method OnRightToLeftChanged (line 38) | protected override void OnRightToLeftChanged(EventArgs e) method SetNextPage (line 43) | internal void SetNextPage(WizardPage page) method SetPreviousPage (line 48) | internal void SetPreviousPage(WizardPage page) method SetWizard (line 53) | internal void SetWizard(WizardForm wizard) method ShowError (line 58) | protected void ShowError(Exception exception, string message, bool isW... method ShowHelp (line 64) | protected internal virtual void ShowHelp() method ShowMessage (line 68) | protected void ShowMessage(string text) method ShowMessage (line 74) | protected DialogResult ShowMessage(string text, MessageBoxButtons butt... method UpdateWizard (line 80) | protected void UpdateWizard() method InitializeComponent (line 131) | private void InitializeComponent() FILE: Microsoft.Web.Management/Features/Administrators/AdministratorsModuleProvider.cs class AdministratorsModuleProvider (line 10) | public sealed class AdministratorsModuleProvider : ModuleProvider method GetModuleDefinition (line 12) | public override ModuleDefinition GetModuleDefinition(IManagementContex... method SupportsScope (line 17) | public override bool SupportsScope(ManagementScope scope) FILE: Microsoft.Web.Management/Features/Delegation/DelegationModuleProvider.cs class DelegationModuleProvider (line 10) | public sealed class DelegationModuleProvider : SimpleDelegatedModuleProv... method GetModuleDefinition (line 12) | public override ModuleDefinition GetModuleDefinition(IManagementContex... method SupportsScope (line 17) | public override bool SupportsScope( FILE: Microsoft.Web.Management/Features/Services/ServiceModuleProvider.cs class ServiceModuleProvider (line 10) | public sealed class ServiceModuleProvider : ModuleProvider method GetModuleDefinition (line 13) | public override ModuleDefinition GetModuleDefinition( method SupportsScope (line 18) | public override bool SupportsScope( FILE: Microsoft.Web.Management/Host/ConnectionManager.cs class ConnectionManager (line 11) | public sealed class ConnectionManager : IConnectionManager, method ConnectionManager (line 14) | public ConnectionManager( method ActivateConnection (line 117) | Connection IConnectionManager.ActivateConnection(ConnectionInfo connec... method DeactivateConnection (line 122) | void IConnectionManager.DeactivateConnection(Connection connection) method Dispose (line 127) | void IDisposable.Dispose() method GetConnectionActiveState (line 132) | ConnectionActiveState IConnectionManager.GetConnectionActiveState(Conn... method PerformLogin (line 137) | bool IConnectionManager.PerformLogin(ConnectionInfo connection) method RefreshConnection (line 142) | bool IConnectionManager.RefreshConnection(Connection connection) method Save (line 147) | void IConnectionManager.Save() FILE: Microsoft.Web.Management/Host/IManagementHost.cs type IManagementHost (line 12) | public interface IManagementHost method CreateBuilder (line 14) | Object CreateBuilder( method CreateHostModule (line 18) | Module CreateHostModule(); method CreateManagementContext (line 20) | IManagementContext CreateManagementContext(); FILE: Microsoft.Web.Management/Host/Shell/ShellApplication.cs class ShellApplication (line 9) | public abstract class ShellApplication : IServiceProvider method CreateComponents (line 11) | public abstract ShellComponents CreateComponents(); method Execute (line 13) | public void Execute( method GetService (line 20) | protected virtual Object GetService( method GetService (line 27) | object IServiceProvider.GetService(Type serviceType) FILE: Microsoft.Web.Management/Host/Shell/ShellComponents.cs class ShellComponents (line 9) | public sealed class ShellComponents FILE: Microsoft.Web.Management/Properties/Resources.Designer.cs class Resources (line 28) | [GeneratedCode("System.Resources.Tools.StronglyTypedResourceBuilder", "4... method Resources (line 37) | [SuppressMessage("Microsoft.Performance", "CA1811:AvoidUncalledPrivate... FILE: Microsoft.Web.Management/Server/AdministrationModule.cs class AdministrationModule (line 7) | public sealed class AdministrationModule method AdministrationModule (line 9) | public AdministrationModule(string name) FILE: Microsoft.Web.Management/Server/AdministrationModuleCollection.cs class AdministrationModuleCollection (line 11) | public sealed class AdministrationModuleCollection : IEnumerable GetEnumerator() method Remove (line 24) | public bool Remove(string moduleName) method GetEnumerator (line 35) | IEnumerator IEnumerable.GetEnumerator() FILE: Microsoft.Web.Management/Server/AdministrationModuleProvider.cs class AdministrationModuleProvider (line 7) | public sealed class AdministrationModuleProvider FILE: Microsoft.Web.Management/Server/ApplicationManagementUnit.cs class ApplicationManagementUnit (line 9) | public class ApplicationManagementUnit : ManagementUnit method GetAssociatedFrameworkVersion (line 11) | protected override ManagementFrameworkVersion GetAssociatedFrameworkVe... method GetTypeInformation (line 16) | public override Object[] GetTypeInformation( FILE: Microsoft.Web.Management/Server/BindingInfo.cs class BindingInfo (line 11) | public class BindingInfo method BindingInfo (line 13) | public BindingInfo( method ToString (line 18) | public override string ToString() FILE: Microsoft.Web.Management/Server/ConfigurationAuthenticationModuleService.cs class ConfigurationAuthenticationModuleService (line 10) | public abstract class ConfigurationAuthenticationModuleService : ModuleS... method GetEnabledProperty (line 13) | protected ConfigurationAttribute GetEnabledProperty( method GetSection (line 20) | protected ConfigurationSection GetSection( method IsEnabled (line 30) | bool IAuthenticationModuleService.IsEnabled() FILE: Microsoft.Web.Management/Server/ConfigurationModuleProvider.cs class ConfigurationModuleProvider (line 7) | public abstract class ConfigurationModuleProvider : SimpleDelegatedModul... method GetChildDelegationState (line 9) | public override DelegationState GetChildDelegationState(string path) method GetSupportedChildDelegationStates (line 14) | public override DelegationState[] GetSupportedChildDelegationStates(st... method SetChildDelegationState (line 19) | public override void SetChildDelegationState(string path, DelegationSt... FILE: Microsoft.Web.Management/Server/ConfigurationPathType.cs type ConfigurationPathType (line 7) | public enum ConfigurationPathType FILE: Microsoft.Web.Management/Server/DelegationState.cs class DelegationState (line 7) | public class DelegationState method DelegationState (line 9) | public DelegationState( FILE: Microsoft.Web.Management/Server/IAuthenticationModuleService.cs type IAuthenticationModuleService (line 7) | public interface IAuthenticationModuleService method IsEnabled (line 9) | bool IsEnabled(); FILE: Microsoft.Web.Management/Server/IGlobalConfigurationProvider.cs type IGlobalConfigurationProvider (line 9) | public interface IGlobalConfigurationProvider method GetFrameworkConfigurationPath (line 11) | string GetFrameworkConfigurationPath( FILE: Microsoft.Web.Management/Server/IManagementContext.cs type IManagementContext (line 10) | public interface IManagementContext FILE: Microsoft.Web.Management/Server/ISiteStatusProvider.cs type ISiteStatusProvider (line 10) | public interface ISiteStatusProvider method GetSiteStatus (line 12) | ObjectState GetSiteStatus( FILE: Microsoft.Web.Management/Server/InvalidPasswordReason.cs type InvalidPasswordReason (line 7) | public enum InvalidPasswordReason FILE: Microsoft.Web.Management/Server/ManagementAdministrationConfiguration.cs class ManagementAdministrationConfiguration (line 11) | public sealed class ManagementAdministrationConfiguration method GetDelegatedScope (line 13) | public ManagementAdministrationConfiguration GetDelegatedScope( FILE: Microsoft.Web.Management/Server/ManagementAuthentication.cs class ManagementAuthentication (line 7) | public static class ManagementAuthentication method AuthenticateUser (line 9) | public static bool AuthenticateUser( method CreateUser (line 17) | public static ManagementUserInfo CreateUser( method DeleteUser (line 25) | public static void DeleteUser( method DisableUser (line 32) | public static void DisableUser( method EnableUser (line 37) | public static void EnableUser( method GetUser (line 44) | public static ManagementUserInfo GetUser( method GetUsers (line 51) | public static ManagementUserInfoCollection GetUsers( method IsPasswordStrongEnough (line 59) | public static InvalidPasswordReason IsPasswordStrongEnough( method SetPassword (line 66) | public static void SetPassword( FILE: Microsoft.Web.Management/Server/ManagementAuthenticationProvider.cs class ManagementAuthenticationProvider (line 10) | public abstract class ManagementAuthenticationProvider method AuthenticateUser (line 12) | public abstract bool AuthenticateUser( method CreatePrincipal (line 17) | protected virtual IPrincipal CreatePrincipal( method CreateUser (line 24) | public abstract ManagementUserInfo CreateUser( method DeleteUser (line 29) | public abstract void DeleteUser( method DisableUser (line 33) | public abstract void DisableUser( method EnableUser (line 37) | public abstract void EnableUser( method GetUser (line 41) | public abstract ManagementUserInfo GetUser( method GetUsers (line 45) | public abstract ManagementUserInfoCollection GetUsers( method Initialize (line 50) | public virtual void Initialize( method IsPasswordStrongEnough (line 55) | public abstract InvalidPasswordReason IsPasswordStrongEnough( method SetPassword (line 59) | public abstract void SetPassword( FILE: Microsoft.Web.Management/Server/ManagementAuthorization.cs class ManagementAuthorization (line 9) | public static class ManagementAuthorization method GetAuthorizedUsers (line 11) | public static ManagementAuthorizationInfoCollection GetAuthorizedUsers( method GetConfigurationPaths (line 21) | public static string[] GetConfigurationPaths( method Grant (line 29) | public static ManagementAuthorizationInfo Grant( method IsAuthorized (line 38) | public static bool IsAuthorized( method RenameConfigurationPath (line 46) | public static void RenameConfigurationPath( method Revoke (line 54) | public static void Revoke( method Revoke (line 61) | public static void Revoke( method RevokeConfigurationPath (line 67) | public static void RevokeConfigurationPath( FILE: Microsoft.Web.Management/Server/ManagementAuthorizationInfo.cs class ManagementAuthorizationInfo (line 7) | public class ManagementAuthorizationInfo method ManagementAuthorizationInfo (line 9) | public ManagementAuthorizationInfo( FILE: Microsoft.Web.Management/Server/ManagementAuthorizationInfoCollection.cs class ManagementAuthorizationInfoCollection (line 9) | public sealed class ManagementAuthorizationInfoCollection : Collection GetBindingProtocols(IServiceProvider servic... method GetEffectiveConfigurationPath (line 57) | public string GetEffectiveConfigurationPath(ManagementScope scope) method GetFrameworkVersion (line 62) | public ManagementFrameworkVersion GetFrameworkVersion(IServiceProvider... method GetState (line 67) | public string GetState() method IsEquivalentScope (line 72) | public bool IsEquivalentScope(ManagementScope scope) FILE: Microsoft.Web.Management/Server/ManagementContentNavigator.cs class ManagementContentNavigator (line 10) | public sealed class ManagementContentNavigator : ICloneable method Clone (line 12) | public ManagementContentNavigator Clone() method Create (line 17) | public static ManagementContentNavigator Create( method GetChildren (line 24) | public ManagementContentNavigator[] GetChildren() method GetChildrenContainerCount (line 29) | public int GetChildrenContainerCount() method MoveToChild (line 34) | public bool MoveToChild( method MoveToParent (line 41) | public bool MoveToParent() method MoveToPath (line 46) | public bool MoveToPath( method MoveToRoot (line 53) | public bool MoveToRoot() method Clone (line 58) | object ICloneable.Clone() FILE: Microsoft.Web.Management/Server/ManagementFrameworkVersion.cs class ManagementFrameworkVersion (line 9) | public sealed class ManagementFrameworkVersion method IsEqual (line 11) | public bool IsEqual(string versionIdentifier) FILE: Microsoft.Web.Management/Server/ManagementScope.cs type ManagementScope (line 7) | public enum ManagementScope FILE: Microsoft.Web.Management/Server/ManagementUnit.cs class ManagementUnit (line 13) | public abstract class ManagementUnit method CreateConfigurationMap (line 15) | protected virtual WebConfigurationMap CreateConfigurationMap( method GetAssociatedFrameworkVersion (line 20) | protected abstract ManagementFrameworkVersion GetAssociatedFrameworkVe... method GetFrameworkVersions (line 21) | protected static ReadOnlyCollection GetFra... method GetModuleProviders (line 26) | public ICollection GetModuleProviders( method GetModuleService (line 31) | public ModuleService GetModuleService( method GetTypeInformation (line 36) | public Object[] GetTypeInformation( method GetTypeInformation (line 40) | public Object[] GetTypeInformation( method GetTypeInformation (line 46) | public abstract Object[] GetTypeInformation( method Update (line 52) | public void Update() FILE: Microsoft.Web.Management/Server/ManagementUserInfo.cs class ManagementUserInfo (line 7) | public class ManagementUserInfo method ManagementUserInfo (line 9) | public ManagementUserInfo( method ToString (line 18) | public override string ToString() FILE: Microsoft.Web.Management/Server/ManagementUserInfoCollection.cs class ManagementUserInfoCollection (line 9) | public sealed class ManagementUserInfoCollection : Collection(int index) method GetValue (line 101) | public T GetValue(int index, T defaultValue) method IsModified (line 106) | public bool IsModified() method IsModified (line 111) | public bool IsModified(int key) method Remove (line 116) | public void Remove(Object key) method Contains (line 132) | bool IDictionary.Contains(object key) method Add (line 137) | void IDictionary.Add(object key, object value) method Clear (line 147) | void IDictionary.Clear() method GetEnumerator (line 157) | IDictionaryEnumerator IDictionary.GetEnumerator() method Remove (line 162) | void IDictionary.Remove(object key) method CopyTo (line 172) | void ICollection.CopyTo(Array array, int index) method GetEnumerator (line 177) | IEnumerator IEnumerable.GetEnumerator() FILE: Microsoft.Web.Management/Server/ServerManagementUnit.cs class ServerManagementUnit (line 10) | public sealed class ServerManagementUnit : ManagementUnit method GetApplication (line 12) | public ApplicationManagementUnit GetApplication( method GetSite (line 20) | public SiteManagementUnit GetSite( method GetAssociatedFrameworkVersion (line 27) | protected override ManagementFrameworkVersion GetAssociatedFrameworkVe... method GetTypeInformation (line 32) | public override Object[] GetTypeInformation( FILE: Microsoft.Web.Management/Server/SimpleDelegatedModuleProvider.cs class SimpleDelegatedModuleProvider (line 7) | public abstract class SimpleDelegatedModuleProvider : ModuleProvider method GetChildDelegationState (line 14) | public override DelegationState GetChildDelegationState( method GetSupportedChildDelegationStates (line 21) | public override DelegationState[] GetSupportedChildDelegationStates( method SetChildDelegationState (line 28) | public override void SetChildDelegationState( FILE: Microsoft.Web.Management/Server/SiteInfo.cs class SiteInfo (line 11) | public class SiteInfo method SiteInfo (line 13) | public SiteInfo( FILE: Microsoft.Web.Management/Server/SiteManagementUnit.cs class SiteManagementUnit (line 7) | public sealed class SiteManagementUnit : ApplicationManagementUnit method GetApplication (line 9) | public ApplicationManagementUnit GetApplication( FILE: Microsoft.Web.Management/Server/TypeInformationGenerator.cs class TypeInformationGenerator (line 9) | public abstract class TypeInformationGenerator : MarshalByRefObject method GetTypeInformation (line 11) | public abstract Object GetTypeInformation( FILE: Microsoft.Web.Management/Server/WebManagementEventLog.cs class WebManagementEventLog (line 10) | public static class WebManagementEventLog method Write (line 12) | public static void Write( method Write (line 18) | public static void Write( method Write (line 25) | public static void Write( method Write (line 34) | public static void Write( FILE: Microsoft.Web.Management/Server/WebManagementServiceException.cs class WebManagementServiceException (line 9) | [Serializable] method WebManagementServiceException (line 12) | public WebManagementServiceException() { } method WebManagementServiceException (line 14) | public WebManagementServiceException( method WebManagementServiceException (line 19) | public WebManagementServiceException( method WebManagementServiceException (line 26) | public WebManagementServiceException( method WebManagementServiceException (line 33) | public WebManagementServiceException( method ToString (line 40) | public override string ToString() FILE: Microsoft.Web.Management/Server/WebManagementServiceHandler.cs class WebManagementServiceHandler (line 11) | public sealed class WebManagementServiceHandler : IHttpHandler method ProcessRequest (line 21) | void IHttpHandler.ProcessRequest(HttpContext context) FILE: Microsoft.Web.Management/Utility/ServiceUtility.cs class ServiceUtility (line 10) | public class ServiceUtility method GetServiceStatus (line 12) | public static ServiceControllerStatus GetServiceStatus(string serviceN... FILE: Tests.IIS/Helper.cs class Helper (line 11) | internal static class Helper method IsRunningOnMono (line 13) | internal static bool IsRunningOnMono() method GetIsSni (line 18) | internal static bool GetIsSni(this Binding binding) method GetAllDefinitions (line 24) | internal static void GetAllDefinitions(this SectionGroup group, IList<... FILE: Tests.JexusManager/Authentication/AnonymousAuthenticationFeatureServerTestFixture.cs class AnonymousAuthenticationFeatureServerTestFixture (line 30) | public class AnonymousAuthenticationFeatureServerTestFixture method SetUp (line 40) | private void SetUp() method TestBasic (line 87) | [Fact] method TestDisable (line 94) | [Fact] method TestEnable (line 109) | [Fact] FILE: Tests.JexusManager/Authentication/AnonymousAuthenticationFeatureSiteTestFixture.cs class AnonymousAuthenticationFeatureSiteTestFixture (line 26) | public class AnonymousAuthenticationFeatureSiteTestFixture method SetUp (line 36) | private void SetUp() method TestBasic (line 83) | [Fact] method TestDisable (line 90) | [Fact] method TestEnable (line 114) | [Fact] FILE: Tests.JexusManager/Authentication/BasicAuthenticationFeatureServerTestFixture.cs class BasicAuthenticationFeatureServerTestFixture (line 30) | public class BasicAuthenticationFeatureServerTestFixture method SetUp (line 40) | private void SetUp() method TestBasic (line 87) | [Fact] method TestDisable (line 94) | [Fact] method TestEnable (line 107) | [Fact] FILE: Tests.JexusManager/Authentication/BasicAuthenticationFeatureSiteTestFixture.cs class BasicAuthenticationFeatureSiteTestFixture (line 26) | public class BasicAuthenticationFeatureSiteTestFixture method SetUp (line 36) | private void SetUp() method TestBasic (line 83) | [Fact] method TestDisable (line 90) | [Fact] method TestEnable (line 109) | [Fact] FILE: Tests.JexusManager/Authentication/ClientCertificateAuthenticationFeatureServerTestFixture.cs class ClientCertificateAuthenticationFeatureServerTestFixture (line 30) | public class ClientCertificateAuthenticationFeatureServerTestFixture method SetUp (line 40) | private void SetUp() method TestBasic (line 87) | [Fact] method TestDisable (line 94) | [Fact] method TestEnable (line 107) | [Fact] FILE: Tests.JexusManager/Authentication/ClientCertificateAuthenticationFeatureSiteTestFixture.cs class ClientCertificateAuthenticationFeatureSiteTestFixture (line 26) | public class ClientCertificateAuthenticationFeatureSiteTestFixture method SetUp (line 36) | private void SetUp() method TestBasic (line 83) | [Fact] method TestDisable (line 90) | [Fact] method TestEnable (line 109) | [Fact] FILE: Tests.JexusManager/Authentication/DigestAuthenticationFeatureServerTestFixture.cs class DigestAuthenticationFeatureServerTestFixture (line 30) | public class DigestAuthenticationFeatureServerTestFixture method SetUp (line 40) | private void SetUp() method TestBasic (line 87) | [Fact] method TestDisable (line 94) | [Fact] method TestEnable (line 107) | [Fact] FILE: Tests.JexusManager/Authentication/DigestAuthenticationFeatureSiteTestFixture.cs class DigestAuthenticationFeatureSiteTestFixture (line 26) | public class DigestAuthenticationFeatureSiteTestFixture method SetUp (line 36) | private void SetUp() method TestBasic (line 83) | [Fact] method TestDisable (line 90) | [Fact] method TestEnable (line 109) | [Fact] FILE: Tests.JexusManager/Authentication/FormsAuthenticationFeatureServerTestFixture.cs class FormsAuthenticationFeatureServerTestFixture (line 30) | public class FormsAuthenticationFeatureServerTestFixture method SetUp (line 40) | private void SetUp() method TestBasic (line 87) | [Fact] FILE: Tests.JexusManager/Authentication/FormsAuthenticationFeatureSiteTestFixture.cs class FormsAuthenticationFeatureSiteTestFixture (line 26) | public class FormsAuthenticationFeatureSiteTestFixture method SetUp (line 36) | private void SetUp() method TestBasic (line 83) | [Fact] method TestDisable (line 90) | [Fact] method TestEnable (line 110) | [Fact] FILE: Tests.JexusManager/Authentication/WindowsAuthenticationFeatureServerTestFixture.cs class WindowsAuthenticationFeatureServerTestFixture (line 30) | public class WindowsAuthenticationFeatureServerTestFixture method SetUp (line 40) | private void SetUp() method TestBasic (line 87) | [Fact] method TestDisable (line 94) | [Fact] method TestEnable (line 107) | [Fact] FILE: Tests.JexusManager/Authentication/WindowsAuthenticationFeatureSiteTestFixture.cs class WindowsAuthenticationFeatureSiteTestFixture (line 26) | public class WindowsAuthenticationFeatureSiteTestFixture method SetUp (line 36) | private void SetUp() method TestBasic (line 83) | [Fact] method TestDisable (line 90) | [Fact] method TestEnable (line 109) | [Fact] FILE: Tests.JexusManager/Authorization/AuthorizationFeatureServerTestFixture.cs class AuthorizationFeatureServerTestFixture (line 27) | public class AuthorizationFeatureServerTestFixture method SetUp (line 37) | private void SetUp() method TestBasic (line 84) | [Fact] method TestRemove (line 91) | [Fact] method TestEdit (line 108) | [Fact] method TestAdd (line 129) | [Fact] FILE: Tests.JexusManager/Authorization/AuthorizationFeatureSiteTestFixture.cs class AuthorizationFeatureSiteTestFixture (line 27) | public class AuthorizationFeatureSiteTestFixture method SetUp (line 37) | private void SetUp() method TestBasic (line 84) | [Fact] method TestRemoveInherited (line 91) | [Fact] method TestRemove (line 120) | [Fact] method TestEditInherited (line 148) | [Fact] method TestEdit (line 184) | [Fact] method TestAdd (line 223) | [Fact] FILE: Tests.JexusManager/Caching/CachingFeatureServerTestFixture.cs class CachingFeatureServerTestFixture (line 27) | public class CachingFeatureServerTestFixture method SetUp (line 37) | private void SetUp() method TestBasic (line 84) | [Fact] method TestRemove (line 92) | [Fact] method TestEdit (line 109) | [Fact] method TestAdd (line 129) | [Fact] FILE: Tests.JexusManager/Caching/CachingFeatureSiteTestFixture.cs class CachingFeatureSiteTestFixture (line 26) | public class CachingFeatureSiteTestFixture method SetUp (line 34) | private void SetUp() method TestBasic (line 91) | [Fact] method TestRemoveInherited (line 98) | [Fact] method TestRemove (line 127) | [Fact] method TestEditInherited (line 154) | [Fact] method TestEdit (line 188) | [Fact] method TestAdd (line 224) | [Fact] FILE: Tests.JexusManager/DefaultDocument/DefaultDocumentFeatureServerTestFixture.cs class DefaultDocumentFeatureServerTestFixture (line 27) | public class DefaultDocumentFeatureServerTestFixture method SetUp (line 37) | private void SetUp() method TestBasic (line 84) | [Fact] method TestEnable (line 91) | [Fact] method TestRemove (line 119) | [Fact] method TestAdd (line 137) | [Fact] method TestRevert (line 157) | [Fact] method TestMoveUp (line 165) | [Fact] method TestMoveDown (line 191) | [Fact] FILE: Tests.JexusManager/DefaultDocument/DefaultDocumentFeatureSiteTestFixture.cs class DefaultDocumentFeatureSiteTestFixture (line 27) | public class DefaultDocumentFeatureSiteTestFixture method SetUp (line 37) | private void SetUp() method TestBasic (line 84) | [Fact] method TestEnable (line 91) | [Fact] method TestRemoveInherited (line 119) | [Fact] method TestRemove (line 146) | [Fact] method TestAdd (line 170) | [Fact] method TestRevert (line 197) | [Fact] method TestMoveUp (line 220) | [Fact] method TestMoveDown (line 252) | [Fact] FILE: Tests.JexusManager/DirectoryBrowse/DirectoryBrowseFeatureServerTestFixture.cs class DirectoryBrowseFeatureServerTestFixture (line 27) | public class DirectoryBrowseFeatureServerTestFixture method SetUp (line 37) | private void SetUp() method TestBasic (line 84) | [Fact] method TestEdit (line 96) | [Fact] FILE: Tests.JexusManager/DirectoryBrowse/DirectoryBrowseFeatureSiteTestFixture.cs class DirectoryBrowseFeatureSiteTestFixture (line 27) | public class DirectoryBrowseFeatureSiteTestFixture method SetUp (line 35) | private void SetUp() method TestBasic (line 92) | [Fact] method TestEdit (line 99) | [Fact] FILE: Tests.JexusManager/Handlers/HandlersFeatureServerTestFixture.cs class HandlersFeatureServerTestFixture (line 27) | public class HandlersFeatureServerTestFixture method SetUp (line 37) | private void SetUp() method TestBasic (line 84) | [Fact] method TestRemove (line 92) | [Fact] method TestEdit (line 113) | [Fact] method TestAdd (line 135) | [Fact] method TestRevert (line 161) | [Fact] method TestMoveUp (line 169) | [Fact] method TestMoveDown (line 197) | [Fact] FILE: Tests.JexusManager/Handlers/HandlersFeatureSiteTestFixture.cs class HandlersFeatureSiteTestFixture (line 27) | public class HandlersFeatureSiteTestFixture method SetUp (line 35) | private void SetUp() method TestBasic (line 91) | [Fact] method TestRemoveInherited (line 99) | [Fact] method TestRemove (line 125) | [Fact] method TestEditInherited (line 152) | [Fact] method TestEdit (line 189) | [Fact] method TestAdd (line 228) | [Fact] method TestRevert (line 259) | [Fact] method TestMoveUp (line 285) | [Fact] method TestMoveDown (line 350) | [Fact] FILE: Tests.JexusManager/HttpErrors/HttpErrorsFeatureServerTestFixture.cs class HttpErrorsFeatureServerTestFixture (line 27) | public class HttpErrorsFeatureServerTestFixture method SetUp (line 37) | private void SetUp() method TestBasic (line 84) | [Fact] method TestRemove (line 93) | [Fact] method TestEdit (line 110) | [Fact] method TestAdd (line 131) | [Fact] FILE: Tests.JexusManager/HttpErrors/HttpErrorsFeatureSiteTestFixture.cs class HttpErrorsFeatureSiteTestFixture (line 27) | public class HttpErrorsFeatureSiteTestFixture method SetUp (line 35) | private void SetUp() method TestBasic (line 91) | [Fact] method TestRemoveInherited (line 98) | [Fact] method TestRemove (line 126) | [Fact] method TestEditInherited (line 154) | [Fact] method TestEdit (line 189) | [Fact] method TestAdd (line 227) | [Fact] FILE: Tests.JexusManager/IpSecurity/IpSecurityFeatureServerTestFixture.cs class IpSecurityFeatureServerTestFixture (line 27) | public class IpSecurityFeatureServerTestFixture method SetUp (line 37) | private void SetUp() method TestBasic (line 84) | [Fact] method TestRemove (line 92) | [Fact] method TestAdd (line 109) | [Fact] method TestRevert (line 133) | [Fact] FILE: Tests.JexusManager/IpSecurity/IpSecurityFeatureSiteTestFixture.cs class IpSecurityFeatureSiteTestFixture (line 26) | public class IpSecurityFeatureSiteTestFixture method SetUp (line 34) | private void SetUp() method TestBasic (line 90) | [Fact] method TestRemoveInherited (line 97) | [Fact] method TestRemove (line 124) | [Fact] method TestAdd (line 150) | [Fact] method TestRevert (line 177) | [Fact] FILE: Tests.JexusManager/IsapiCgiRestriction/IsapiCgiRestrictionFeatureServerTestFixture.cs class IsapiCgiRestrictionFeatureServerTestFixture (line 27) | public class IsapiCgiRestrictionFeatureServerTestFixture method SetUp (line 37) | private void SetUp() method TestBasic (line 84) | [Fact] method TestRemove (line 92) | [Fact] method TestEdit (line 109) | [Fact] method TestAdd (line 130) | [Fact] FILE: Tests.JexusManager/IsapiCgiRestriction/IsapiCgiRestrictionFeatureSiteTestFixture.cs class IsapiCgiRestrictionFeatureSiteTestFixture (line 26) | public class IsapiCgiRestrictionFeatureSiteTestFixture method SetUp (line 34) | private void SetUp() method TestBasic (line 90) | [Fact] method TestRemoveInherited (line 97) | [Fact] method TestRemove (line 124) | [Fact] method TestEditInherited (line 151) | [Fact] method TestEdit (line 184) | [Fact] method TestAdd (line 220) | [Fact] FILE: Tests.JexusManager/IsapiFilters/IsapiFiltersFeatureServerTestFixture.cs class IsapiFiltersFeatureServerTestFixture (line 27) | public class IsapiFiltersFeatureServerTestFixture method SetUp (line 37) | private void SetUp() method TestBasic (line 84) | [Fact] method TestRemove (line 92) | [Fact] method TestEdit (line 109) | [Fact] method TestAdd (line 131) | [Fact] method TestRevert (line 155) | [Fact] method TestMoveUp (line 163) | [Fact] method TestMoveDown (line 191) | [Fact] FILE: Tests.JexusManager/IsapiFilters/IsapiFiltersFeatureSiteTestFixture.cs class IsapiFiltersFeatureSiteTestFixture (line 27) | public class IsapiFiltersFeatureSiteTestFixture method SetUp (line 35) | private void SetUp() method TestBasic (line 91) | [Fact] method TestRemoveInherited (line 98) | [Fact] method TestRemove (line 124) | [Fact] method TestEditInherited (line 151) | [Fact] method TestEdit (line 184) | [Fact] method TestAdd (line 218) | [Fact] method TestRevert (line 246) | [Fact] method TestMoveUp (line 274) | [Fact] method TestMoveDown (line 339) | [Fact] FILE: Tests.JexusManager/Main/SiteTestFixture.cs class SiteTestFixture (line 17) | public class SiteTestFixture method AddSite (line 19) | [Fact] method AddSiteManaged (line 91) | [Fact] FILE: Tests.JexusManager/MimeMap/MimeMapFeatureServerTestFixture.cs class MimeMapFeatureServerTestFixture (line 28) | public class MimeMapFeatureServerTestFixture method SetUp (line 38) | private void SetUp() method TestBasic (line 85) | [Fact] method TestRemove (line 93) | [Fact] method TestEdit (line 110) | [Fact] method TestAdd (line 131) | [Fact] FILE: Tests.JexusManager/MimeMap/MimeMapFeatureSiteTestFixture.cs class MimeMapFeatureSiteTestFixture (line 27) | public class MimeMapFeatureSiteTestFixture method SetUp (line 35) | private void SetUp() method TestBasic (line 91) | [Fact] method TestRemoveInherited (line 98) | [Fact] method TestRemove (line 126) | [Fact] method TestEditInherited (line 154) | [Fact] method TestEdit (line 187) | [Fact] method TestAdd (line 223) | [Fact] FILE: Tests.JexusManager/Modules/ModulesFeatureServerTestFixture.cs class ModulesFeatureServerTestFixture (line 27) | public class ModulesFeatureServerTestFixture method SetUp (line 37) | private void SetUp() method TestBasic (line 84) | [Fact] method TestRemove (line 92) | [Fact] method TestEdit (line 112) | [Fact] method TestAdd (line 134) | [Fact] method TestAddGlobal (line 159) | [Fact] method TestRemoveGlobal (line 182) | [Fact] method TestRevert (line 204) | [Fact] method TestMoveUp (line 212) | [Fact] method TestMoveDown (line 240) | [Fact] FILE: Tests.JexusManager/Modules/ModulesFeatureSiteTestFixture.cs class ModulesFeatureSiteTestFixture (line 27) | public class ModulesFeatureSiteTestFixture method SetUp (line 35) | private void SetUp() method TestBasic (line 91) | [Fact] method TestRemoveInherited (line 99) | [Fact] method TestRemove (line 125) | [Fact] method TestEditInherited (line 151) | [Fact] method TestEdit (line 183) | [Fact] method TestAdd (line 218) | [Fact] method TestRevert (line 247) | [Fact] method TestMoveUp (line 274) | [Fact] method TestMoveDown (line 332) | [Fact] FILE: Tests.JexusManager/RequestFiltering/FileExtensions/FileExtensionsFeatureServerTestFixture.cs class FileExtensionsFeatureServerTestFixture (line 27) | public class FileExtensionsFeatureServerTestFixture method SetUp (line 37) | private void SetUp() method TestBasic (line 84) | [Fact] method TestRemove (line 92) | [Fact] method TestAdd (line 109) | [Fact] FILE: Tests.JexusManager/RequestFiltering/FileExtensions/FileExtensionsFeatureSiteTestFixture.cs class FileExtensionsFeatureSiteTestFixture (line 27) | public class FileExtensionsFeatureSiteTestFixture method SetUp (line 35) | private void SetUp() method TestBasic (line 91) | [Fact] method TestRemoveInherited (line 98) | [Fact] method TestRemove (line 128) | [Fact] method TestAdd (line 155) | [Fact] FILE: Tests.JexusManager/RequestFiltering/FilteringRules/FilteringRulesFeatureServerTestFixture.cs class FilteringRulesFeatureServerTestFixture (line 27) | public class FilteringRulesFeatureServerTestFixture method SetUp (line 37) | private void SetUp() method TestBasic (line 84) | [Fact] method TestRemove (line 92) | [Fact] method TestEdit (line 109) | [Fact] method TestAdd (line 129) | [Fact] FILE: Tests.JexusManager/RequestFiltering/FilteringRules/FilteringRulesFeatureSiteTestFixture.cs class FilteringRulesFeatureSiteTestFixture (line 27) | public class FilteringRulesFeatureSiteTestFixture method SetUp (line 35) | private void SetUp() method TestBasic (line 91) | [Fact] method TestRemoveInherited (line 98) | [Fact] method TestRemove (line 128) | [Fact] method TestEditInherited (line 155) | [Fact] method TestEdit (line 190) | [Fact] method TestAdd (line 227) | [Fact] FILE: Tests.JexusManager/RequestFiltering/Headers/HeadersFeatureServerTestFixture.cs class HeadersFeatureServerTestFixture (line 27) | public class HeadersFeatureServerTestFixture method SetUp (line 37) | private void SetUp() method TestBasic (line 84) | [Fact] method TestRemove (line 92) | [Fact] method TestAdd (line 109) | [Fact] FILE: Tests.JexusManager/RequestFiltering/Headers/HeadersFeatureSiteTestFixture.cs class HeadersFeatureSiteTestFixture (line 27) | public class HeadersFeatureSiteTestFixture method SetUp (line 35) | private void SetUp() method TestBasic (line 91) | [Fact] method TestRemoveInherited (line 98) | [Fact] method TestRemove (line 129) | [Fact] method TestAdd (line 156) | [Fact] FILE: Tests.JexusManager/RequestFiltering/HiddenSegments/HiddenSegmentsFeatureServerTestFixture.cs class HiddenSegmentsFeatureServerTestFixture (line 28) | public class HiddenSegmentsFeatureServerTestFixture method SetUp (line 38) | private void SetUp() method TestBasic (line 85) | [Fact] method TestRemove (line 93) | [Fact] method TestAdd (line 110) | [Fact] FILE: Tests.JexusManager/RequestFiltering/HiddenSegments/HiddenSegmentsFeatureSiteTestFixture.cs class HiddenSegmentsFeatureSiteTestFixture (line 27) | public class HiddenSegmentsFeatureSiteTestFixture method SetUp (line 35) | private void SetUp() method TestBasic (line 91) | [Fact] method TestRemoveInherited (line 98) | [Fact] method TestRemove (line 128) | [Fact] method TestAdd (line 155) | [Fact] FILE: Tests.JexusManager/RequestFiltering/QueryStrings/QueryStringsFeatureServerTestFixture.cs class QueryStringsFeatureServerTestFixture (line 27) | public class QueryStringsFeatureServerTestFixture method SetUp (line 37) | private void SetUp() method TestBasic (line 84) | [Fact] method TestRemove (line 95) | [Fact] method TestRemoveDeny (line 112) | [Fact] method TestAdd (line 129) | [Fact] method TestAddDeny (line 150) | [Fact] FILE: Tests.JexusManager/RequestFiltering/QueryStrings/QueryStringsFeatureSiteTestFixture.cs class QueryStringsFeatureSiteTestFixture (line 27) | public class QueryStringsFeatureSiteTestFixture method SetUp (line 35) | private void SetUp() method TestBasic (line 91) | [Fact] method TestRemoveInherited (line 98) | [Fact] method TestRemoveDenyInherited (line 128) | [Fact] method TestRemove (line 158) | [Fact] method TestRemoveDeny (line 185) | [Fact] method TestAdd (line 212) | [Fact] method TestAddDeny (line 242) | [Fact] FILE: Tests.JexusManager/RequestFiltering/Urls/UrlsFeatureServerTestFixture.cs class UrlsFeatureServerTestFixture (line 27) | public class UrlsFeatureServerTestFixture method SetUp (line 37) | private void SetUp() method TestBasic (line 84) | [Fact] method TestRemove (line 92) | [Fact] method TestRemoveDeny (line 109) | [Fact] method TestAdd (line 126) | [Fact] method TestAddDeny (line 147) | [Fact] FILE: Tests.JexusManager/RequestFiltering/Urls/UrlsFeatureSiteTestFixture.cs class UrlsFeatureSiteTestFixture (line 27) | public class UrlsFeatureSiteTestFixture method SetUp (line 35) | private void SetUp() method TestBasic (line 91) | [Fact] method TestRemoveInherited (line 98) | [Fact] method TestRemoveDenyInherited (line 128) | [Fact] method TestRemove (line 158) | [Fact] method TestRemoveDeny (line 185) | [Fact] method TestAdd (line 212) | [Fact] method TestAddDeny (line 242) | [Fact] FILE: Tests.JexusManager/RequestFiltering/Verbs/VerbsFeatureServerTestFixture.cs class VerbsFeatureServerTestFixture (line 27) | public class VerbsFeatureServerTestFixture method SetUp (line 37) | private void SetUp() method TestBasic (line 84) | [Fact] method TestRemove (line 92) | [Fact] method TestAdd (line 109) | [Fact] FILE: Tests.JexusManager/RequestFiltering/Verbs/VerbsFeatureSiteTestFixture.cs class VerbsFeatureSiteTestFixture (line 27) | public class VerbsFeatureSiteTestFixture method SetUp (line 35) | private void SetUp() method TestBasic (line 91) | [Fact] method TestRemoveInherited (line 98) | [Fact] method TestRemove (line 128) | [Fact] method TestAdd (line 155) | [Fact] FILE: Tests.JexusManager/ResponseHeaders/ResponseHeadersFeatureServerTestFixture.cs class ResponseHeadersFeatureServerTestFixture (line 27) | public class ResponseHeadersFeatureServerTestFixture method SetUp (line 37) | private void SetUp() method TestBasic (line 84) | [Fact] method TestRemove (line 93) | [Fact] method TestEdit (line 110) | [Fact] method TestAdd (line 130) | [Fact] FILE: Tests.JexusManager/ResponseHeaders/ResponseHeadersFeatureSiteTestFixture.cs class ResponseHeadersFeatureSiteTestFixture (line 27) | public class ResponseHeadersFeatureSiteTestFixture method SetUp (line 35) | private void SetUp() method TestBasic (line 91) | [Fact] method TestRemoveInherited (line 98) | [Fact] method TestRemove (line 127) | [Fact] method TestEditInherited (line 156) | [Fact] method TestEdit (line 190) | [Fact] method TestAdd (line 227) | [Fact] FILE: Tests.JexusManager/Rewrite/TestFixture.cs class TestFixture (line 13) | public class TestFixture method TestFlags (line 15) | [Fact] FILE: Tests.JexusManager/StringUtilityTestFixture.cs class StringUtilityTestFixture (line 6) | public class StringUtilityTestFixture method TestIsWildcard (line 8) | [Fact] method TestIsValidHost (line 18) | [Fact] method TestMatchHostName (line 31) | [Fact] FILE: Tests.JexusManager/TraceFailedRequests/TraceFailedRequestsFeatureServerTestFixture.cs class TraceFailedRequestsFeatureServerTestFixture (line 27) | public class TraceFailedRequestsFeatureServerTestFixture method SetUp (line 37) | private void SetUp() method TestBasic (line 84) | [Fact] method TestRemove (line 92) | [Fact] method TestEdit (line 111) | [Fact] method TestAdd (line 135) | [Fact] method TestRevert (line 175) | [Fact] method TestMoveUp (line 183) | [Fact] method TestMoveDown (line 211) | [Fact] FILE: Tests.JexusManager/TraceFailedRequests/TraceFailedRequestsFeatureSiteTestFixture.cs class TraceFailedRequestssFeatureSiteTestFixture (line 27) | public class TraceFailedRequestssFeatureSiteTestFixture method SetUp (line 35) | private void SetUp() method TestBasic (line 91) | [Fact] method TestRemoveInherited (line 99) | [Fact] method TestRemove (line 128) | [Fact] method TestEditInherited (line 156) | [Fact] method TestEdit (line 207) | [Fact] method TestAdd (line 261) | [Fact] method TestRevert (line 309) | [Fact] method TestMoveUp (line 338) | [Fact] method TestMoveDown (line 412) | [Fact] FILE: Tests.JexusManager/XmlAssert.cs class XmlAssert (line 13) | internal static class XmlAssert method Equal (line 15) | internal static void Equal(string file1, string file2) FILE: Tests/Exceptions/ServerTestCases.cs class ServerTestCases (line 21) | public class ServerTestCases method Providers (line 23) | [Fact] method MissingFile (line 50) | [Fact] method MissingClosingTag (line 80) | [Fact] method MissingRequiredAttribute (line 111) | [Fact] method ValidatorFails (line 157) | [Fact] method InvalidAttribute (line 203) | [Fact] method ReadOnly (line 249) | [Fact] method NoBinding (line 359) | [Fact] method NoRootApplication (line 403) | [Fact] method RootApplicationOutOfOrder (line 453) | [Fact] method NoRootVirtualDirectory (line 509) | [Fact] method RootVirtualDirectoryOutOfOrder (line 564) | [Fact] method VirtualDirectoryDoesNotExist (line 618) | [Fact] method VirtualDirectoryInvalidPath (line 662) | [Fact] method VirtualDirectoryInvalidPath2 (line 710) | [Fact] method LogFileInheritance (line 758) | [Fact] method DuplicateBindings (line 820) | [Fact] method BindingInvalidPort (line 864) | [Fact] method BindingInvalidPort2 (line 908) | [Fact] method BindingInvalidAddress (line 957) | [Fact] method BindingInvalidAddress2 (line 1006) | [Fact] method BindingInvalidAddress3 (line 1055) | [Fact] method BindingInvalidAddress4 (line 1104) | [Fact] method BindingInvalidAddress5 (line 1153) | [Fact] method DuplicateApplicationPools (line 1202) | [Fact] method NoApplicationPools (line 1245) | [Fact] method ConfigSource (line 1286) | [Fact] method InvalidLocation (line 1337) | [Fact] method InvalidFileLocation (line 1391) | [Fact] method FileLocation (line 1437) | [Fact] method Machine (line 1483) | [Fact] method Administration (line 1578) | [Fact] method SchemaNonEmpty (line 1605) | [Fact] method WrongLockAttributes (line 1661) | [Fact] method WildcardLockAttributes (line 1707) | [Fact] method DecryptPasswordEmpty (line 1746) | [Fact] method DecryptPasswordBroken (line 1796) | [Fact] method DecryptPasswordBroken2 (line 1846) | [Fact] method DecryptPasswordBroken3 (line 1896) | [Fact] method DecryptPasswordBroken4 (line 1946) | [Fact] method DecryptPasswordBroken5 (line 1996) | [Fact] method DecryptPassword (line 2046) | [Fact] method InvalidSslFlags (line 2081) | [Fact] FILE: Tests/Exceptions/SiteTestCases.cs class SiteTestCases (line 21) | public class SiteTestCases method InvalidSection (line 23) | [Fact] method EmptyFile (line 72) | [Fact] method EmptyTag (line 106) | [Fact] method EmptyTag2 (line 143) | [Fact] method UnlockSection (line 181) | [Fact] method UnlockSectionWithRuntimeTag (line 238) | [Fact] method UnknownSection (line 316) | [Fact] method ArrSection (line 367) | [Fact] method DuplicateSection (line 419) | [Fact] method DuplicateSectionDefinition (line 496) | [Fact] method DuplicateSectionDefinition2 (line 537) | [Fact] method DuplicateSectionDefinition3 (line 580) | [Fact] method DuplicateSectionDefinition4 (line 630) | [Fact] method Inheritance (line 673) | [Fact] method UnlockedSection (line 854) | [Fact] method ConfigSource (line 904) | [Fact] method ConfigSource2 (line 942) | [Fact] method ConfigSource3 (line 1011) | [Fact] method Log4Net (line 1050) | [Fact] method Log4Net2 (line 1100) | [Fact] method MissingSectionDefinition (line 1161) | [Fact] method AspNetCore (line 1203) | [Fact] method LockAttributeModified (line 1269) | [Fact] method LockAttributeModifiedWildcard (line 1312) | [Fact] method LockItemRemovedFromCollection (line 1369) | [Fact] method LockItemRemovedFromCollection2 (line 1401) | [Fact] method LockItemAddToCollection (line 1435) | [Fact] method LockItemAddToCollection2 (line 1466) | [Fact] method LockItemRemovedInLocationTag (line 1503) | [Fact] method LockItemRemovedInWebConfig (line 1546) | [Fact] method LockItemRemovedInWebConfig2 (line 1585) | [Fact] FILE: Tests/ServerManagerTestFixture.cs class ServerManagerTestFixture (line 20) | public class ServerManagerTestFixture method ConfigBuilders (line 22) | [Fact] method MissingWebsiteConfig (line 157) | [Fact] method Load (line 252) | [Fact] method Locking (line 345) | [Fact] method Location (line 371) | [Fact] method Location2 (line 397) | [Fact] method Inheritance (line 423) | [Fact] method SiteDefaults (line 449) | [Fact] method PreloadEnabledInApplicationDefaults (line 477) | [Fact] FILE: Tests/TestCases.cs class TestCases (line 15) | public static class TestCases method IisExpress (line 17) | public static void IisExpress(ServerManager server, string fileName) method IisExpressMissingWebsiteConfig (line 694) | public static void IisExpressMissingWebsiteConfig(ServerManager server) method IisExpressHandlers (line 873) | public static void IisExpressHandlers(ServerManager server) method IisExpressLocation (line 900) | public static void IisExpressLocation(ServerManager server) method IisExpressInheritance (line 961) | public static void IisExpressInheritance(ServerManager server) method IisExpressLocation2 (line 1080) | public static void IisExpressLocation2(ServerManager server) method IisSiteDefaults (line 1139) | public static void IisSiteDefaults(ServerManager server) type ResponseMode (line 1154) | private enum ResponseMode FILE: Tests/TestHelper.cs class TestHelper (line 13) | public static class TestHelper method FixPhysicalPathMono (line 15) | internal static void FixPhysicalPathMono(string fileName) method CopySiteConfig (line 36) | public static string CopySiteConfig(string folder, string originalConfig) method AssertSiteConfig (line 43) | public static void AssertSiteConfig(string folder, string expectedConfig) method GetSiteConfig (line 48) | public static string GetSiteConfig(string folder) FILE: Tests/XmlAssert.cs class XmlAssert (line 13) | internal static class XmlAssert method Equal (line 15) | internal static void Equal(string file1, string file2) FILE: lib/CheckBoxComboBox/CheckBoxComboBox.Designer.cs class CheckBoxComboBox (line 3) | partial class CheckBoxComboBox method Dispose (line 14) | protected override void Dispose(bool disposing) method InitializeComponent (line 29) | private void InitializeComponent() FILE: lib/CheckBoxComboBox/CheckBoxComboBox.cs class CheckBoxComboBox (line 29) | public partial class CheckBoxComboBox : PopupComboBox method CheckBoxComboBox (line 33) | public CheckBoxComboBox() method GetCSVText (line 81) | internal string GetCSVText(bool skipFirstItem) method Items_CheckBoxCheckedChanged (line 182) | private void Items_CheckBoxCheckedChanged(object sender, EventArgs e) method OnCheckBoxCheckedChanged (line 191) | protected void OnCheckBoxCheckedChanged(object sender, EventArgs e) method OnDropDownStyleChanged (line 218) | protected override void OnDropDownStyleChanged(EventArgs e) method OnResize (line 228) | protected override void OnResize(EventArgs e) method Clear (line 245) | public void Clear() method ClearSelection (line 253) | public void ClearSelection() method _CheckBoxProperties_PropertyChanged (line 277) | private void _CheckBoxProperties_PropertyChanged(object sender, EventA... method WndProc (line 285) | protected override void WndProc(ref Message m) class CheckBoxComboBoxListControlContainer (line 305) | [ToolboxItem(false)] method CheckBoxComboBoxListControlContainer (line 310) | public CheckBoxComboBoxListControlContainer() method WndProc (line 329) | protected override void WndProc(ref Message m) class CheckBoxComboBoxListControl (line 344) | [ToolboxItem(false)] method CheckBoxComboBoxListControl (line 349) | public CheckBoxComboBoxListControl(CheckBoxComboBox owner) method WndProc (line 387) | protected override void WndProc(ref Message m) method OnVisibleChanged (line 400) | protected override void OnVisibleChanged(EventArgs e) method SynchroniseControlsWithComboBoxItems (line 410) | public void SynchroniseControlsWithComboBoxItems() class CheckBoxComboBoxItem (line 506) | [ToolboxItem(false)] method CheckBoxComboBoxItem (line 516) | public CheckBoxComboBoxItem(CheckBoxComboBox owner, object comboBoxItem) method AddBindings (line 561) | public void AddBindings() method OnCheckedChanged (line 591) | protected override void OnCheckedChanged(EventArgs e) method ApplyProperties (line 615) | internal void ApplyProperties(CheckBoxProperties properties) method CheckBoxComboBoxItem_PropertyChanged (line 644) | private void CheckBoxComboBoxItem_PropertyChanged(object sender, Prope... class CheckBoxComboBoxItemList (line 664) | [ToolboxItem(false)] method CheckBoxComboBoxItemList (line 669) | public CheckBoxComboBoxItemList(CheckBoxComboBox checkBoxComboBox) method OnCheckBoxCheckedChanged (line 686) | protected void OnCheckBoxCheckedChanged(object sender, EventArgs e) method item_CheckedChanged (line 692) | private void item_CheckedChanged(object sender, EventArgs e) method Add (line 701) | [Obsolete("Do not add items to this list directly. Use the ComboBox it... method AddRange (line 708) | public new void AddRange(IEnumerable collection) method Clear (line 715) | public new void Clear() method Remove (line 722) | [Obsolete("Do not remove items from this list directly. Use the ComboB... class CheckBoxProperties (line 776) | [TypeConverter(typeof(ExpandableObjectConverter))] method CheckBoxProperties (line 779) | public CheckBoxProperties() { } method OnPropertyChanged (line 903) | protected void OnPropertyChanged() FILE: lib/CheckBoxComboBox/GripBounds.cs type GripBounds (line 9) | internal struct GripBounds method GripBounds (line 14) | public GripBounds(Rectangle clientRectangle) FILE: lib/CheckBoxComboBox/NativeMethods.cs class NativeMethods (line 10) | internal static class NativeMethods method HIWORD (line 30) | internal static int HIWORD(int n) method HIWORD (line 35) | internal static int HIWORD(IntPtr n) method LOWORD (line 40) | internal static int LOWORD(int n) method LOWORD (line 45) | internal static int LOWORD(IntPtr n) type MINMAXINFO (line 50) | [StructLayout(LayoutKind.Sequential)] FILE: lib/CheckBoxComboBox/Popup.Designer.cs class Popup (line 3) | partial class Popup method Dispose (line 14) | protected override void Dispose(bool disposing) method InitializeComponent (line 38) | private void InitializeComponent() FILE: lib/CheckBoxComboBox/Popup.cs class Popup (line 22) | [CLSCompliant(true), ToolboxItem(false)] method Popup (line 141) | public Popup(Control content) method ProcessDialogKey (line 190) | protected override bool ProcessDialogKey(Keys keyData) method UpdateRegion (line 199) | protected void UpdateRegion() method Show (line 220) | public void Show(Control control) method Show (line 239) | public void Show(Control control, Rectangle area) method SetVisibleCore (line 270) | protected override void SetVisibleCore(bool visible) method SetOwnerItem (line 290) | private void SetOwnerItem(Control control) method OnSizeChanged (line 314) | protected override void OnSizeChanged(EventArgs e) method OnOpening (line 327) | protected override void OnOpening(CancelEventArgs e) method OnOpened (line 342) | protected override void OnOpened(EventArgs e) method OnClosed (line 355) | protected override void OnClosed(ToolStripDropDownClosedEventArgs e) method OnVisibleChanged (line 366) | protected override void OnVisibleChanged(EventArgs e) method WndProc (line 381) | [SecurityPermission(SecurityAction.LinkDemand, Flags = SecurityPermiss... method ProcessResizing (line 396) | [SecurityPermission(SecurityAction.LinkDemand, Flags = SecurityPermiss... method InternalProcessResizing (line 402) | [SecurityPermission(SecurityAction.LinkDemand, Flags = SecurityPermiss... method OnGetMinMaxInfo (line 424) | [SecurityPermission(SecurityAction.LinkDemand, Flags = SecurityPermiss... method OnNcHitTest (line 434) | private bool OnNcHitTest(ref Message m, bool contentControl) method PaintSizeGrip (line 497) | public void PaintSizeGrip(PaintEventArgs e) FILE: lib/CheckBoxComboBox/PopupComboBox.Designer.cs class PopupComboBox (line 3) | partial class PopupComboBox method Dispose (line 14) | protected override void Dispose(bool disposing) method InitializeComponent (line 36) | private void InitializeComponent() FILE: lib/CheckBoxComboBox/PopupComboBox.cs class PopupComboBox (line 16) | [ToolboxBitmap(typeof(System.Windows.Forms.ComboBox)), ToolboxItem(true)... method PopupComboBox (line 22) | public PopupComboBox() method ShowDropDown (line 60) | public void ShowDropDown() method HideDropDown (line 71) | public void HideDropDown() method WndProc (line 83) | [SecurityPermission(SecurityAction.LinkDemand, Flags = SecurityPermiss... FILE: lib/CheckBoxComboBox/Selection Wrappers/ListSelectionWrapper.cs class ListSelectionWrapper (line 18) | public class ListSelectionWrapper : List> method ListSelectionWrapper (line 26) | public ListSelectionWrapper(IEnumerable source) : this(source, false) { } method ListSelectionWrapper (line 31) | public ListSelectionWrapper(IEnumerable source, bool showCounts) method ListSelectionWrapper (line 45) | public ListSelectionWrapper(IEnumerable source, string usePropertyAsDi... method ListSelectionWrapper (line 51) | public ListSelectionWrapper(IEnumerable source, bool showCounts, strin... method ClearCounts (line 121) | public void ClearCounts() method CreateSelectionWrapper (line 132) | private ObjectSelectionWrapper CreateSelectionWrapper(IEnumerator O... method FindObjectWithItem (line 147) | public ObjectSelectionWrapper FindObjectWithItem(T Object) method Populate (line 203) | private void Populate() method ListSelectionWrapper_ListChanged (line 220) | private void ListSelectionWrapper_ListChanged(object sender, ListChang... FILE: lib/CheckBoxComboBox/Selection Wrappers/ObjectSelectionWrapper.cs class ObjectSelectionWrapper (line 16) | public class ObjectSelectionWrapper : INotifyPropertyChanged method ObjectSelectionWrapper (line 18) | public ObjectSelectionWrapper(T item, ListSelectionWrapper container) method OnPropertyChanged (line 132) | protected virtual void OnPropertyChanged(string propertyName)