HttpMethod public enum HttpMethod Represents the usable methods for transmitting HTTP forms. Documentation Code GET = 1 The GET method. POST = 0 The POST method.