ClientBase(TChannel).ChannelBase(T) Methods

ClientBase<TChannel>.ChannelBase<T> Methods

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

The ClientBase<TChannel>.ChannelBase<T> generic type exposes the following members.

  NameDescription
Protected method BeginInvoke Starts an asynchronous call of a specified method by name.
Protected method EndInvoke Completes an asynchronous invocation by name of a specified method.
Public method Equals(Object) Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.)
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.)
Public method ToString Returns a string that represents the current object. (Inherited from Object.)
Top

  NameDescription
Explicit interface implemetation Private method IChannel.GetProperty<TProperty> Returns a typed object requested, if present, from the appropriate layer in the channel stack.
Explicit interface implemetation Private method IClientChannel.BeginDisplayInitializationUI An asynchronous call to begin using a user interface to obtain credential information.
Explicit interface implemetation Private method IClientChannel.DisplayInitializationUI A call to a user interface to obtain credential information.
Explicit interface implemetation Private method IClientChannel.EndDisplayInitializationUI Called when the call to BeginDisplayInitializationUI has finished.
Explicit interface implemetation Private method ICommunicationObject.Abort Causes a communication object to transition immediately from its current state into the closed state.
Explicit interface implemetation Private method ICommunicationObject.BeginClose(AsyncCallback, Object) Begins an asynchronous operation to close a communication object.
Explicit interface implemetation Private method ICommunicationObject.BeginClose(TimeSpan, AsyncCallback, Object) Begins an asynchronous operation to close a communication object with a specified time-out.
Explicit interface implemetation Private method ICommunicationObject.BeginOpen(AsyncCallback, Object) Begins an asynchronous operation to open a communication object.
Explicit interface implemetation Private method ICommunicationObject.BeginOpen(TimeSpan, AsyncCallback, Object) Begins an asynchronous operation to open a communication object within a specified interval of time.
Explicit interface implemetation Private method ICommunicationObject.Close() Causes a communication object to transition from its current state into the closed state.
Explicit interface implemetation Private method ICommunicationObject.Close(TimeSpan) Causes a communication object to transition from its current state into the closed state.
Explicit interface implemetation Private method ICommunicationObject.EndClose Completes an asynchronous operation to close a communication object.
Explicit interface implemetation Private method ICommunicationObject.EndOpen Completes an asynchronous operation to open a communication object.
Explicit interface implemetation Private method ICommunicationObject.Open() Causes a communication object to transition from the created state into the opened state.
Explicit interface implemetation Private method ICommunicationObject.Open(TimeSpan) Causes a communication object to transition from the created state into the opened state within a specified interval of time.
Explicit interface implemetation Private method IDisposable.Dispose Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources associated with the channel.
Explicit interface implemetation Private method IOutputChannel.BeginSend(Message, AsyncCallback, Object) Begins an asynchronous operation to transmit a message to the destination of the output channel.
Explicit interface implemetation Private method IOutputChannel.BeginSend(Message, TimeSpan, AsyncCallback, Object) Begins an asynchronous operation to transmit a message to the destination of the output channel within a specified interval of time.
Explicit interface implemetation Private method IOutputChannel.EndSend Completes an asynchronous operation to transmit a message to the destination of the output channel.
Explicit interface implemetation Private method IOutputChannel.Send(Message) Transmits a message to the destination of the output channel.
Explicit interface implemetation Private method IOutputChannel.Send(Message, TimeSpan) Sends a message on the current output channel within a specified interval of time.
Explicit interface implemetation Private method IRequestChannel.BeginRequest(Message, AsyncCallback, Object) Begins an asynchronous operation to transmit a request message to the reply-side of a request-reply message exchange.
Explicit interface implemetation Private method IRequestChannel.BeginRequest(Message, TimeSpan, AsyncCallback, Object) Begins an asynchronous operation to transmit a request message to the reply-side of a request-reply message exchange within a specified interval of time.
Explicit interface implemetation Private method IRequestChannel.EndRequest Completes an asynchronous operation to return a message-based response to a transmitted request.
Explicit interface implemetation Private method IRequestChannel.Request(Message) Sends a message-based request and returns the correlated message-based response.
Explicit interface implemetation Private method IRequestChannel.Request(Message, TimeSpan) Sends a message-based request and returns the correlated message-based response within a specified interval of time.
Top

Show:
© 2017 Microsoft