Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

System.ServiceModel.MsmqIntegration Namespace

 

The System.ServiceModel.MsmqIntegration namespace contains classes that relate to Microsoft Message Queuing Service (MSMQ) integration, which allows communication between MSMQ applications and Windows Communication Foundation (WCF) applications.

ClassDescription
System_CAPS_pubclassMsmqIntegrationBinding

The MsmqIntegrationBinding class maps Microsoft Message Queuing (MSMQ) messages to Windows Communication Foundation (WCF) messages.

System_CAPS_pubclassMsmqIntegrationBindingElement

This binding element can be used to enable Windows Communication Foundation (WCF) applications to send messages to and receive messages from existing MSMQ applications that use either COM, MSMQ native APIs, or the APIs in System.Messaging. Use this class to send and receive messages from MSMQ-based messaging applications.

System_CAPS_pubclassMsmqIntegrationMessageProperty

Represents the Message Queuing (MSMQ) integration properties for a message.

System_CAPS_pubclassMsmqIntegrationSecurity

The MsmqIntegrationSecurity class encapsulates the transport security settings for the Message Queuing (MSMQ) integration channel.

System_CAPS_pubclassMsmqMessage<T>

The MsmqMessage<T> class encapsulates aMessage Queuing (MSMQ) message that is sent and received, over a Message Queuing integration channel, to and from an existing Message Queuing application.

EnumerationDescription
System_CAPS_pubenumMsmqIntegrationSecurityMode

MsmqIntegrationSecurityMode is an enumeration that specifies the security modes supported by the MSMQ integration channel.

System_CAPS_pubenumMsmqMessageSerializationFormat

Indicates the formatter that is used to serialize objects that are sent as the body of an MSMQ message.

Return to top
Show:
© 2017 Microsoft