TransportDuplexSessionChannel クラス

定義

public ref class TransportDuplexSessionChannel abstract : System::ServiceModel::Channels::TransportOutputChannel, System::ServiceModel::Channels::ISessionChannel<System::ServiceModel::Channels::IAsyncDuplexSession ^>, System::ServiceModel::Channels::ISessionChannel<System::ServiceModel::Channels::IDuplexSession ^>
public abstract class TransportDuplexSessionChannel : System.ServiceModel.Channels.TransportOutputChannel, System.ServiceModel.Channels.ISessionChannel<System.ServiceModel.Channels.IAsyncDuplexSession>, System.ServiceModel.Channels.ISessionChannel<System.ServiceModel.Channels.IDuplexSession>
type TransportDuplexSessionChannel = class
    inherit TransportOutputChannel
    interface IDuplexSessionChannel
    interface IDuplexChannel
    interface IInputChannel
    interface IChannel
    interface ICommunicationObject
    interface IOutputChannel
    interface ISessionChannel<IDuplexSession>
    interface IAsyncInputChannel
    interface IAsyncCommunicationObject
    interface IAsyncOutputChannel
    interface ISessionChannel<IAsyncDuplexSession>
Public MustInherit Class TransportDuplexSessionChannel
Inherits TransportOutputChannel
Implements ISessionChannel(Of IAsyncDuplexSession), ISessionChannel(Of IDuplexSession)
継承
実装

コンストラクター

TransportDuplexSessionChannel(ChannelManagerBase, ITransportFactorySettings, EndpointAddress, Uri, EndpointAddress, Uri)

プロパティ

BufferManager
DefaultCloseTimeout

クローズ操作が完了するまで待機する既定の時間を取得します。

(継承元 ChannelBase)
DefaultOpenTimeout

オープン操作が完了するまで待機する既定の時間を取得します。

(継承元 ChannelBase)
DefaultReceiveTimeout

受信操作が完了するまで待機する既定の時間を取得します。

(継承元 ChannelBase)
DefaultSendTimeout

送信操作が完了するまで待機する既定の時間を取得します。

(継承元 ChannelBase)
EventTraceActivity (継承元 TransportOutputChannel)
IsDisposed

通信オブジェクトが破棄されたかどうかを示す値を取得します。

(継承元 CommunicationObject)
IsStreamedOutput
LocalAddress
Manager

現在のチャネルと関連付けられているチャネル マネージャーを取得します。

(継承元 ChannelBase)
ManualAddressing (継承元 TransportOutputChannel)
MessageEncoder
MessageVersion (継承元 TransportOutputChannel)
RemoteAddress (継承元 TransportOutputChannel)
RemoteSecurity
SendLock
Session
State

通信オブジェクトの現在の状態を示す値を取得します。

(継承元 CommunicationObject)
ThisLock

状態遷移中にクラス インスタンスを保護する相互排他的なロックを取得します。

(継承元 CommunicationObject)
Via (継承元 TransportOutputChannel)

メソッド

Abort()

通信オブジェクトを、直ちに現在の状態から Closing 状態に遷移させます。

(継承元 CommunicationObject)
AddHeadersTo(Message) (継承元 TransportOutputChannel)
ApplyChannelBinding(Message)
BeginClose(AsyncCallback, Object)

通信オブジェクトをクローズするための非同期操作を開始します。

(継承元 CommunicationObject)
BeginClose(TimeSpan, AsyncCallback, Object)

タイムアウトを指定して、通信オブジェクトをクローズするための非同期操作を開始します。

(継承元 CommunicationObject)
BeginCloseOutput(TimeSpan, Action<Object>, Object)
BeginOpen(AsyncCallback, Object)

通信オブジェクトを開くための非同期操作を開始します。

(継承元 CommunicationObject)
BeginOpen(TimeSpan, AsyncCallback, Object)

指定した時間内で通信オブジェクトを開くための非同期操作を開始します。

(継承元 CommunicationObject)
BeginReceive(AsyncCallback, Object)
BeginReceive(TimeSpan, AsyncCallback, Object)
BeginSend(Message, AsyncCallback, Object) (継承元 OutputChannel)
BeginSend(Message, TimeSpan, AsyncCallback, Object) (継承元 OutputChannel)
BeginTryReceive(TimeSpan, AsyncCallback, Object)
BeginWaitForMessage(TimeSpan, AsyncCallback, Object)
Close()

通信オブジェクトを、現在の状態から Closed 状態に遷移させます。

(継承元 CommunicationObject)
Close(TimeSpan)

指定した時間内で、通信オブジェクトを現在の状態から Closed 状態に遷移させます。

(継承元 CommunicationObject)
CloseOutputSession(TimeSpan)
CloseOutputSessionAsync(TimeSpan)
CloseOutputSessionCore(TimeSpan)
CloseOutputSessionCoreAsync(TimeSpan)
CompleteClose(TimeSpan)
EncodeMessage(Message)
EndClose(IAsyncResult)

通信オブジェクトをクローズするための非同期操作を完了します。

(継承元 CommunicationObject)
EndOpen(IAsyncResult)

通信オブジェクトを開くための非同期操作を完了します。

(継承元 CommunicationObject)
EndReceive(IAsyncResult)
EndSend(IAsyncResult) (継承元 OutputChannel)
EndTryReceive(IAsyncResult, Message)
EndWaitForMessage(IAsyncResult)
Equals(Object)

指定されたオブジェクトが現在のオブジェクトと等しいかどうかを判断します。

(継承元 Object)
Fault()

通信オブジェクトを、現在の状態から Faulted 状態に遷移させます。

(継承元 CommunicationObject)
FinishWritingMessage()
GetCommunicationObjectType()

通信オブジェクトの型を取得します。

(継承元 CommunicationObject)
GetHashCode()

既定のハッシュ関数として機能します。

(継承元 Object)
GetProperty<T>() (継承元 OutputChannel)
GetType()

現在のインスタンスの Type を取得します。

(継承元 Object)
MemberwiseClone()

現在の Object の簡易コピーを作成します。

(継承元 Object)
OnAbort()
OnBeginClose(TimeSpan, AsyncCallback, Object)
OnBeginOpen(TimeSpan, AsyncCallback, Object)

非同期オープン操作の呼び出しにより通信オブジェクトが Opening 状態に遷移した後で、通信オブジェクトに処理を挿入します。

(継承元 CommunicationObject)
OnClose(TimeSpan)
OnCloseAsync(TimeSpan)
OnClosed()
OnClosing()

通信オブジェクトが Closing 状態に遷移しているときに呼び出されます。

(継承元 CommunicationObject)
OnEndClose(IAsyncResult)
OnEndOpen(IAsyncResult)

通信オブジェクトがオープンしたら、非同期操作を完了します。

(継承元 CommunicationObject)
OnFaulted()
OnOpen(TimeSpan)

指定した時間内に完了する必要がある開始状態に通信オブジェクトが遷移した後で、通信オブジェクトに処理を挿入します。

(継承元 CommunicationObject)
OnOpenAsync(TimeSpan) (継承元 CommunicationObject)
OnOpened()

通信オブジェクトが Opened 状態に遷移しているときに呼び出されます。

(継承元 CommunicationObject)
OnOpening()

通信オブジェクトが Opening 状態に遷移しているときに呼び出されます。

(継承元 CommunicationObject)
OnReceiveMessage(Message)
OnSend(Message, TimeSpan)
OnSendAsync(Message, TimeSpan)
OnSendCore(Message, TimeSpan)
Open()

通信オブジェクトを、Created 状態から Opened 状態に遷移させます。

(継承元 CommunicationObject)
Open(TimeSpan)

指定した時間内で、通信オブジェクトを Created 状態から Opened 状態に遷移させます。

(継承元 CommunicationObject)
PrepareMessage(Message)
Receive()
Receive(TimeSpan)
ReceiveAsync()
ReceiveAsync(TimeSpan)
ReturnConnectionIfNecessary(Boolean, TimeSpan)
Send(Message) (継承元 OutputChannel)
Send(Message, TimeSpan) (継承元 OutputChannel)
SendAsync(Message) (継承元 OutputChannel)
SendAsync(Message, TimeSpan) (継承元 OutputChannel)
SetMessageSource(IMessageSource)
StartWritingBufferedMessage(Message, ArraySegment<Byte>, Boolean, TimeSpan, Action<Object>, Object)
StartWritingStreamedMessage(Message, TimeSpan, Action<Object>, Object)
ThrowIfDisposed()

通信オブジェクトが破棄された場合に、例外をスローします。

(継承元 CommunicationObject)
ThrowIfDisposedOrImmutable()

通信オブジェクトの State プロパティが Created 状態に設定されていない場合、例外をスローします。

(継承元 CommunicationObject)
ThrowIfDisposedOrNotOpen()

通信オブジェクトが Opened 状態ではない場合に、例外をスローします。

(継承元 CommunicationObject)
ToString()

現在のオブジェクトを表す文字列を返します。

(継承元 Object)
TryReceive(TimeSpan, Message)
TryReceiveAsync(TimeSpan)
WaitForMessage(TimeSpan)
WaitForMessageAsync(TimeSpan)

イベント

Closed

通信オブジェクトが Closed 状態に遷移すると発生します。

(継承元 CommunicationObject)
Closing

通信オブジェクトが Closing 状態に遷移すると発生します。

(継承元 CommunicationObject)
Faulted

通信オブジェクトが Faulted 状態に遷移すると発生します。

(継承元 CommunicationObject)
Opened

通信オブジェクトが Opened 状態に遷移すると発生します。

(継承元 CommunicationObject)
Opening

通信オブジェクトが Opening 状態に遷移すると発生します。

(継承元 CommunicationObject)

明示的なインターフェイスの実装

IAsyncCommunicationObject.CloseAsync(TimeSpan) (継承元 CommunicationObject)
IAsyncCommunicationObject.OpenAsync(TimeSpan) (継承元 CommunicationObject)
IDefaultCommunicationTimeouts.CloseTimeout

通信オブジェクトによって呼び出された close メソッドがタイムアウトするまでの時間を取得します。

(継承元 ChannelBase)
IDefaultCommunicationTimeouts.OpenTimeout

通信オブジェクトによって呼び出された open メソッドがタイムアウトするまでの時間を取得します。

(継承元 ChannelBase)
IDefaultCommunicationTimeouts.ReceiveTimeout

通信オブジェクトによって呼び出された receive メソッドがタイムアウトするまでの時間を取得します。

(継承元 ChannelBase)
IDefaultCommunicationTimeouts.SendTimeout

通信オブジェクトによって呼び出された送信メソッドがタイムアウトするまでの時間を取得します。

(継承元 ChannelBase)
ISessionChannel<IAsyncDuplexSession>.Session

拡張メソッド

CloseHelperAsync(ICommunicationObject, TimeSpan)
OpenHelperAsync(ICommunicationObject, TimeSpan)
GetInternalCloseTimeout(CommunicationObject)

適用対象