C# Класс TLSharp.Core.Requests.AuthSignInRequest

Наследование: MTProtoRequest
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
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