Spring.Context.Support.WebApplicationContextArgs.WebApplicationContextArgs C# (CSharp) Method

WebApplicationContextArgs() public method

Initializes a new instance of the WebApplicationContextArgs class.
public WebApplicationContextArgs ( ) : Spring.Core.IO
return Spring.Core.IO
        public WebApplicationContextArgs()
        {
            CaseSensitive = DEFAULT_CASESENSITIVE;
        }

Same methods

WebApplicationContextArgs::WebApplicationContextArgs ( string name, IApplicationContext parentContext, string configurationLocations, IResource configurationResources ) : Spring.Core.IO
WebApplicationContextArgs::WebApplicationContextArgs ( string name, IApplicationContext parentContext, string configurationLocations, IResource configurationResources, bool caseSensitive ) : Spring.Core.IO
WebApplicationContextArgs