IISPostedFile.read(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
virtual cli::array <System::Object ^> ^ read(int _countToRead);
public virtual object[] read (int _countToRead);
abstract member read : int -> obj[]
override this.read : int -> obj[]
Public Overridable Function read (_countToRead As Integer) As Object()
Parameters
- _countToRead
- Int32
Returns
Object[]