| 
            
              ModelControllerT, UGetAuthCheck Method
             | 
          
        
        
            Check if current User is authorized for GET Requests
            
        
        Namespace: GSF.Web.ModelAssembly: GSF.Web (in GSF.Web.dll) Version: 2.4.258-beta
Syntaxprotected bool GetAuthCheck()
Protected Function GetAuthCheck As Boolean
protected:
bool GetAuthCheck()
member GetAuthCheck : unit -> bool 
 View SourceReturn Value
BooleanTrue if User is authorized for GET requests
See Also