TransportClientEndpointBehaviorElement Class

Definition

Represents a configuration element that specifies the behavior of a service or client endpoint for a transport on the Azure Service Bus relay.

public class TransportClientEndpointBehaviorElement : System.ServiceModel.Configuration.BehaviorExtensionElement
type TransportClientEndpointBehaviorElement = class
    inherit BehaviorExtensionElement
Public Class TransportClientEndpointBehaviorElement
Inherits BehaviorExtensionElement
Inheritance
TransportClientEndpointBehaviorElement

Constructors

TransportClientEndpointBehaviorElement()

Properties

BehaviorType

Gets or sets the behavior type for the transport client endpoint.

Properties

Gets the collection of properties contained in this configuration element.

TokenProvider

Gets or sets the token provider that is used as a binding parameter.

Methods

CopyFrom(ServiceModelExtensionElement)

Copies the contents of the specified configuration element to this configuration element.

CreateBehavior()

Returns a new TransportClientEndpointBehavior object with the same settings as this configuration element.

Applies to