Class HttpsRelayTransportElement
- Namespace
- Microsoft.ServiceBus.Configuration
- Assembly
- Microsoft.ServiceBus.dll
Represents the configuration element that specifies an HTTPS transport for transmitting SOAP messages through the Azure Service Bus.
public class HttpsRelayTransportElement : HttpRelayTransportElement
- Inheritance
-
HttpsRelayTransportElement
- Inherited Members
Constructors
HttpsRelayTransportElement()
Initializes a new instance of the HttpsRelayTransportElement class.
public HttpsRelayTransportElement()
Properties
BindingElementType
Gets the type of the binding element.
public override Type BindingElementType { get; }
Property Value
- Type
The type of the binding element.
Methods
CreateDefaultBindingElement()
Creates a binding element from settings in this configuration element.
protected override TransportBindingElement CreateDefaultBindingElement()
Returns
- TransportBindingElement
Returns a System.ServiceModel.Channels.TransportBindingElement whose properties are copied from the settings in this configuration element.