WSHttpRelayBindingBase Constructors
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.
Overloads
WSHttpRelayBindingBase() |
Initializes a new instance of the WSHttpRelayBindingBase class. |
WSHttpRelayBindingBase(Boolean) |
Initializes a new instance of the WSHttpRelayBindingBase class with a value that indicates whether a reliable session is enabled. |
WSHttpRelayBindingBase()
Initializes a new instance of the WSHttpRelayBindingBase class.
protected WSHttpRelayBindingBase ();
Protected Sub New ()
Applies to
WSHttpRelayBindingBase(Boolean)
Initializes a new instance of the WSHttpRelayBindingBase class with a value that indicates whether a reliable session is enabled.
protected WSHttpRelayBindingBase (bool reliableSessionEnabled);
new Microsoft.ServiceBus.WSHttpRelayBindingBase : bool -> Microsoft.ServiceBus.WSHttpRelayBindingBase
Protected Sub New (reliableSessionEnabled As Boolean)
Parameters
- reliableSessionEnabled
- Boolean
true, if a reliable session is enabled; otherwise, false.
Applies to
Azure SDK for .NET