ChannelDispatcher Members
.NET Framework 3.5
A component that accepts channels and associates them with a service.
The ChannelDispatcher type exposes the following members.
| Name | Description | |
|---|---|---|
|
ChannelDispatcher | Overloaded. Initializes a new instance of the ChannelDispatcher class. |
| Name | Description | |
|---|---|---|
|
Abort | Causes a communication object to transition immediately from its current state into the closing state. (Inherited from CommunicationObject.) |
|
Attach | Attaches the channel dispatcher to the host. (Overrides ChannelDispatcherBase.Attach(ServiceHostBase).) |
|
BeginClose | Overloaded. Begins an asynchronous operation to close a communication object. |
|
BeginOpen | Overloaded. Begins an asynchronous operation to open a communication object. |
|
Close | Overloaded. Causes a communication object to transition from its current state into the closed state. |
|
CloseInput | Stops the listener from accepting new channels. (Overrides ChannelDispatcherBase.CloseInput().) |
|
Detach | Detaches the service host from the channel dispatcher. (Overrides ChannelDispatcherBase.Detach(ServiceHostBase).) |
|
EndClose | Completes an asynchronous operation to close a communication object. (Inherited from CommunicationObject.) |
|
EndOpen | Completes an asynchronous operation to open a communication object. (Inherited from CommunicationObject.) |
|
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
|
Fault | Causes a communication object to transition from its current state into the faulted state. (Inherited from CommunicationObject.) |
|
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
|
GetCommunicationObjectType | Gets the type of communication object. (Inherited from CommunicationObject.) |
|
GetHashCode | Serves as a hash function for a particular type. (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.) |
|
OnAbort | Aborts the listener associated with the dispatcher. (Overrides CommunicationObject.OnAbort().) |
|
OnBeginClose | Begins an asynchronous operation to close a channel listener for the dispatcher that must be completed within a specified interval of time. (Overrides CommunicationObject.OnBeginClose(TimeSpan, AsyncCallback, Object).) |
|
OnBeginOpen | Begins an asynchronous operation to open a channel listener for the dispatcher that must be completed within a specified interval of time. (Overrides CommunicationObject.OnBeginOpen(TimeSpan, AsyncCallback, Object).) |
|
OnClose | Closes the channel listener associated with the dispatcher within a specified interval of time. (Overrides CommunicationObject.OnClose(TimeSpan).) |
|
OnClosed | Provides a trace of the closing of the endpoint dispatchers associated with the channel dispatcher. (Overrides CommunicationObject.OnClosed().) |
|
OnClosing | Invoked during the transition of a communication object into the closing state. (Inherited from CommunicationObject.) |
|
OnEndClose | Completes an asynchronous operation to close a channel listener for the dispatcher. (Overrides CommunicationObject.OnEndClose(IAsyncResult).) |
|
OnEndOpen | Completes an asynchronous operation to open a channel listener for the dispatcher. (Overrides CommunicationObject.OnEndOpen(IAsyncResult).) |
|
OnFaulted | Inserts processing on a communication object after it transitions to the faulted state due to the invocation of a synchronous fault operation. (Inherited from CommunicationObject.) |
|
OnOpen | Opens the listener associated with the channel dispatcher. (Overrides CommunicationObject.OnOpen(TimeSpan).) |
|
OnOpened | Populates and validates filter table used to dispatch to the endpoints. (Overrides CommunicationObject.OnOpened().) |
|
OnOpening | Checks whether the channel dispatcher is attached to a host. (Overrides CommunicationObject.OnOpening().) |
|
Open | Overloaded. Causes a communication object to transition from the created state into the opened state. |
|
ThrowIfDisposed | Throws an exception if the communication object is disposed. (Inherited from CommunicationObject.) |
|
ThrowIfDisposedOrImmutable | Throws an exception if the communication object the State property is not set to the Created state. (Inherited from CommunicationObject.) |
|
ThrowIfDisposedOrNotOpen | Throws an exception if the communication object is not in the Opened state. (Inherited from CommunicationObject.) |
|
ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
|
BindingName | Gets the name of the binding used to configure the service. |
|
ChannelInitializers | Gets a set of IChannelInitializer objects that you can use to inspect and add state to channels when they are first created. |
|
DefaultCloseTimeout | Gets the default interval of time allowed for the channel dispatcher to close. (Overrides CommunicationObject.DefaultCloseTimeout.) |
|
DefaultOpenTimeout | Gets the default interval of time allowed for the channel dispatcher to open. (Overrides CommunicationObject.DefaultOpenTimeout.) |
|
Endpoints | Gets the endpoint dispatchers which forward messages to the channel endpoints. |
|
ErrorHandlers | Gets a set of IErrorHandler objects that can be used to insert custom error handling functionality for an endpoint. |
|
Host | Gets the host for the service associated with the dispatcher. (Overrides ChannelDispatcherBase.Host.) |
|
IncludeExceptionDetailInFaults | Gets or sets a value that indicates whether to include the details about an exception in a fault. |
|
IsDisposed | Gets a value that indicates whether the communication object has been disposed. (Inherited from CommunicationObject.) |
|
IsTransactedAccept | Gets a value that indicates whether the accept method calls on the listener are done under a transaction. |
|
IsTransactedReceive | Gets a value that indicates whether the receive method calls on the listener are done under a transaction. |
|
Listener | Gets the listener associated with the channel dispatcher. (Overrides ChannelDispatcherBase.Listener.) |
|
ManualAddressing | Gets or sets a value that indicates whether the channel dispatcher adds addressing headers to request-reply messages. |
|
MaxTransactedBatchSize | Gets or sets the maximum size for a transacted batch. |
|
MessageVersion | Gets or sets the SOAP message and WS-Addressing versions that are used or expected. |
|
ReceiveSynchronously | Gets or sets a value that specifies whether the dispatcher uses synchronous calls to read messages from channels. |
|
ServiceThrottle | Gets or sets the service throttle for the service associated with the channel dispatcher. |
|
State | Gets a value that indicates the current state of the communication object. (Inherited from CommunicationObject.) |
|
ThisLock | Gets the mutually exclusive lock that protects the class instance during a state transition. (Inherited from CommunicationObject.) |
|
TransactionIsolationLevel | Gets or sets the default isolation level for transactions. |
|
TransactionTimeout | Gets or sets a value that specifies the default timeout for new transactions created by the dispatcher on behalf of the service. |
| Name | Description | |
|---|---|---|
|
Closed | Occurs when a communication object transitions into the closed state. (Inherited from CommunicationObject.) |
|
Closing | Occurs when a communication object transitions into the closing state. (Inherited from CommunicationObject.) |
|
Faulted | Occurs when a communication object transitions into the faulted state. (Inherited from CommunicationObject.) |
|
Opened | Occurs when a communication object transitions into the opened state. (Inherited from CommunicationObject.) |
|
Opening | Occurs when a communication object transitions into the opening state. (Inherited from CommunicationObject.) |