Show / Hide Table of Contents

Class UnAuthorizedApiHeader

Class to manage API request header

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)

Add parameter to header

Declaration
public void Add(string key, string value)
Parameters
Type Name Description
String key

Header key

String value

Header value

ToDictionary()

Convert header to IDictionary<TKey,TValue>

Declaration
public IDictionary<string, string> ToDictionary()
Returns
Type Description
IDictionary<String, String>

HTTP header

Implements

IHttpHeader
In This Article
Back to top Generated by DocFX