C# 클래스 TSVCEO.CloudPrint.InfoServer.InfoServerExtensions

파일 보기 프로젝트 열기: klightspeed/CloudPrintProxy

공개 메소드들

메소드 설명
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

메소드 상세

GetCookie() 공개 정적인 메소드

public static GetCookie ( this request, string name ) : string
request this
name string
리턴 string

GetCookies() 공개 정적인 메소드

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

GetPrintProxy() 공개 정적인 메소드

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

GetSession() 공개 정적인 메소드

public static GetSession ( this request ) : Session
request this
리턴 Session

SetCookie() 공개 정적인 메소드

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