C# Class TSVCEO.CloudPrint.InfoServer.Controllers.LoginController

Inheritance: XHtmlController
Mostra file Open project: klightspeed/CloudPrintProxy

Public Methods

Method Description
Get ( ) : HttpResponseMessage
Get ( string username ) : HttpResponseMessage
Post ( HttpRequestMessage msg ) : HttpResponseMessage

Protected Methods

Method Description
LoginForm ( string username ) : System.Xml.Linq.XElement
Page ( ) : HttpResponseMessage
ProcessFormData ( byte data ) : byte[]>.Dictionary

Method Details

Get() public method

public Get ( ) : HttpResponseMessage
return System.Net.Http.HttpResponseMessage

Get() public method

public Get ( string username ) : HttpResponseMessage
username string
return System.Net.Http.HttpResponseMessage

LoginForm() protected method

protected LoginForm ( string username ) : System.Xml.Linq.XElement
username string
return System.Xml.Linq.XElement

Page() protected method

protected Page ( ) : HttpResponseMessage
return System.Net.Http.HttpResponseMessage

Post() public method

public Post ( HttpRequestMessage msg ) : HttpResponseMessage
msg System.Net.Http.HttpRequestMessage
return System.Net.Http.HttpResponseMessage

ProcessFormData() protected method

protected ProcessFormData ( byte data ) : byte[]>.Dictionary
data byte
return byte[]>.Dictionary