System.ServiceModel.MsmqIntegration 命名空间

包含与 Microsoft 消息队列服务 (MSMQ) 集成相关的类,使用该集成可在 MSMQ 应用程序与 Windows Communication Foundation (WCF) 应用程序之间进行通信。

MsmqIntegrationBinding

MsmqIntegrationBinding 类,将 Microsoft 消息队列 (MSMQ) 消息映射到 Windows Communication Foundation (WCF) 消息。

MsmqIntegrationBindingElement

此绑定元素可用于使 Windows Communication Foundation (WCF) 应用程序发送消息到满足以下条件的现有 MSMQ 应用程序或接受来自这些应用程序的消息:或者使用 COM、MSMQ 本机 API,或者使用 System.Messaging 中的 API。 使用此类可以向基于 MSMQ 的消息应用程序发送消息,或从这些应用程序接收消息。

MsmqIntegrationMessageProperty

表示消息的消息队列 (MSMQ) 集成属性。

MsmqIntegrationSecurity

MsmqIntegrationSecurity 类可封装消息队列 (MSMQ) 集成通道的传输安全设置。

MsmqMessage<T>

MsmqMessage<T> 类可对通过消息队列集成通道,发送往现有消息队列应用程序的消息队列 (MSMQ) 消息和从现有消息队列应用程序接收的消息队列 (MSMQ) 消息进行封装。

枚举

MsmqIntegrationSecurityMode

MsmqIntegrationSecurityMode 为指定 MSMQ 集成通道支持的安全模式的枚举。

MsmqMessageSerializationFormat

指示用于序列化作为 MSMQ 消息正文发送的对象的格式化程序。