MultipartSection 클래스

정의

에서 읽은 다중 파트 섹션입니다 MultipartReader.

public ref class MultipartSection
public class MultipartSection
type MultipartSection = class
Public Class MultipartSection
상속
MultipartSection

생성자

MultipartSection()

에서 읽은 다중 파트 섹션입니다 MultipartReader.

속성

BaseStreamOffset

총 다중 파트 본문에서 본문이 시작되는 위치입니다. 총 다중 파트 본문을 검색할 수 없는 경우 이 옵션을 사용할 수 없습니다.

Body

본문을 가져오거나 설정합니다.

ContentDisposition

헤더의 Content-Disposition 값을 가져옵니다.

ContentType

헤더의 Content-Type 값을 가져옵니다.

Headers

다중 파트 헤더 컬렉션을 가져오거나 설정합니다.

확장 메서드

AsFileSection(MultipartSection)

섹션을 파일 섹션으로 변환합니다.

AsFormDataSection(MultipartSection)

섹션을 양식 섹션으로 변환합니다.

GetContentDispositionHeader(MultipartSection)

섹션에서 콘텐츠 처리 헤더를 검색하고 구문 분석합니다.

ReadAsStringAsync(MultipartSection)

섹션의 본문을 문자열로 읽습니다.

ReadAsStringAsync(MultipartSection, CancellationToken)

섹션의 본문을 문자열로 읽습니다.

적용 대상