Aracılığıyla paylaş


MsmqTransportBindingElement.QueueTransferProtocol Özellik

Tanım

Bu bağlamanın kullandığı kuyruğa alınmış iletişim kanalı aktarımını gösteren bir numaralandırma değeri alır veya ayarlar.

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

Özellik Değeri

QueueTransferProtocol Kuyruk yöneticileri arasında ileti teslimi için kullanılan taşımayı gösteren bir numaralandırma değeri.

Özel durumlar

Değer değerlerden biri QueueTransferProtocol değildir.

Örnekler

MsmqTransportBindingElement transportBindingElement = new MsmqTransportBindingElement();
transportBindingElement.QueueTransferProtocol = QueueTransferProtocol.Native;

Açıklamalar

Message Queuing (MSMQ), SOAP Reliable Messaging Protocol (SRMP) kullanılırken Active Directory adreslemesi desteği sağlamaz, bu nedenle olarak veya Srmp olarak ayarlandığı SrmpQueueTransferProtocol zaman UseActiveDirectory ayarlamayıntrue.

Şunlara uygulanır