Show / Hide Table of Contents

Class ApiRequestParam

Inheritance
Object
ApiRequestParam
Implements
IHttpParam
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: VRoidSDK.Networking
Assembly: VRoidSDK.dll
Syntax
public class ApiRequestParam : IHttpParam

Constructors

ApiRequestParam()

Declaration
public ApiRequestParam()

Methods

AddParam(String, Byte[])

Declaration
public void AddParam(string key, byte[] value)
Parameters
Type Name Description
String key
Byte[] value

AddParam(String, String)

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

GetParam()

Declaration
public WWWForm GetParam()
Returns
Type Description
WWWForm

Implements

IHttpParam
Back to top Generated by DocFX