Method | Description | |
---|---|---|
Add ( string name, object value ) : void | ||
Exists ( string key ) : bool | ||
FakeHttpSessionState ( System.Web.SessionState.SessionStateItemCollection sessionItems ) : System | ||
GetEnumerator ( ) : IEnumerator | ||
Remove ( string name ) : void | ||
this ( int index ) : object | ||
this ( string name ) : object |
public Add ( string name, object value ) : void | ||
name | string | |
value | object | |
return | void |
public FakeHttpSessionState ( System.Web.SessionState.SessionStateItemCollection sessionItems ) : System | ||
sessionItems | System.Web.SessionState.SessionStateItemCollection | |
return | System |