C# Class TSVCEO.CloudPrint.InfoServer.InfoServerExtensions

Mostra file Open project: klightspeed/CloudPrintProxy

Public Methods

Method Description
GetCookie ( this request, string name ) : string
GetCookies ( this request ) : NameValueCollection
GetPrintProxy ( this request ) : CloudPrintProxy
GetSession ( this request ) : Session
SetCookie ( this request, string name, string value ) : void

Method Details

GetCookie() public static method

public static GetCookie ( this request, string name ) : string
request this
name string
return string

GetCookies() public static method

public static GetCookies ( this request ) : NameValueCollection
request this
return System.Collections.Specialized.NameValueCollection

GetPrintProxy() public static method

public static GetPrintProxy ( this request ) : CloudPrintProxy
request this
return TSVCEO.CloudPrint.Proxy.CloudPrintProxy

GetSession() public static method

public static GetSession ( this request ) : Session
request this
return Session

SetCookie() public static method

public static SetCookie ( this request, string name, string value ) : void
request this
name string
value string
return void