Class UnAuthorizedApiHeader
APIリクエストのヘッダーを管理するクラス
Implements
Inherited Members
Namespace: Pixiv.VroidSdk.Oauth
Assembly: Pixiv.VroidSdk.dll
Syntax
public sealed class UnAuthorizedApiHeader : IHttpHeader
Methods
Add(String, String)
ヘッダにパラメータを追加する
Declaration
public void Add(string key, string value)
Parameters
Type | Name | Description |
---|---|---|
String | key | ヘッダのキー |
String | value | ヘッダの値 |
ToDictionary()
ヘッダをIDictionary<TKey,TValue>に変換する
Declaration
public IDictionary<string, string> ToDictionary()
Returns
Type | Description |
---|---|
IDictionary<String, String> | HTTPヘッダ |