NetMsmqBindingElement.QueueTransferProtocol 属性

定义

获取或设置一个枚举值,该值指示此绑定使用的排队信道传输。Gets or sets an enumeration value that indicates the queued communication channel transport that this binding uses.

public:
 property System::ServiceModel::QueueTransferProtocol QueueTransferProtocol { System::ServiceModel::QueueTransferProtocol get(); void set(System::ServiceModel::QueueTransferProtocol value); };
[System.Configuration.ConfigurationProperty("queueTransferProtocol", DefaultValue=Mono.Cecil.CustomAttributeArgument)]
public System.ServiceModel.QueueTransferProtocol QueueTransferProtocol { get; set; }
[<System.Configuration.ConfigurationProperty("queueTransferProtocol", DefaultValue=Mono.Cecil.CustomAttributeArgument)>]
member this.QueueTransferProtocol : System.ServiceModel.QueueTransferProtocol with get, set
Public Property QueueTransferProtocol As QueueTransferProtocol

属性值

QueueTransferProtocol

一个 QueueTransferProtocol 枚举值,该值指示此绑定使用的队列管理器之间的传输。A QueueTransferProtocol enumeration value that indicates the transport between queue managers that this binding uses.

属性

注解

在使用 SOAP 可靠消息协议时,MSMQ 不支持 Active Directory 寻址。MSMQ does not support Active Directory addressing when using SOAP Reliable Messaging Protocol. 因此,当 Srmp 被设置为 SrmpSecure 时,不应将此属性设置为 UseActiveDirectorytrueTherefore, you should not set this property to Srmp or SrmpSecure when UseActiveDirectory is set to true.

适用于