| 
            
              SecurityModuleApplication Property
             | 
          
        
        
            Gets the current HttpApplication instance.
            
        
        Namespace: GSF.WebAssembly: GSF.Web (in GSF.Web.dll) Version: 2.4.258-beta
Syntaxprotected HttpApplication Application { get; }Protected ReadOnly Property Application As HttpApplication
	Get
protected:
property HttpApplication^ Application {
	HttpApplication^ get ();
}member Application : HttpApplication with get
function get_Application();
 View SourceProperty Value
HttpApplication
See Also