C# Class TSVCEO.CloudPrint.InfoServer.Session

Mostra file Open project: klightspeed/CloudPrintProxy

Public Methods

Method Description
Delete ( ) : void
Delete ( string name ) : void
Get ( string name ) : string
Session ( string sessionid ) : System
Set ( string name, string value ) : void
this ( string name ) : string

Protected Methods

Method Description
InitSessionsTable ( ) : void

Private Methods

Method Description
Session ( ) : System

Method Details

Delete() public method

public Delete ( ) : void
return void

Delete() public method

public Delete ( string name ) : void
name string
return void

Get() public method

public Get ( string name ) : string
name string
return string

InitSessionsTable() protected static method

protected static InitSessionsTable ( ) : void
return void

Session() public method

public Session ( string sessionid ) : System
sessionid string
return System

Set() public method

public Set ( string name, string value ) : void
name string
value string
return void

this() public method

public this ( string name ) : string
name string
return string