C# 클래스 TLSharp.Core.Requests.AuthSignInRequest

상속: MTProtoRequest
파일 보기 프로젝트 열기: sochix/TLSharp 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
SessionExpires int
user User

공개 메소드들

메소드 설명
AuthSignInRequest ( string phoneNumber, string phoneCodeHash, string code ) : System
OnException ( Exception exception ) : void
OnResponse ( BinaryReader reader ) : void
OnSend ( BinaryWriter writer ) : void

메소드 상세

AuthSignInRequest() 공개 메소드

public AuthSignInRequest ( string phoneNumber, string phoneCodeHash, string code ) : System
phoneNumber string
phoneCodeHash string
code string
리턴 System

OnException() 공개 메소드

public OnException ( Exception exception ) : void
exception System.Exception
리턴 void

OnResponse() 공개 메소드

public OnResponse ( BinaryReader reader ) : void
reader System.IO.BinaryReader
리턴 void

OnSend() 공개 메소드

public OnSend ( BinaryWriter writer ) : void
writer System.IO.BinaryWriter
리턴 void

프로퍼티 상세

SessionExpires 공개적으로 프로퍼티

public int SessionExpires
리턴 int

user 공개적으로 프로퍼티

public User user
리턴 User