Show / Hide Table of Contents

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 Source

Timeout

HTTP request timeout in milliseconds

Declaration
int Timeout { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

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 Source

SetHeader(String, String)

Set a request header value

Declaration
void SetHeader(string name, string value)
Parameters
Type Name Description
System.String name
System.String value
  • Improve this Doc
  • View Source
Back to top Copyright © 2015-2017 Microsoft
Generated by DocFX