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

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

공개 프로퍼티들

프로퍼티 타입 설명
_phoneCodeHash string
_phoneRegistered bool
args SendCodeArgs

공개 메소드들

메소드 설명
AuthSendCodeRequest ( string phoneNumber, int smsType, int apiId, string apiHash, string langCode ) : System
OnException ( Exception exception ) : void
OnResponse ( BinaryReader reader ) : void
OnSend ( BinaryWriter writer ) : void

메소드 상세

AuthSendCodeRequest() 공개 메소드

public AuthSendCodeRequest ( string phoneNumber, int smsType, int apiId, string apiHash, string langCode ) : System
phoneNumber string
smsType int
apiId int
apiHash string
langCode 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

프로퍼티 상세

_phoneCodeHash 공개적으로 프로퍼티

public string _phoneCodeHash
리턴 string

_phoneRegistered 공개적으로 프로퍼티

public bool _phoneRegistered
리턴 bool

args 공개적으로 프로퍼티

public SendCodeArgs args
리턴 SendCodeArgs