TransportClientEndpointBehavior Class

Definition

Describes the WCF endpoint behavior that is used to specify the Service Bus credentials for a particular endpoint.

public sealed class TransportClientEndpointBehavior : System.ServiceModel.Description.IEndpointBehavior
type TransportClientEndpointBehavior = class
    interface IEndpointBehavior
Public NotInheritable Class TransportClientEndpointBehavior
Implements IEndpointBehavior
Inheritance
TransportClientEndpointBehavior
Implements

Constructors

TransportClientEndpointBehavior()

Initializes a new instance of the TransportClientEndpointBehavior class.

TransportClientEndpointBehavior(TokenProvider)

Initializes a new instance of the TransportClientEndpointBehavior class.

Properties

ActivityId

Gets or sets a unique indentifier which can be used to for correlating the listener instance at the cloud service.

TokenProvider

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

Explicit Interface Implementations

IEndpointBehavior.AddBindingParameters(ServiceEndpoint, BindingParameterCollection)

Adds this TransportClientEndpointBehavior to the bindingParameters collection.

IEndpointBehavior.ApplyClientBehavior(ServiceEndpoint, ClientRuntime)

This implementation does nothing.

IEndpointBehavior.ApplyDispatchBehavior(ServiceEndpoint, EndpointDispatcher)

This implementation does nothing.

IEndpointBehavior.Validate(ServiceEndpoint)

This method does nothing.

Applies to