C# Class HelloWorld.WebHost.UserController

Inheritance: ControllerBase
显示文件 Open project: Ivony/HelloWorld

Public Methods

Method Description
Get ( string email, string password, bool writeCookie = false ) : Task

Protected Methods

Method Description
Authentication ( HttpRequestMessage request ) : System.Threading.Tasks.Task

Method Details

Authentication() protected method

protected Authentication ( HttpRequestMessage request ) : System.Threading.Tasks.Task
request System.Net.Http.HttpRequestMessage
return System.Threading.Tasks.Task

Get() public method

public Get ( string email, string password, bool writeCookie = false ) : Task
email string
password string
writeCookie bool
return Task