BinaryServerFormatterSinkとは? わかりやすく解説

BinaryServerFormatterSink クラス

BinaryFormatter を使用するサーバー フォーマッタ シンク実装提供します

名前空間: System.Runtime.Remoting.Channels
アセンブリ: System.Runtime.Remoting (system.runtime.remoting.dll 内)
構文構文

Public Class BinaryServerFormatterSink
    Implements IServerChannelSink, IChannelSinkBase
Dim instance As BinaryServerFormatterSink
public class BinaryServerFormatterSink : IServerChannelSink,
 IChannelSinkBase
public ref class BinaryServerFormatterSink
 : IServerChannelSink, IChannelSinkBase
public class BinaryServerFormatterSink implements
 IServerChannelSink, IChannelSinkBase
public class BinaryServerFormatterSink implements
 IServerChannelSink, IChannelSinkBase
解説解説

要求ストリームは、適切なフォーマッタ シンク到達するまで、サーバー チャネル シンク経由してサーバー トランスポート シンクから反映します。フォーマッタ シンクは、メッセージを逆シリアル化し、パイプライン経由でこのメッセージ渡します特別なディスパッチ シンクが ChannelServices.CreateServerChannelSinkChain メソッドによって、チャネル シンク チェイン末尾挿入されます。このメソッドは、サーバー チャネル シンク チェイン作成するために、サーバー チャネルによって呼び出されます。メッセージディスパッチ シンク到達すると、ディスパッチ シンクは、このメッセージリモート処理インフラストラクチャ渡します

現在のシンク プロバイダに対して指定できるシンク構成プロパティ次の表に示します

継承階層継承階層
System.Object
  System.Runtime.Remoting.Channels.BinaryServerFormatterSink
スレッド セーフスレッド セーフ
この型の public static (Visual Basic では Shared) メンバはすべて、スレッド セーフです。インスタンス メンバ場合は、スレッド セーフであるとは限りません。
プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照
関連項目
BinaryServerFormatterSink メンバ
System.Runtime.Remoting.Channels 名前空間
BinaryServerFormatterSinkProvider
その他の技術情報
シンクシンク チェーン
.NET Framework リモート処理での自動シリアル化

BinaryServerFormatterSink コンストラクタ

BinaryServerFormatterSink クラス新しインスタンス初期化します。

名前空間: System.Runtime.Remoting.Channels
アセンブリ: System.Runtime.Remoting (system.runtime.remoting.dll 内)
構文構文

Public Sub New ( _
    protocol As Protocol, _
    nextSink As IServerChannelSink, _
    receiver As IChannelReceiver _
)
Dim protocol As Protocol
Dim nextSink As IServerChannelSink
Dim receiver As IChannelReceiver

Dim instance As New BinaryServerFormatterSink(protocol,
 nextSink, receiver)
public BinaryServerFormatterSink (
    Protocol protocol,
    IServerChannelSink nextSink,
    IChannelReceiver receiver
)
public:
BinaryServerFormatterSink (
    Protocol protocol, 
    IServerChannelSink^ nextSink, 
    IChannelReceiver^ receiver
)
public BinaryServerFormatterSink (
    Protocol protocol, 
    IServerChannelSink nextSink, 
    IChannelReceiver receiver
)
public function BinaryServerFormatterSink (
    protocol : Protocol, 
    nextSink : IServerChannelSink, 
    receiver : IChannelReceiver
)

パラメータ

protocol

BinaryServerFormatterSink.Protocol の現在のインスタンスと共に使用される BinaryServerFormatterSink。

nextSink

チャネル シンク チェイン内の次のシンク

receiver

BinaryServerFormatterSink新しインスタンスによってシリアル化されたメッセージ受信するチャネル示します

.NET Framework のセキュリティ.NET Frameworkセキュリティ
プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照
関連項目
BinaryServerFormatterSink クラス
BinaryServerFormatterSink メンバ
System.Runtime.Remoting.Channels 名前空間

BinaryServerFormatterSink プロパティ


パブリック プロパティパブリック プロパティ

  名前 説明
パブリック プロパティ NextChannelSink シンク チェイン内の次の IServerChannelSink を取得します
パブリック プロパティ Properties 現在のチャネル シンクプロパティの IDictionary を取得します
パブリック プロパティ TypeFilterLevel BinaryServerFormatterSink実行する自動シリアル化TypeFilterLevel 値を取得または設定します
参照参照

関連項目

BinaryServerFormatterSink クラス
System.Runtime.Remoting.Channels 名前空間
BinaryServerFormatterSinkProvider

その他の技術情報

シンクシンク チェーン
.NET Framework リモート処理での自動シリアル化

BinaryServerFormatterSink メソッド


パブリック メソッドパブリック メソッド

プロテクト メソッドプロテクト メソッド
参照参照

関連項目

BinaryServerFormatterSink クラス
System.Runtime.Remoting.Channels 名前空間
BinaryServerFormatterSinkProvider

その他の技術情報

シンクシンク チェーン
.NET Framework リモート処理での自動シリアル化

BinaryServerFormatterSink メンバ

BinaryFormatter を使用するサーバー フォーマッタ シンク実装提供します

BinaryServerFormatterSink データ型公開されるメンバを以下の表に示します


パブリック コンストラクタパブリック コンストラクタ
  名前 説明
パブリック メソッド BinaryServerFormatterSink BinaryServerFormatterSink クラス新しインスタンス初期化します。
パブリック プロパティパブリック プロパティ
  名前 説明
パブリック プロパティ NextChannelSink シンク チェイン内の次の IServerChannelSink を取得します
パブリック プロパティ Properties 現在のチャネル シンクプロパティの IDictionary を取得します
パブリック プロパティ TypeFilterLevel BinaryServerFormatterSink実行する自動シリアル化TypeFilterLevel 値を取得または設定します
パブリック メソッドパブリック メソッド
プロテクト メソッドプロテクト メソッド
参照参照

関連項目

BinaryServerFormatterSink クラス
System.Runtime.Remoting.Channels 名前空間
BinaryServerFormatterSinkProvider

その他の技術情報

シンクシンク チェーン
.NET Framework リモート処理での自動シリアル化



英和和英テキスト翻訳>> Weblio翻訳
英語⇒日本語日本語⇒英語
  

辞書ショートカット

すべての辞書の索引

「BinaryServerFormatterSink」の関連用語

BinaryServerFormatterSinkのお隣キーワード
検索ランキング

   

英語⇒日本語
日本語⇒英語
   



BinaryServerFormatterSinkのページの著作権
Weblio 辞書 情報提供元は 参加元一覧 にて確認できます。

   
日本マイクロソフト株式会社日本マイクロソフト株式会社
© 2025 Microsoft.All rights reserved.

©2025 GRAS Group, Inc.RSS