HttpPostedFileWrapper.InputStream 属性

定义

获取一个 Stream 对象,该对象指向一个上载文件,以准备读取该文件的内容。Gets a Stream object that points to an uploaded file to prepare for reading the contents of the file.

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

用于读取文件的对象。An object for reading a file.

适用于