Enum Protocol
An enumeration of all protocols that the pre-signed URL can be created against.
public enum Protocol
Fields
HTTP = 1
http protocol will be used in the pre-signed URL.
HTTPS = 0
https protocol will be used in the pre-signed URL.
An enumeration of all protocols that the pre-signed URL can be created against.
public enum Protocol
HTTP = 1
http protocol will be used in the pre-signed URL.
HTTPS = 0
https protocol will be used in the pre-signed URL.