NetMsmqBinding.QueueTransferProtocol Property

Definition

Gets or sets an enumeration value that indicates the queued communication channel transport that this binding uses.

C#
public System.ServiceModel.QueueTransferProtocol QueueTransferProtocol { get; set; }

Property Value

The transport between queue managers that this binding uses.

Examples

The following code shows how to set the QueueTransferProtocol property.

C#
NetMsmqBinding binding = new NetMsmqBinding();
binding.QueueTransferProtocol = QueueTransferProtocol.Native;

Remarks

Message Queuing (MSMQ) does not support Active Directory addressing when using SOAP Reliable Messaging Protocol, so do not set QueueTransferProtocol to Srmp or SrmpSecure when UseActiveDirectory is set to true.

Applies to

Product Versions
.NET Framework 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1