Class MultipartContent

Class MultipartContent

名称: Aspose.Html.Net セットアップ: Aspose.HTML.dll (25.4.0)

複数のコンテンツ/*を表示します。

[ComVisible(true)]
public class MultipartContent : Content, IDisposable, IEnumerable<content>, IEnumerable

Inheritance

object Content MultipartContent

Derived

MultipartFormDataContent

Implements

IDisposable , IEnumerable , IEnumerable

相続人

Content.SerializeToStream(Stream) , Content.ReadAsStream() , Content.ReadAsByteArray() , Content.ReadAsString() , Content.Dispose(bool) , Content.Dispose() , Content.Headers , object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()

Constructors

MultipartContent()

Aspose.Html.Net.MultipartContent クラスの新しい例を作成します。

public MultipartContent()

MultipartContent(ストレッチ)

サブタイプで Aspose.Html.Net.MultipartContent クラスの新しい例を作成します。

public MultipartContent(string subtype)

Parameters

subtype string

サブタイプ

MultipartContent(ストリップ、ストリップ)

Aspose.Html.Net.MultipartContent クラスの新しい例を作成し、サブタイプおよび制限があります。

public MultipartContent(string subtype, string boundary)

Parameters

subtype string

サブタイプ

boundary string

境界線

Exceptions

ArgumentException

議論はゼロまたは空の線ではない。

Methods

Add(Content)

Aspose.Html.Net.MultipartContent に新しいコンテンツを追加する

public virtual void Add(Content content)

Parameters

content Content

Aspose.Html.Net.MultipartContentに追加されるコンテンツ

Dispose(ボール)

管理されていないリソースをリリースし、オプションで管理されます。

protected override void Dispose(bool disposing)

Parameters

disposing bool

「真実」は、管理されていない資源と管理されていない資源の両方を放出し、「偽」は、管理されていない資源のみを放出する。

GetEnumerator()

コレクションを通じてイタレートするリストを返します。

public IEnumerator<content> GetEnumerator()

Returns

IEnumerator < Content >

System.Collections.IEnumerator オブジェクトは、コレクションを通してイテレートするために使用することができます。

SerializeToStream(Stream)

ストリームにシリアル化。

protected override void SerializeToStream(Stream stream)

Parameters

stream Stream

流れです。

こちらも見る

Content

 日本語