C# 클래스 System.Web.SessionState.InProcSessionItem

파일 보기 프로젝트 열기: kumpera/mono 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
cookieless bool
expiresAt System.DateTime
items ISessionStateItemCollection
lockId System.Int32
locked bool
lockedTime System.DateTime
resettingTimeout bool
rwlock System.Threading.ReaderWriterLockSlim
staticItems HttpStaticObjectsCollection
timeout int

공개 메소드들

메소드 설명
Dispose ( ) : void

비공개 메소드들

메소드 설명
InProcSessionItem ( ) : System

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

프로퍼티 상세

cookieless 공개적으로 프로퍼티

public bool cookieless
리턴 bool

expiresAt 공개적으로 프로퍼티

public DateTime,System expiresAt
리턴 System.DateTime

items 공개적으로 프로퍼티

public ISessionStateItemCollection items
리턴 ISessionStateItemCollection

lockId 공개적으로 프로퍼티

public Int32,System lockId
리턴 System.Int32

locked 공개적으로 프로퍼티

public bool locked
리턴 bool

lockedTime 공개적으로 프로퍼티

public DateTime,System lockedTime
리턴 System.DateTime

resettingTimeout 공개적으로 프로퍼티

public bool resettingTimeout
리턴 bool

rwlock 공개적으로 프로퍼티

public ReaderWriterLockSlim,System.Threading rwlock
리턴 System.Threading.ReaderWriterLockSlim

staticItems 공개적으로 프로퍼티

public HttpStaticObjectsCollection staticItems
리턴 HttpStaticObjectsCollection

timeout 공개적으로 프로퍼티

public int timeout
리턴 int