ContentRangeHeaderValue 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
응답 HTTP 헤더를 Content-Range
나타냅니다.
public ref class ContentRangeHeaderValue
public class ContentRangeHeaderValue
type ContentRangeHeaderValue = class
Public Class ContentRangeHeaderValue
- 상속
-
ContentRangeHeaderValue
생성자
ContentRangeHeaderValue(Int64, Int64, Int64) |
ContentRangeHeaderValue의 새 인스턴스를 초기화합니다. |
ContentRangeHeaderValue(Int64, Int64) |
ContentRangeHeaderValue의 새 인스턴스를 초기화합니다. |
ContentRangeHeaderValue(Int64) |
ContentRangeHeaderValue의 새 인스턴스를 초기화합니다. |
속성
From |
범위의 시작을 가져옵니다. |
HasLength |
가 지정되었는지 여부를 결정하는 Length 값을 가져옵니다. |
HasRange | |
Length |
문서의 총 크기를 가져옵니다. |
To |
범위의 끝을 가져옵니다. |
Unit |
범위가 지정된 단위를 가져오거나 설정합니다. |
메서드
Equals(Object) |
응답 HTTP 헤더를 |
GetHashCode() |
응답 HTTP 헤더를 |
Parse(String) |
응답 HTTP 헤더를 |
Parse(StringSegment) |
값으로 ContentRangeHeaderValue 구문 분석합니다 |
ToString() |
응답 HTTP 헤더를 |
TryParse(String, ContentRangeHeaderValue) |
응답 HTTP 헤더를 |
TryParse(StringSegment, ContentRangeHeaderValue) |
지정된 |