public readonly struct HttpMethod : IEquatable<HttpMethod>Public Structure HttpMethod
Implements IEquatable(Of HttpMethod)[<SealedAttribute>]
type HttpMethod =
struct
inherit ValueType
interface IEquatable<HttpMethod>
end| HttpMethod | 初始化HttpMethod结构体的新实例。 |
| GetType | Gets the Type of the current instance. (继承自 Object。) |
| ToString |
返回HTTP方法的字符串表示。
(重写 ValueTypeToString) |
| (String to HttpMethod) | 将字符串隐式转换为HttpMethod。 |
| Connect | 表示HTTP CONNECT方法。 |
| Delete | 表示HTTP DELETE方法。 |
| Get | 表示HTTP GET方法。 |
| Options | 表示HTTP OPTIONS方法。 |
| Post | 表示HTTP POST方法。 |
| Put | 表示HTTP PUT方法。 |
| ToJsonString |
转换为Json
(由 SerializeConvert 定义。) |