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

Inheritance: XHtmlController
Mostra file Open project: klightspeed/CloudPrintProxy

Protected Methods

Method Description
GetAuthCode ( string email ) : HttpResponseMessage
GetAuthCodeRequestForm ( ) : System.Xml.Linq.XElement
GetAuthCodeRequestForm ( string email ) : System.Xml.Linq.XElement
GetRegistrationRequestForm ( ) : System.Xml.Linq.XElement
GetRetryRegistrationRequestForm ( ) : System.Xml.Linq.XElement
Page ( ) : HttpResponseMessage
Register ( ) : HttpResponseMessage

Private Methods

Method Description
Get ( ) : HttpResponseMessage
Post ( FormDataCollection form ) : HttpResponseMessage

Method Details

GetAuthCode() protected method

protected GetAuthCode ( string email ) : HttpResponseMessage
email string
return System.Net.Http.HttpResponseMessage

GetAuthCodeRequestForm() protected method

protected GetAuthCodeRequestForm ( ) : System.Xml.Linq.XElement
return System.Xml.Linq.XElement

GetAuthCodeRequestForm() protected method

protected GetAuthCodeRequestForm ( string email ) : System.Xml.Linq.XElement
email string
return System.Xml.Linq.XElement

GetRegistrationRequestForm() protected method

protected GetRegistrationRequestForm ( ) : System.Xml.Linq.XElement
return System.Xml.Linq.XElement

GetRetryRegistrationRequestForm() protected method

protected GetRetryRegistrationRequestForm ( ) : System.Xml.Linq.XElement
return System.Xml.Linq.XElement

Page() protected method

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

Register() protected method

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