NetMsmqBindingElement.QueueTransferProtocol Właściwość
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Pobiera lub ustawia wartość wyliczenia, która wskazuje transport kanału komunikacji w kolejce, który jest używany przez to powiązanie.
public:
property System::ServiceModel::QueueTransferProtocol QueueTransferProtocol { System::ServiceModel::QueueTransferProtocol get(); void set(System::ServiceModel::QueueTransferProtocol value); };
[System.Configuration.ConfigurationProperty("queueTransferProtocol", DefaultValue=System.ServiceModel.QueueTransferProtocol.Native)]
public System.ServiceModel.QueueTransferProtocol QueueTransferProtocol { get; set; }
[<System.Configuration.ConfigurationProperty("queueTransferProtocol", DefaultValue=System.ServiceModel.QueueTransferProtocol.Native)>]
member this.QueueTransferProtocol : System.ServiceModel.QueueTransferProtocol with get, set
Public Property QueueTransferProtocol As QueueTransferProtocol
Wartość właściwości
Wartość QueueTransferProtocol wyliczenia, która wskazuje transport między menedżerami kolejek używanymi przez to powiązanie.
- Atrybuty
Uwagi
Usługa MSMQ nie obsługuje adresowania usługi Active Directory w przypadku korzystania z protokołu Reliable Messaging Protocol protokołu SOAP. W związku z tym nie należy ustawiać tej właściwości na Srmp wartość lub , gdy jest SrmpSecure UseActiveDirectory ustawiona na wartość true
.