ServiceChannelProxy Class

Definition

public ref class ServiceChannelProxy : System::Reflection::DispatchProxy, IDisposable, System::ServiceModel::Channels::IOutputChannel, System::ServiceModel::Channels::IRequestChannel, System::ServiceModel::IClientChannel, System::ServiceModel::IDuplexContextChannel, System::ServiceModel::IExtensibleObject<System::ServiceModel::IContextChannel ^>, System::ServiceModel::IServiceChannel
public class ServiceChannelProxy : System.Reflection.DispatchProxy, IDisposable, System.ServiceModel.Channels.IOutputChannel, System.ServiceModel.Channels.IRequestChannel, System.ServiceModel.IClientChannel, System.ServiceModel.IDuplexContextChannel, System.ServiceModel.IExtensibleObject<System.ServiceModel.IContextChannel>, System.ServiceModel.IServiceChannel
type ServiceChannelProxy = class
    inherit DispatchProxy
    interface ICommunicationObject
    interface IChannel
    interface IClientChannel
    interface IContextChannel
    interface IExtensibleObject<IContextChannel>
    interface IDisposable
    interface IOutputChannel
    interface IRequestChannel
    interface IServiceChannel
    interface IDuplexContextChannel
Public Class ServiceChannelProxy
Inherits DispatchProxy
Implements IClientChannel, IDisposable, IDuplexContextChannel, IExtensibleObject(Of IContextChannel), IOutputChannel, IRequestChannel, IServiceChannel
Inheritance
ServiceChannelProxy
Implements

Constructors

ServiceChannelProxy()

Properties

AutomaticInputSessionShutdown
CallbackInstance

Methods

BeginCloseOutputSession(TimeSpan, AsyncCallback, Object)
CloseOutputSession(TimeSpan)
EndCloseOutputSession(IAsyncResult)
Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
Invoke(MethodInfo, Object[])
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Explicit Interface Implementations

IChannel.GetProperty<T>()
IClientChannel.AllowInitializationUI
IClientChannel.BeginDisplayInitializationUI(AsyncCallback, Object)
IClientChannel.DidInteractiveInitialization
IClientChannel.DisplayInitializationUI()
IClientChannel.EndDisplayInitializationUI(IAsyncResult)
IClientChannel.UnknownMessageReceived
IClientChannel.Via
ICommunicationObject.Abort()
ICommunicationObject.BeginClose(AsyncCallback, Object)
ICommunicationObject.BeginClose(TimeSpan, AsyncCallback, Object)
ICommunicationObject.BeginOpen(AsyncCallback, Object)
ICommunicationObject.BeginOpen(TimeSpan, AsyncCallback, Object)
ICommunicationObject.Close()
ICommunicationObject.Close(TimeSpan)
ICommunicationObject.Closed
ICommunicationObject.Closing
ICommunicationObject.EndClose(IAsyncResult)
ICommunicationObject.EndOpen(IAsyncResult)
ICommunicationObject.Faulted
ICommunicationObject.Open()
ICommunicationObject.Open(TimeSpan)
ICommunicationObject.Opened
ICommunicationObject.Opening
ICommunicationObject.State
IContextChannel.AllowOutputBatching
IContextChannel.InputSession
IContextChannel.LocalAddress
IContextChannel.OperationTimeout
IContextChannel.OutputSession
IContextChannel.RemoteAddress
IContextChannel.SessionId
IDisposable.Dispose()
IExtensibleObject<IContextChannel>.Extensions
IOutputChannel.BeginSend(Message, AsyncCallback, Object)
IOutputChannel.BeginSend(Message, TimeSpan, AsyncCallback, Object)
IOutputChannel.EndSend(IAsyncResult)
IOutputChannel.RemoteAddress
IOutputChannel.Send(Message)
IOutputChannel.Send(Message, TimeSpan)
IOutputChannel.Via
IRequestChannel.BeginRequest(Message, AsyncCallback, Object)
IRequestChannel.BeginRequest(Message, TimeSpan, AsyncCallback, Object)
IRequestChannel.EndRequest(IAsyncResult)
IRequestChannel.RemoteAddress
IRequestChannel.Request(Message)
IRequestChannel.Request(Message, TimeSpan)
IRequestChannel.Via
IServiceChannel.ListenUri

Extension Methods

CloseHelperAsync(ICommunicationObject, TimeSpan)
OpenHelperAsync(ICommunicationObject, TimeSpan)

Applies to