InternetUnicodeHTMLCSSScalable Vector Graphics (SVG)Extensible Markup Language (xml)ASP.NetDocument Object Model (DOM)JavaScript ASP ObjectResponse Object Draft for Information Only
Content
Request Object
Request ObjectAnother function of Request object is the retrieving of HTTP data of a POST request from the client. Request.BinaryRead MethodRequest.BinaryRead Method retrieves the data part of a POST request by the server from the client. Syntax:BinaryRead( Or in an ASP file. Imply <% Request.BinaryRead(count) %> Parameters:count The paramete "count" is used to specify the number of bytes to be read from the client. The total number of bytes that actually be read is less than or equal to Request.TotalBytes. "count" contains the number of bytes successfully read from the client after method return. Return Values:Return Values by this method contains an array of unsigned bytes. The data type of the return values is VT_ARRAY | VT_UI1, which is a variant array of unsigned, one-byte characters. Remarks:Data retrieves by the method from the client is stored in a SafeArray that contains information about the number of dimensions and the bounds of its dimensions. The BinaryRead method is used to read the raw data sent by the client as part of a POST request. The raw data, which unlike the field variable format using the Request.Form collection, is a low-level format of data. Examples:
Request.TotalBytes PropertyRequest.TotalBytes Property is a read only property to specify the total number of bytes sent by the client in the body of the HTTP request Syntax:Request.TotalBytes() Or in an ASP file. Imply <% Request.TotalBytes() %> Parameters:void This property has no parameters. A variable should assign to the Request.TotalBytes for receiving the total number of bytes sent by the client. Remarks:A read only property. Examples:
©sideway ID: 120200023 Last Updated: 2/9/2012 Revision: 0 Ref: References
Latest Updated Links
|
Home 5 Business Management HBR 3 Information Recreation Hobbies 8 Culture Chinese 1097 English 339 Reference 79 Computer Hardware 249 Software Application 213 Digitization 32 Latex 52 Manim 205 KB 1 Numeric 19 Programming Web 289 Unicode 504 HTML 66 CSS 65 SVG 46 ASP.NET 270 OS 429 DeskTop 7 Python 72 Knowledge Mathematics Formulas 8 Set 1 Logic 1 Algebra 84 Number Theory 206 Trigonometry 31 Geometry 34 Calculus 67 Engineering Tables 8 Mechanical Rigid Bodies Statics 92 Dynamics 37 Fluid 5 Control Acoustics 19 Natural Sciences Matter 1 Electric 27 Biology 1 |
Copyright © 2000-2024 Sideway . All rights reserved Disclaimers last modified on 06 September 2019