Click or drag to resize
UtilitiesutilDecodeHTTPBody Method
Overload List
  NameDescription
Public methodStatic memberutilDecodeHTTPBody(HTTPHeaders, Byte)
Remove all encodings from arrBody, based on those specified in the supplied HTTP headers; DOES NOT MODIFY HEADERS. Throws on errors.
Public methodStatic memberutilDecodeHTTPBody(HTTPHeaders, Byte, Boolean)
Remove all encodings from arrBody, based on those specified in the supplied HTTP headers; DOES NOT MODIFY HEADERS. DOES NOT HANDLE UNSUPPORTED ENCODINGS WELL. Throws on errors.
Top
See Also