ServiceChannelProxy Třída

Definice

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
Dědičnost
ServiceChannelProxy
Implementuje

Konstruktory

ServiceChannelProxy()

Vlastnosti

AutomaticInputSessionShutdown
CallbackInstance

Metody

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

Určí, zda se zadaný objekt rovná aktuálnímu objektu.

(Zděděno od Object)
GetHashCode()

Slouží jako výchozí hashovací funkce.

(Zděděno od Object)
GetType()

Získá aktuální Type instanci.

(Zděděno od Object)
Invoke(MethodInfo, Object[])
MemberwiseClone()

Vytvoří mělkou kopii aktuálního Objectsouboru .

(Zděděno od Object)
ToString()

Explicitní implementace rozhraní

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

Metody rozšíření

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

Platí pro