Click or drag to resize
HTTPRequestHeadersToString Method
Overload List
  NameDescription
Public methodToString
Returns a string representing the HTTP headers, without the SCHEME+HOST in the HTTP request line, and no trailing CRLF
(Overrides ObjectToString.)
Public methodToString(Boolean, Boolean)
Returns a string representing the HTTP headers, without the SCHEME+HOST in the HTTP REQUEST line
Public methodToString(Boolean, Boolean, Boolean)
Returns a string representing the HTTP headers.
Top
See Also