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éthode | Description | |
---|---|---|
Dispose ( bool disp ) : void |
Méthode | Description | |
---|---|---|
GetResponseAsync ( ) : Task |
public LineTransport ( string userAgent, string application ) : System | ||
userAgent | string | |
application | string | |
Résultat | System |
public Read ( byte buf, int off, int len ) : int | ||
buf | byte | |
off | int | |
len | int | |
Résultat | int |
public Write ( byte buf, int off, int len ) : void | ||
buf | byte | |
off | int | |
len | int | |
Résultat | void |