Метод | Описание | |
---|---|---|
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 | |
Результат | string |
public static ReadClassicStringAsync ( this stream ) : Task |
||
stream | this | |
Результат | Task |
public static WriteClassicString ( this stream, string text ) : void | ||
stream | this | |
text | string | |
Результат | void |
public static WriteClassicStringAsync ( this stream, string text ) : System.Threading.Tasks.Task | ||
stream | this | |
text | string | |
Результат | System.Threading.Tasks.Task |