BinaryStorageData Constructors
Represents binary resource data.| Name | Parameters | Description |
|---|---|---|
| BinaryStorageData(Byte[], String, String) | content, mimeType, contentDisposition | Initializes a new instance of the BinaryStorageData object with the specified parameters. |
| BinaryStorageData(Byte[], String) | content, mimeType | Initializes a new instance of the BinaryStorageData object with the specified parameters. |
See Also