Method | Description | |
---|---|---|
AzureBlobStorageHandler ( IOptions |
||
IsValid ( string fileName, string contentType ) : bool | ||
UploadFile ( string fileName, string contentType, Stream stream ) : Task |
public AzureBlobStorageHandler ( IOptions |
||
settings | IOptions |
|
return | System |
public IsValid ( string fileName, string contentType ) : bool | ||
fileName | string | |
contentType | string | |
return | bool |
public UploadFile ( string fileName, string contentType, Stream stream ) : Task |
||
fileName | string | |
contentType | string | |
stream | Stream | |
return | Task |