Class MessageEncoderSettingsName
Represents the names of different encoder settings.
public static class MessageEncoderSettingsName
- Inheritance
-
MessageEncoderSettingsName
- Inherited Members
Fields
BinaryDocumentFieldDecryptor
The name of the binary document field decryptor setting.
public const string BinaryDocumentFieldDecryptor = "BinaryDocumentFieldDecryptor"
Field Value
BinaryDocumentFieldEncryptor
The name of the binary document field encryptor setting.
public const string BinaryDocumentFieldEncryptor = "BinaryDocumentFieldEncryptor"
Field Value
FixOldBinarySubTypeOnInput
The name of the FixOldBinarySubTypeOnInput setting.
public const string FixOldBinarySubTypeOnInput = "FixOldBinarySubTypeOnInput"
Field Value
FixOldBinarySubTypeOnOutput
The name of the FixOldBinarySubTypeOnOutput setting.
public const string FixOldBinarySubTypeOnOutput = "FixOldBinarySubTypeOnOutput"
Field Value
FixOldDateTimeMaxValueOnInput
The name of the FixOldDateTimeMaxValueOnInput setting.
public const string FixOldDateTimeMaxValueOnInput = "FixOldDateTimeMaxValueOnInput"
Field Value
GuidRepresentation
The name of the GuidRepresentation setting.
[Obsolete("Configure serializers instead.")]
public const string GuidRepresentation = "GuidRepresentation"
Field Value
Indent
The name of the Indent setting.
public const string Indent = "Indent"
Field Value
IndentChars
The name of the IndentChars setting.
public const string IndentChars = "IndentChars"
Field Value
MaxDocumentSize
The name of the MaxDocumentSize setting.
public const string MaxDocumentSize = "MaxDocumentSize"
Field Value
MaxMessageSize
The name of the MaxMessageSize setting.
public const string MaxMessageSize = "MaxMessageSize"
Field Value
MaxSerializationDepth
The name of the MaxSerializationDepth setting.
public const string MaxSerializationDepth = "MaxSerializationDepth"
Field Value
MaxWireDocumentSize
The maximum wire document size.
public const string MaxWireDocumentSize = "MaxWireDocumentSize"
Field Value
NewLineChars
The name of the NewLineChars setting.
public const string NewLineChars = "NewLineChars"
Field Value
OutputMode
The name of the OutputMode setting.
public const string OutputMode = "OutputMode"
Field Value
ReadEncoding
The name of the ReadEncoding setting.
public const string ReadEncoding = "ReadEncoding"
Field Value
ShellVersion
The name of the ShellVersion setting.
public const string ShellVersion = "ShellVersion"
Field Value
WriteEncoding
The name of the WriteEncoding setting.
public const string WriteEncoding = "WriteEncoding"