Interface IHttpRequestConfiguration
This interface is the base interface for configuration information. It makes it possible to supply configuration to different parts of the library during a request, where as a caller you normally don't interact with directly. The interface only specifies the name of the configuration, specific implementations should be used. Instances of this interface are added to the HttpBehaviour, so they are available throughout a request.
Namespace: Dapplo.HttpExtensions
Assembly: Dapplo.HttpExtensions.dll
Syntax
public interface IHttpRequestConfiguration
Properties
| Improve this Doc View SourceName
Name of the configuration, this should be unique
Declaration
string Name { get; }
Property Value
Type | Description |
---|---|
System.String |