Class DefaultJsonHttpContentConverterConfiguration
This is a configuration class for the DefaultJsonHttpContentConverter
Inheritance
System.Object
DefaultJsonHttpContentConverterConfiguration
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 DefaultJsonHttpContentConverterConfiguration : IHttpRequestConfiguration
Properties
| Improve this Doc View SourceAppendedWhenCut
If the json content is any longer than LogThreshold AppendedWhenCut is appended to the cut string
Declaration
public string AppendedWhenCut { get; set; }
Property Value
Type | Description |
---|---|
System.String |
LogThreshold
This is the amount of characters that are written to the log, if the json content is any longer that it will be cut (and AppendedWhenCut is appended)
Declaration
public int LogThreshold { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
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 |