[]
Creates the primary stream for the stream provider. This is the main working stream.
public override StreamInfo CreatePrimaryStream(string mimeType, string suggestedFileExtension)
| Type | Name | Description |
|---|---|---|
| string | mimeType | A string value indicating the mime type ('image/png', 'text/html', etc). |
| string | suggestedFileExtension | A string value with the suggested file extension to appended to the end of the file name. |
| Type | Description |
|---|---|
| StreamInfo | A StreamInfo for the created primary stream. |