RoutingExtension Class

Definition

Provides run-time access to the routing service to allow dynamic modification of the routing configuration.

public ref class RoutingExtension sealed : System::ServiceModel::IExtension<System::ServiceModel::ServiceHostBase ^>
public sealed class RoutingExtension : System.ServiceModel.IExtension<System.ServiceModel.ServiceHostBase>
type RoutingExtension = class
    interface IExtension<ServiceHostBase>
Public NotInheritable Class RoutingExtension
Implements IExtension(Of ServiceHostBase)
Inheritance
RoutingExtension
Implements

Methods

ApplyConfiguration(RoutingConfiguration)

Applies a new RoutingConfiguration to a running instance of the routing service.

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Explicit Interface Implementations

IExtension<ServiceHostBase>.Attach(ServiceHostBase)

Called when the runtime attaches the extension to an instance of the ServiceHostBase class. For internal use only.

IExtension<ServiceHostBase>.Detach(ServiceHostBase)

Called when the runtime detaches the extension from an instance of the ServiceHostBase class. For internal use only.

Applies to