Method | Description | |
---|---|---|
CopyTo ( this input, Stream output ) : void | ||
CopyTo ( this input, Stream output, int buffer_size ) : void | ||
CopyToAsync ( this input, Stream output ) : System.Threading.Tasks.Task | ||
CopyToAsync ( this input, Stream output, int bufferSize ) : System.Threading.Tasks.Task | ||
Hash ( this clear_text ) : string | ||
RecursiveFileSearch ( this dir ) : IEnumerable |
||
ValidateEmail ( this email ) : bool | ||
Write ( this stream, |
||
Write ( this stream, string text ) : void | ||
Write ( this stream, string text, |
public static CopyTo ( this input, Stream output ) : void | ||
input | this | |
output | Stream | |
return | void |
public static CopyTo ( this input, Stream output, int buffer_size ) : void | ||
input | this | |
output | Stream | |
buffer_size | int | |
return | void |
public static CopyToAsync ( this input, Stream output ) : System.Threading.Tasks.Task | ||
input | this | |
output | Stream | |
return | System.Threading.Tasks.Task |
public static CopyToAsync ( this input, Stream output, int bufferSize ) : System.Threading.Tasks.Task | ||
input | this | |
output | Stream | |
bufferSize | int | |
return | System.Threading.Tasks.Task |
public static Hash ( this clear_text ) : string | ||
clear_text | this | |
return | string |
public static RecursiveFileSearch ( this dir ) : IEnumerable |
||
dir | this | |
return | IEnumerable |
public static ValidateEmail ( this email ) : bool | ||
this | ||
return | bool |
public static Write ( this stream, |
||
stream | this | |
encoding | ||
text | string | |
return | void |
public static Write ( this stream, string text ) : void | ||
stream | this | |
text | string | |
return | void |
public static Write ( this stream, string text, |
||
stream | this | |
text | string | |
encoding | ||
return | void |