Méthode | Description | |
---|---|---|
FileToSend ( Uri url ) : System |
Send a File from Url
|
|
FileToSend ( string fileId ) : System |
Send a File by Id
|
|
FileToSend ( string filename, Stream content ) : System |
Send a FileStream.
|
public FileToSend ( Uri url ) : System | ||
url | Uri | The File to send |
Résultat | System |
public FileToSend ( string fileId ) : System | ||
fileId | string | The File to send |
Résultat | System |
public FileToSend ( string filename, Stream content ) : System | ||
filename | string | The |
content | Stream | The |
Résultat | System |