C# Class TLSharp.Core.Requests.AuthSendCodeRequest

Inheritance: MTProtoRequest
Afficher le fichier Open project: sochix/TLSharp Class Usage Examples

Méthodes publiques

Свойство Type Description
_phoneCodeHash string
_phoneRegistered bool
args SendCodeArgs

Méthodes publiques

Méthode Description
AuthSendCodeRequest ( string phoneNumber, int smsType, int apiId, string apiHash, string langCode ) : System
OnException ( Exception exception ) : void
OnResponse ( BinaryReader reader ) : void
OnSend ( BinaryWriter writer ) : void

Method Details

AuthSendCodeRequest() public méthode

public AuthSendCodeRequest ( string phoneNumber, int smsType, int apiId, string apiHash, string langCode ) : System
phoneNumber string
smsType int
apiId int
apiHash string
langCode string
Résultat System

OnException() public méthode

public OnException ( Exception exception ) : void
exception System.Exception
Résultat void

OnResponse() public méthode

public OnResponse ( BinaryReader reader ) : void
reader System.IO.BinaryReader
Résultat void

OnSend() public méthode

public OnSend ( BinaryWriter writer ) : void
writer System.IO.BinaryWriter
Résultat void

Property Details

_phoneCodeHash public_oe property

public string _phoneCodeHash
Résultat string

_phoneRegistered public_oe property

public bool _phoneRegistered
Résultat bool

args public_oe property

public SendCodeArgs args
Résultat SendCodeArgs