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