HttpRequestBase.GetBufferlessInputStream 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
파생된 클래스에서 구현된 경우 들어오는 HTTP 엔터티 본문을 읽는 데 사용할 수 있는 Stream 개체를 가져옵니다.
오버로드
GetBufferlessInputStream() |
파생된 클래스에서 구현된 경우 들어오는 Stream 속성에 설정되어 있는 요청 길이 제한을 사용하지 않도록 설정하여 HTTP 엔터티 본문을 읽는 데 사용할 수 있는 MaxRequestLength 개체를 가져옵니다. |
GetBufferlessInputStream(Boolean) |
파생된 클래스에서 구현된 경우 들어오는 Stream 속성에 설정되어 있는 요청 길이 제한을 사용하지 않도록 설정하여 HTTP 엔터티 본문을 읽는 데 사용할 수 있는 MaxRequestLength 개체를 가져옵니다. |
GetBufferlessInputStream()
파생된 클래스에서 구현된 경우 들어오는 Stream 속성에 설정되어 있는 요청 길이 제한을 사용하지 않도록 설정하여 HTTP 엔터티 본문을 읽는 데 사용할 수 있는 MaxRequestLength 개체를 가져옵니다.
public:
virtual System::IO::Stream ^ GetBufferlessInputStream();
public virtual System.IO.Stream GetBufferlessInputStream ();
abstract member GetBufferlessInputStream : unit -> System.IO.Stream
override this.GetBufferlessInputStream : unit -> System.IO.Stream
Public Overridable Function GetBufferlessInputStream () As Stream
반환
들어오는 HTTP 엔터티 본문을 읽는 데 사용할 수 있는 Stream 개체입니다.
추가 정보
적용 대상
GetBufferlessInputStream(Boolean)
파생된 클래스에서 구현된 경우 들어오는 Stream 속성에 설정되어 있는 요청 길이 제한을 사용하지 않도록 설정하여 HTTP 엔터티 본문을 읽는 데 사용할 수 있는 MaxRequestLength 개체를 가져옵니다.
public:
virtual System::IO::Stream ^ GetBufferlessInputStream(bool disableMaxRequestLength);
public virtual System.IO.Stream GetBufferlessInputStream (bool disableMaxRequestLength);
abstract member GetBufferlessInputStream : bool -> System.IO.Stream
override this.GetBufferlessInputStream : bool -> System.IO.Stream
Public Overridable Function GetBufferlessInputStream (disableMaxRequestLength As Boolean) As Stream
매개 변수
- disableMaxRequestLength
- Boolean
요청 길이 한계를 비활성화하려면 true
이고, 그렇지 않으면 false
입니다.
반환
들어오는 HTTP 엔터티 본문을 읽는 데 사용할 수 있는 Stream 개체입니다.