Interface IHttpRequest
HTTP request being sent to a server (Aras, Proxy, etc.)
Namespace: Innovator.Client
Assembly: Innovator.Client.dll
Syntax
public interface IHttpRequest
Properties
| Improve this Doc View SourceTimeout
HTTP request timeout in milliseconds
Declaration
int Timeout { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
UserAgent
User-Agent string to send with the request
Declaration
string UserAgent { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
| Improve this Doc View SourceSetHeader(String, String)
Set a request header value
Declaration
void SetHeader(string name, string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | |
System.String | value |