Show / Hide Table of Contents

Class PostArtworkMediaImagesParams

画像をアップロードするパラメータ

Inheritance
Object
HttpParam
PostArtworkMediaImagesParams
Implements
IHttpParam
Inherited Members
HttpParam.HasBinaryFile
HttpParam.AddField(String, String)
HttpParam.AddField(String, Byte[])
HttpParam.ClearFields()
HttpParam.ToQuery()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace: Pixiv.VroidSdk.Api.Params
Assembly: Pixiv.VroidSdk.dll
Syntax
public sealed class PostArtworkMediaImagesParams : HttpParam, IHttpParam

Constructors

PostArtworkMediaImagesParams(Byte[])

コンストラクタ

Declaration
public PostArtworkMediaImagesParams(byte[] file)
Parameters
Type Name Description
Byte[] file

アップロードする画像ファイルのバイト列

Fields

character_model_ids

画像に写っているキャラクターモデルID一覧

Declaration
public List<string> character_model_ids
Field Value
Type Description
List<String>

file

画像ファイル

Declaration
public byte[] file
Field Value
Type Description
Byte[]

Methods

GetBinaryFields()

HTTPパラメータのうち、バイナリ値であるものを返す

Declaration
public override IList<KeyValuePair<string, byte[]>> GetBinaryFields()
Returns
Type Description
IList<KeyValuePair<String, Byte[]>>

HTTPパラメータのリスト

Overrides
HttpParam.GetBinaryFields()

GetTextFields()

HTTPパラメータのうち、テキスト値であるものを返す

Declaration
public override IList<KeyValuePair<string, string>> GetTextFields()
Returns
Type Description
IList<KeyValuePair<String, String>>

HTTPパラメータのリスト

Overrides
HttpParam.GetTextFields()

Implements

IHttpParam
In This Article
Back to top Generated by DocFX