C# Class TLSharp.Core.Requests.AuthSignInRequest

Inheritance: MTProtoRequest
Exibir arquivo Open project: sochix/TLSharp Class Usage Examples

Public Properties

Property Type Description
SessionExpires int
user User

Public Methods

Method Description
AuthSignInRequest ( string phoneNumber, string phoneCodeHash, string code ) : System
OnException ( Exception exception ) : void
OnResponse ( BinaryReader reader ) : void
OnSend ( BinaryWriter writer ) : void

Method Details

AuthSignInRequest() public method

public AuthSignInRequest ( string phoneNumber, string phoneCodeHash, string code ) : System
phoneNumber string
phoneCodeHash string
code string
return System

OnException() public method

public OnException ( Exception exception ) : void
exception System.Exception
return void

OnResponse() public method

public OnResponse ( BinaryReader reader ) : void
reader System.IO.BinaryReader
return void

OnSend() public method

public OnSend ( BinaryWriter writer ) : void
writer System.IO.BinaryWriter
return void

Property Details

SessionExpires public_oe property

public int SessionExpires
return int

user public_oe property

public User user
return User