Méthode | Description | |
---|---|---|
ReadClassicString ( this stream ) : string | ||
ReadClassicStringAsync ( this stream ) : Task |
||
WriteClassicString ( this stream, string text ) : void | ||
WriteClassicStringAsync ( this stream, string text ) : System.Threading.Tasks.Task |
public static ReadClassicString ( this stream ) : string | ||
stream | this | |
Résultat | string |
public static ReadClassicStringAsync ( this stream ) : Task |
||
stream | this | |
Résultat | Task |
public static WriteClassicString ( this stream, string text ) : void | ||
stream | this | |
text | string | |
Résultat | void |
public static WriteClassicStringAsync ( this stream, string text ) : System.Threading.Tasks.Task | ||
stream | this | |
text | string | |
Résultat | System.Threading.Tasks.Task |