次の方法で共有


AuthorizationMethod 列挙型

定義

AuthorizationMethod。

public enum AuthorizationMethod
type AuthorizationMethod = 
Public Enum AuthorizationMethod
継承
AuthorizationMethod

フィールド

Delete 7

削除。

Get 3

GET。

Head 0

HEAD。

Options 1

オプション。

Patch 6

パッチ。

Post 4

投稿。

Put 5

置く。

Trace 2

トレース。

適用対象