Method | 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 | |
return | string |
public static ReadClassicStringAsync ( this stream ) : Task |
||
stream | this | |
return | Task |
public static WriteClassicString ( this stream, string text ) : void | ||
stream | this | |
text | string | |
return | void |
public static WriteClassicStringAsync ( this stream, string text ) : System.Threading.Tasks.Task | ||
stream | this | |
text | string | |
return | System.Threading.Tasks.Task |