NetMsmqBindingElement.QueueTransferProtocol Egenskap

Definition

Hämtar eller anger ett uppräkningsvärde som anger den köade kommunikationskanaltransporten som bindningen använder.

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

Egenskapsvärde

Ett QueueTransferProtocol uppräkningsvärde som anger transporten mellan köhanterare som bindningen använder.

Attribut

Kommentarer

MSMQ stöder inte služba Active Directory-adressering när du använder SOAP Reliable Messaging Protocol. Därför bör du inte ange den här egenskapen till Srmp eller SrmpSecure när UseActiveDirectory är inställd på true.

Gäller för