NetMsmqSecurity.Transport Özellik
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Bağlamayla ilişkili olan öğesini NetMsmqBinding alır veya ayarlarMsmqTransportSecurity.
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
Özellik Değeri
MsmqTransportSecurity Bağlama ile NetMsmqBinding ilişkili olan.
Örnekler
MsmqTransportSecurity trnsSecurity = security.Transport;
Dim trnsSecurity = security.Transport
Açıklamalar
Bu özellik MSMQ Aktarım güvenlik ayarlarına erişim sağlar.