コード例 #1
0
ファイル: Profile.cs プロジェクト: hedger/LunarServer
 public static bool IsAuthenticated(this HTTPRequest request)
 {
     return(request.GetProfile() != null);
 }