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)

適用対象