System.ServiceModel 4.0.0.0 System.ServiceModel.Configuration.MsmqBindingElementBase The class has properties for specifying how to address the queue, how to specify transfer assurances, whether messages must be durably stored, and how messages should be protected and authenticated. This binding element can be used to enable indigo1 applications to send messages to and receive messages from existing MSMQ applications that use either COM, MSMQ native APIs, or the APIs in . Use this class to send and receive messages from MSMQ-based messaging applications. Constructor 4.0.0.0 To be added. Initializes a new instance of the class. Property 4.0.0.0 System.Type To be added. To be added. Gets the type of the binding element. Method 4.0.0.0 System.Void To be added. Called when the content of this binding is applied to a specified binding. The binding to which the settings are applied. Property 4.0.0.0 System.Configuration.ConfigurationPropertyCollection To be added. To be added. Gets a configuration property collection associated with this configuration element. Property 4.0.0.0 System.Configuration.ConfigurationProperty("security", Options=System.Configuration.ConfigurationPropertyOptions.None) System.ServiceModel.Configuration.MsmqIntegrationSecurityElement To be added. To be added. Gets the type of security to be used with the binding. Property 4.0.0.0 System.Configuration.ConfigurationProperty("serializationFormat", DefaultValue=Mono.Cecil.CustomAttributeArgument, Options=System.Configuration.ConfigurationPropertyOptions.None) System.ServiceModel.MsmqIntegration.MsmqMessageSerializationFormat To be added. This property can have one of the following values: ActiveX - The ActiveX serializer is used to serialize objects. Binary - The is used to serialize objects. ByteArray - The object is serialized to an array of bytes. Stream - The object is serialized to a stream. Xml - The is used to serialize objects. The default value is Xml. Gets or sets the to be used when serializing MSMQ messages.