Table of Contents

Class HttpRequest

Namespace
Microsoft.Accordant
Assembly
Accordant.Operations.Http.dll

Http request consisting of just the url without any payload.

public abstract class HttpRequest
Inheritance
HttpRequest
Derived
Inherited Members

Properties

Headers

public Dictionary<string, string> Headers { get; set; }

Property Value

Dictionary<string, string>

Url

public abstract string Url { get; }

Property Value

string

Verb

public abstract string Verb { get; }

Property Value

string