C# 클래스 SampleWebApp.Components.SessionInfo

파일 보기 프로젝트 열기: upeo/inbloom-dotnet 1 사용 예제들

공개 메소드들

메소드 설명
ForSession ( System.Web.HttpSessionStateBase session ) : SessionInfo

Gets the SessionInfo for the specified session

Reset ( ) : void

Reset all session settings to default values

비공개 메소드들

메소드 설명
SessionInfo ( ) : System

메소드 상세

ForSession() 공개 정적인 메소드

Gets the SessionInfo for the specified session
public static ForSession ( System.Web.HttpSessionStateBase session ) : SessionInfo
session System.Web.HttpSessionStateBase
리턴 SessionInfo

Reset() 공개 메소드

Reset all session settings to default values
public Reset ( ) : void
리턴 void