Show / Hide Table of Contents

Class UnAuthorizedApiHeader

APIリクエストのヘッダーを管理するクラス

Inheritance
Object
UnAuthorizedApiHeader
Implements
IHttpHeader
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
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ヘッダ

Implements

IHttpHeader
In This Article
Back to top Generated by DocFX