An enumeration of all protocols that the pre-signed
URL can be created against.

C# |
public enum Protocol

Member | Description |
---|---|
HTTPS |
https protocol will be used in the pre-signed URL.
|
HTTP |
http protocol will be used in the pre-signed URL.
|