Table of Contents


HTTPRequestInfo

HTTPRequestInfo Class

 

This class is used to pass information to HTTPHelper methods. This class has the following properties:

 

Properties

NameTypeDescription
AcceptstringAccept Header.
CertificateValidationEnabledboolIndicates if certificate validation is enabled.
ContentLengthintLength of the content in the request.
ContentTypestringMime Content Type. See MimeContentTypes.
ExpectstringThe value for the Expect HTTP header.
HeadersIDictionary<string, string>Name-value pairs for request headers.
PasswordstringPassword for the request, if required.
PostDatastringBody of the HTTP request. Normally used in conjunction with HTTP POST.
ServicePointServicePointAssociated service point for the request.
UrlstringTarget URL for HTTP GET and HTTP POST.
UserAgentstringUser Agent of the request.
UserIdstringUser ID for authentication, if applicable.