Méthode | Description | |
---|---|---|
Dispose ( ) : void |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
|
|
PostFileStreamEntry ( string name, string fileName, Stream data ) : System |
Initializes a new instance of the PostFileStreamEntry class. The fileName parameter should be the name of the file or the path to a file. The data stream is disposed when this instance is disposed. |
|
ReadContent ( ) : Stream |
Méthode | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Releases unmanaged and - optionally - managed resources.
|
protected Dispose ( bool disposing ) : void | ||
disposing | bool |
/// |
Résultat | void |
public PostFileStreamEntry ( string name, string fileName, Stream data ) : System | ||
name | string | /// The name. /// |
fileName | string | /// The file name. /// |
data | Stream | /// The data. /// |
Résultat | System |