次の方法で共有


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です。

適用対象