ContentRangeHeaderValue クラス

定義

応答 HTTP ヘッダーを Content-Range 表します。

public ref class ContentRangeHeaderValue
public class ContentRangeHeaderValue
type ContentRangeHeaderValue = class
Public Class ContentRangeHeaderValue
継承
ContentRangeHeaderValue

コンストラクター

ContentRangeHeaderValue(Int64)

ContentRangeHeaderValue の新しいインスタンスを初期化します。

ContentRangeHeaderValue(Int64, Int64)

ContentRangeHeaderValue の新しいインスタンスを初期化します。

ContentRangeHeaderValue(Int64, Int64, Int64)

ContentRangeHeaderValue の新しいインスタンスを初期化します。

プロパティ

From

範囲の先頭を取得します。

HasLength

が指定されているかどうかを決定する値を Length 取得します。

HasRange

と が指定されているかどうかを決定する From 値を To 取得します。

Length

ドキュメントの合計サイズを取得します。

To

範囲の末尾を取得します。

Unit

範囲を指定する単位を取得または設定します。

メソッド

Equals(Object)

応答 HTTP ヘッダーを Content-Range 表します。

GetHashCode()

応答 HTTP ヘッダーを Content-Range 表します。

Parse(String)

応答 HTTP ヘッダーを Content-Range 表します。

Parse(StringSegment)

値としてContentRangeHeaderValue解析しますinput

ToString()

応答 HTTP ヘッダーを Content-Range 表します。

TryParse(String, ContentRangeHeaderValue)

応答 HTTP ヘッダーを Content-Range 表します。

TryParse(StringSegment, ContentRangeHeaderValue)

指定した input を として ContentRangeHeaderValue解析しようとします。

適用対象