Class StringConfiguration
Configuration for the StringHttpContentConverter
Inheritance
System.Object
StringConfiguration
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.ContentConverter
Assembly: Dapplo.HttpExtensions.dll
Syntax
public class StringConfiguration : IHttpRequestConfiguration
Properties
| Improve this Doc View SourceName
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 |
SupportedContentTypes
Specify the supported content types
Declaration
public IList<string> SupportedContentTypes { get; }
Property Value
Type | Description |
---|---|
IList<System.String> |