Class HttpRequestMessageConfiguration
Use this to configure the HttpRequestMessage, created in the HttpRequestMessageFactory
Inheritance
System.Object
HttpRequestMessageConfiguration
Implements
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Dapplo.HttpExtensions
Assembly: Dapplo.HttpExtensions.dll
Syntax
public class HttpRequestMessageConfiguration : IHttpRequestConfiguration
Properties
| Improve this Doc View SourceHttpMessageVersion
The HTTP Message version, default is 1.1
Declaration
public Version HttpMessageVersion { get; set; }
Property Value
Type | Description |
---|---|
Version |
Name
Name of the configuration, this should be unique and usually is the type of the object
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
System.String |
Properties
A set of properties for the HTTP request.
Declaration
public IDictionary<string, object> Properties { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<System.String, System.Object> |