Show / Hide Table of Contents

Class UnauthorizedGenericDataRequest<T>

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

Inheritance
Object
UnauthorizedApiRequestBase<T>
UnauthorizedGenericDataRequest<T>
Inherited Members
UnauthorizedApiRequestBase<T>.RequestPath
UnauthorizedApiRequestBase<T>.Methods
UnauthorizedApiRequestBase<T>.Headers
UnauthorizedApiRequestBase<T>.Params
UnauthorizedApiRequestBase<T>.Timeout
UnauthorizedApiRequestBase<T>.OnDownloadProgress
UnauthorizedApiRequestBase<T>.OnUploadProgress
UnauthorizedApiRequestBase<T>.ResponseConverter
UnauthorizedApiRequestBase<T>.SendRequest(Action<T, ApiLinksFormat>, Action<ApiErrorFormat>)
UnauthorizedApiRequestBase<T>.SendRequest(Action<T>, 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 UnauthorizedGenericDataRequest<T> : UnauthorizedApiRequestBase<T>
Type Parameters
Name Description
T

リクエスト結果の型

Constructors

UnauthorizedGenericDataRequest(String)

コンストラクタ

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

リクエストするAPIのURL

Back to top Generated by DocFX