MsmqTransportSecurity 构造函数

定义

初始化 MsmqTransportSecurity 类的新实例。

重载

MsmqTransportSecurity()

初始化 MsmqTransportSecurity 类的新实例。

MsmqTransportSecurity(MsmqTransportSecurity)

使用现有实例初始化 MsmqTransportSecurity 类的新实例。

MsmqTransportSecurity()

初始化 MsmqTransportSecurity 类的新实例。

public:
 MsmqTransportSecurity();
public MsmqTransportSecurity ();
Public Sub New ()

适用于

MsmqTransportSecurity(MsmqTransportSecurity)

使用现有实例初始化 MsmqTransportSecurity 类的新实例。

public:
 MsmqTransportSecurity(System::ServiceModel::MsmqTransportSecurity ^ other);
public MsmqTransportSecurity (System.ServiceModel.MsmqTransportSecurity other);
new System.ServiceModel.MsmqTransportSecurity : System.ServiceModel.MsmqTransportSecurity -> System.ServiceModel.MsmqTransportSecurity
Public Sub New (other As MsmqTransportSecurity)

参数

other
MsmqTransportSecurity

用于初始化新实例的 MsmqTransportSecurity 类的现有实例。

例外

othernull

适用于