C# 클래스 HelloWorld.WebHost.UserController

상속: ControllerBase
파일 보기 프로젝트 열기: Ivony/HelloWorld

공개 메소드들

메소드 설명
Get ( string email, string password, bool writeCookie = false ) : Task

보호된 메소드들

메소드 설명
Authentication ( HttpRequestMessage request ) : System.Threading.Tasks.Task

메소드 상세

Authentication() 보호된 메소드

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

Get() 공개 메소드

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