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

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

공개 메소드들

메소드 설명
MTProtoRequest ( ) : System
OnConfirm ( ) : void
OnException ( Exception exception ) : void
OnResponse ( BinaryReader reader ) : void
OnSend ( BinaryWriter writer ) : void
OnSendSuccess ( ) : void

메소드 상세

MTProtoRequest() 공개 메소드

public MTProtoRequest ( ) : System
리턴 System

OnConfirm() 공개 메소드

public OnConfirm ( ) : void
리턴 void

OnException() 공개 추상적인 메소드

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

OnResponse() 공개 추상적인 메소드

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

OnSend() 공개 추상적인 메소드

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

OnSendSuccess() 공개 메소드

public OnSendSuccess ( ) : void
리턴 void