System.ServiceModel.Dispatcher.ChannelDispatcher public class ChannelDispatcher : ChannelDispatcherBase Documentation Code public SynchronizedCollection<EndpointDispatcher> Endpoints { get; } public Collection<IErrorHandler> ErrorHandlers { get; } public bool IncludeExceptionDetailInFaults { get; set; } public bool ManualAddressing { get; set; } public int MaxPendingReceives { get; set; } public int MaxTransactedBatchSize { get; set; } public MessageVersion MessageVersion { get; set; } public bool ReceiveContextEnabled { get; set; } public bool ReceiveSynchronously { get; set; } public bool SendAsynchronously { get; set; }