An enumeration of all protocols that the pre-signed
            URL can be created against.
            
 Declaration Syntax
 Declaration Syntax| C# | 
public enum Protocol
 Members
 Members| Member | Description | 
|---|---|
| HTTPS | https protocol will be used in the pre-signed URL. | 
| HTTP | http protocol will be used in the pre-signed URL. |