Show / Hide Table of Contents

Class UnauthorizedByteRequest

VRoid HubのAPIをリクエストしてバイト配列で受け取るためのクラス

Inheritance
Object
UnauthorizedApiRequestBase<Byte[]>
UnauthorizedByteRequest
Inherited Members
UnauthorizedApiRequestBase<Byte[]>.RequestPath
UnauthorizedApiRequestBase<Byte[]>.Methods
UnauthorizedApiRequestBase<Byte[]>.Headers
UnauthorizedApiRequestBase<Byte[]>.Params
UnauthorizedApiRequestBase<Byte[]>.Timeout
UnauthorizedApiRequestBase<Byte[]>.OnDownloadProgress
UnauthorizedApiRequestBase<Byte[]>.OnUploadProgress
UnauthorizedApiRequestBase<Byte[]>.ResponseConverter
UnauthorizedApiRequestBase<Byte[]>.SendRequest(Action<Byte[], ApiLinksFormat>, Action<ApiErrorFormat>)
UnauthorizedApiRequestBase<Byte[]>.SendRequest(Action<Byte[]>, Action<ApiErrorFormat>)
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: VRoidSDK
Assembly: VRoidSDK.dll
Syntax
public class UnauthorizedByteRequest : UnauthorizedApiRequestBase<byte[]>

Constructors

UnauthorizedByteRequest(String)

コンストラクタ

Declaration
public UnauthorizedByteRequest(string requestPath)
Parameters
Type Name Description
String requestPath

リクエストするAPIのURL

Back to top Generated by DocFX