다음을 통해 공유


HttpPostedFileWrapper.InputStream 속성

정의

업로드된 파일을 가리켜 파일 내용을 읽을 준비를 하는 Stream 개체를 가져옵니다.

public:
 virtual property System::IO::Stream ^ InputStream { System::IO::Stream ^ get(); };
public override System.IO.Stream InputStream { get; }
member this.InputStream : System.IO.Stream
Public Overrides ReadOnly Property InputStream As Stream

속성 값

Stream

파일을 읽기 위한 개체입니다.

적용 대상