C# Class LineSharp.Net.LineTransport

Inheritance: Thrift.Transport.TTransport
Afficher le fichier Open project: Banandana/LineSharp Class Usage Examples

Méthodes publiques

Méthode Description
Close ( ) : void
Flush ( ) : void
LineTransport ( string userAgent, string application ) : System
Open ( ) : void
Read ( byte buf, int off, int len ) : int
Write ( byte buf, int off, int len ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disp ) : void

Private Methods

Méthode Description
GetResponseAsync ( ) : Task

Method Details

Close() public méthode

public Close ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool disp ) : void
disp bool
Résultat void

Flush() public méthode

public Flush ( ) : void
Résultat void

LineTransport() public méthode

public LineTransport ( string userAgent, string application ) : System
userAgent string
application string
Résultat System

Open() public méthode

public Open ( ) : void
Résultat void

Read() public méthode

public Read ( byte buf, int off, int len ) : int
buf byte
off int
len int
Résultat int

Write() public méthode

public Write ( byte buf, int off, int len ) : void
buf byte
off int
len int
Résultat void