This topic has not yet been rated - Rate this topic

ChannelDispatcher Members

A component that accepts channels and associates them with a service.

The ChannelDispatcher type exposes the following members.

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

Community Additions

ADD
© 2013 Microsoft. All rights reserved.