Property | Type | Description |
---|
Method | Description | |
---|---|---|
Abandon ( ) : void | ||
Add ( string name, object value ) : void | ||
Clear ( ) : void | ||
CopyTo ( |
||
GetEnumerator ( ) : System.Collections.IEnumerator | ||
HttpSessionStateWrapper ( System.Web.SessionState.HttpSessionState session ) : System | ||
Remove ( string name ) : void | ||
RemoveAll ( ) : void | ||
RemoveAt ( int index ) : void | ||
this ( int index ) : object | ||
this ( string name ) : object |
public Add ( string name, object value ) : void | ||
name | string | |
value | object | |
return | void |
public CopyTo ( |
||
array | ||
index | int | |
return | void |
public GetEnumerator ( ) : System.Collections.IEnumerator | ||
return | System.Collections.IEnumerator |
public HttpSessionStateWrapper ( System.Web.SessionState.HttpSessionState session ) : System | ||
session | System.Web.SessionState.HttpSessionState | |
return | System |