ServiceChannelProxy 클래스

정의

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
상속
ServiceChannelProxy
구현

생성자

ServiceChannelProxy()

속성

AutomaticInputSessionShutdown
CallbackInstance

메서드

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

지정된 개체가 현재 개체와 같은지 확인합니다.

(다음에서 상속됨 Object)
GetHashCode()

기본 해시 함수로 작동합니다.

(다음에서 상속됨 Object)
GetType()

현재 인스턴스의 Type을 가져옵니다.

(다음에서 상속됨 Object)
Invoke(MethodInfo, Object[])
MemberwiseClone()

현재 Object의 단순 복사본을 만듭니다.

(다음에서 상속됨 Object)
ToString()

명시적 인터페이스 구현

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

확장 메서드

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

적용 대상