Click or drag to resize
IHttpRequest Interface
HTTP request being sent to a server (Aras, Proxy, etc.)

Namespace: Innovator.Client
Assembly: Innovator.Client (in Innovator.Client.dll) Version: 2016.1.15.1759 (2016.01.15.1759)
Syntax
public interface IHttpRequest

The IHttpRequest type exposes the following members.

Properties
  NameDescription
Public propertyReadWriteTimeout
Read/Write timeout in milliseconds
Public propertyTimeout
HTTP request timeout in milliseconds
Public propertyUserAgent
User-Agent string to send with the request
Top
Methods
  NameDescription
Public methodConfigureForFileUpload
Configure the request so that it can be used for file uploads
Public methodSetContent
Set the data in the request stream
Public methodSetHeader
Set a request header value
Top
See Also