Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

ChannelDispatcher::Endpoints Property

 

Gets the endpoint dispatchers which forward messages to the channel endpoints.

Namespace:   System.ServiceModel.Dispatcher
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

public:
property SynchronizedCollection<EndpointDispatcher^>^ Endpoints {
	SynchronizedCollection<EndpointDispatcher^>^ get();
}

Property Value

Type: System.Collections.Generic::SynchronizedCollection<EndpointDispatcher^>^

A SynchronizedCollection<T> of EndpointDispatcher which forward messages to the channel endpoints.

The ChannelDispatcher has a distinct EndpointDispatcher for each endpoint that the channel can support.

Use the EndpointDispatcher to obtain access to runtime properties that enable you to customize the runtime across an entire endpoint.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 3.0
Return to top
Show:
© 2017 Microsoft