Class UnAuthorizedApiHeader
Class to manage API request header
Implements
Inherited Members
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  |