Table of Contents

Class WS2007HttpRelayBindingElement

Namespace
Microsoft.ServiceBus.Configuration
Assembly
Microsoft.ServiceBus.dll

Represents a configuration element that contains the settings for a binding that provides support for the updated versions of the Security, ReliableSession, and TransactionFlow binding elements.

public class WS2007HttpRelayBindingElement : WSHttpRelayBindingElement
Inheritance
WS2007HttpRelayBindingElement
Inherited Members

Constructors

WS2007HttpRelayBindingElement()

Initializes a new instance of the WS2007HttpRelayBindingElement class.

public WS2007HttpRelayBindingElement()

WS2007HttpRelayBindingElement(string)

Initializes a new instance of the WS2007HttpRelayBindingElement using the specified name.

public WS2007HttpRelayBindingElement(string name)

Parameters

name string

The name of the binding. This value should be unique because it is used as identification for the binding.

Properties

BindingElementType

Gets the type of the binding element of the current instance.

protected override Type BindingElementType { get; }

Property Value

Type

Returns a Type that contains the binding element type.