NetMsmqBindingElement.QueueTransferProtocol Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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=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
Property Value
A QueueTransferProtocol enumeration value that indicates the transport between queue managers that this binding uses.
- Attributes
Remarks
MSMQ does not support Active Directory addressing when using SOAP Reliable Messaging Protocol. Therefore, you should not set this property to Srmp or SrmpSecure when UseActiveDirectory is set to true
.
Applies to
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET