Click or drag to resize
MessageEncoderSettings Class
Represents settings for message encoders.
Inheritance Hierarchy
SystemObject
  MongoDB.Driver.Core.WireProtocol.Messages.EncodersMessageEncoderSettings

Namespace: MongoDB.Driver.Core.WireProtocol.Messages.Encoders
Assembly: MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.0.1
Syntax
public class MessageEncoderSettings : IEnumerable<KeyValuePair<string, Object>>, 
	IEnumerable

The MessageEncoderSettings type exposes the following members.

Constructors
  NameDescription
Public methodMessageEncoderSettings
Initializes a new instance of the MessageEncoderSettings class
Top
Methods
  NameDescription
Public methodAddT
Adds a setting.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetEnumerator
Returns an enumerator that iterates through the collection.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetOrDefaultT
Gets a setting, or a default value if the setting does not exist.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Extension Methods
See Also