HttpsRelayTransportElement Class

Definition

Represents the configuration element that specifies an HTTPS transport for transmitting SOAP messages through the Azure Service Bus.

public class HttpsRelayTransportElement : Microsoft.ServiceBus.Configuration.HttpRelayTransportElement
type HttpsRelayTransportElement = class
    inherit HttpRelayTransportElement
Public Class HttpsRelayTransportElement
Inherits HttpRelayTransportElement
Inheritance
HttpsRelayTransportElement

Constructors

HttpsRelayTransportElement()

Initializes a new instance of the HttpsRelayTransportElement class.

Properties

AllowCookies

Gets or sets a value from the configuration file that indicates whether the client accepts cookies and propagates them on future requests.

(Inherited from HttpRelayTransportElement)
BindingElementType

Gets the type of the binding element.

IsDynamic

Gets or sets whether the relay binding is dynamic.

(Inherited from HttpRelayTransportElement)
KeepAliveEnabled

Gets or sets a Boolean value from the configuration file that indicates whether to make a persistent connection to the internet resource.

(Inherited from HttpRelayTransportElement)
MaxBufferSize

Gets or sets the maximum size of the buffer pool from the configuration file.

(Inherited from HttpRelayTransportElement)
Properties

Gets a ConfigurationPropertyCollection instance that contains a collection of ConfigurationProperty objects that can be attributes or ConfigurationElement objects of this configuration element. (Overrides TransportElement.Properties.)

(Inherited from HttpRelayTransportElement)
ProxyAddress

Gets or sets a URI in the configuration file that contains the address of the proxy to use for HTTP requests.

(Inherited from HttpRelayTransportElement)
ProxyAuthenticationScheme

Gets or sets the authentication scheme used to authenticate client requests that are processed by the HTTP proxy.

(Inherited from HttpRelayTransportElement)
RelayClientAuthenticationType

Gets or sets the relay client authentication type stored in the configuration file.

(Inherited from HttpRelayTransportElement)
TransferMode

Gets or sets a value from the configuration file that specifies whether messages are buffered or streamed on a request or response.

(Inherited from HttpRelayTransportElement)
UseDefaultWebProxy

Gets or sets a value from the configuration file that indicates whether the machine-wide proxy settings are used rather than the user-specific settings.

(Inherited from HttpRelayTransportElement)

Methods

ApplyConfiguration(BindingElement)

Applies the settings of this configuration element to the specified binding element.

(Inherited from HttpRelayTransportElement)
CopyFrom(ServiceModelExtensionElement)

Copies the properties of the specified extension element to this configuration element.

(Inherited from HttpRelayTransportElement)
CreateDefaultBindingElement()

Creates a binding element from settings in this configuration element.

InitializeFrom(BindingElement)

Initializes this binding configuration element with the content of the specified binding element.

(Inherited from HttpRelayTransportElement)

Applies to