Property | Type | Description | |
---|---|---|---|
ApiKey | string | ||
Host | string | ||
UploadUrl | string |
Method | Description | |
---|---|---|
FormatUrl ( string format, int width, int height, ResizingMode mode = ResizingMode.Crop ) : string | ||
Upload ( Stream stream, string filename, string category ) : Task |
||
Upload ( byte bytes, string filename, string category ) : Task |
Method | Description | |
---|---|---|
GetMode ( ResizingMode mode ) : string |
public static FormatUrl ( string format, int width, int height, ResizingMode mode = ResizingMode.Crop ) : string | ||
format | string | |
width | int | |
height | int | |
mode | ResizingMode | |
return | string |
public static Upload ( Stream stream, string filename, string category ) : Task |
||
stream | Stream | |
filename | string | |
category | string | |
return | Task |
public static Upload ( byte bytes, string filename, string category ) : Task |
||
bytes | byte | |
filename | string | |
category | string | |
return | Task |