次の方法で共有


NetMsmqSecurity.Transport プロパティ

定義

MsmqTransportSecurity バインドに関連付けられる NetMsmqBinding を取得または設定します。

public:
 property System::ServiceModel::MsmqTransportSecurity ^ Transport { System::ServiceModel::MsmqTransportSecurity ^ get(); };
public:
 property System::ServiceModel::MsmqTransportSecurity ^ Transport { System::ServiceModel::MsmqTransportSecurity ^ get(); void set(System::ServiceModel::MsmqTransportSecurity ^ value); };
public System.ServiceModel.MsmqTransportSecurity Transport { get; }
public System.ServiceModel.MsmqTransportSecurity Transport { get; set; }
member this.Transport : System.ServiceModel.MsmqTransportSecurity
member this.Transport : System.ServiceModel.MsmqTransportSecurity with get, set
Public ReadOnly Property Transport As MsmqTransportSecurity
Public Property Transport As MsmqTransportSecurity

プロパティ値

MsmqTransportSecurity

MsmqTransportSecurity にバインディングに関連付けられる NetMsmqBinding

MsmqTransportSecurity trnsSecurity = security.Transport;
Dim trnsSecurity = security.Transport

注釈

このプロパティでは、MSMQ トランスポート セキュリティ設定へのアクセスが許可されます。

適用対象