C# Class SessionHelper, code

Show file Open project: shendongnian/code Class Usage Examples

Public Methods

Method Description
GetSessionKey ( SessionKey, sessionKey ) : String
SetSessionKey ( SessionKey, sessionKey, object value ) : void

Method Details

GetSessionKey() public static method

public static GetSessionKey ( SessionKey, sessionKey ) : String
sessionKey SessionKey,
return String

SetSessionKey() public static method

public static SetSessionKey ( SessionKey, sessionKey, object value ) : void
sessionKey SessionKey,
value object
return void