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
.NET Framework (current version)
Gets the endpoint dispatchers which forward messages to the channel endpoints.
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.
.NET Framework
Available since 3.0
Available since 3.0
Show: