aliyun-net-credentials/Http/MethodType.cs (12 lines of code) (raw):

namespace Aliyun.Credentials.Http { public enum MethodType { GET, PUT, POST, DELETE, HEAD, OPTIONS } }