MsmqIntegrationSecurity 类

定义

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

public ref class MsmqIntegrationSecurity sealed
public sealed class MsmqIntegrationSecurity
type MsmqIntegrationSecurity = class
Public NotInheritable Class MsmqIntegrationSecurity
继承
MsmqIntegrationSecurity

注解

通过消息队列集成通道,Windows Communication Foundation (WCF) 应用程序与现有消息队列应用程序进行通信。

构造函数

MsmqIntegrationSecurity()

初始化 MsmqIntegrationSecurity 的新实例。

属性

Mode

获取或设置与消息队列 (MSMQ) 集成通道相关联的 MsmqIntegrationSecurityMode

Transport

获取与消息队列 (MSMQ) 集成通道相关联的 MsmqTransportSecurity

方法

Equals(Object)

确定指定对象是否等于当前对象。

(继承自 Object)
GetHashCode()

作为默认哈希函数。

(继承自 Object)
GetType()

获取当前实例的 Type

(继承自 Object)
MemberwiseClone()

创建当前 Object 的浅表副本。

(继承自 Object)
ToString()

返回表示当前对象的字符串。

(继承自 Object)

适用于