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

Weblio 辞書 > コンピュータ > .NET Framework クラス ライブラリ リファレンス > BinaryClientFormatterSinkProviderの意味・解説 

BinaryClientFormatterSinkProvider クラス

バイナリ クライアント フォーマッタ シンク プロバイダ実装提供します

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

Public Class BinaryClientFormatterSinkProvider
    Implements IClientFormatterSinkProvider, IClientChannelSinkProvider
Dim instance As BinaryClientFormatterSinkProvider
public class BinaryClientFormatterSinkProvider
 : IClientFormatterSinkProvider, IClientChannelSinkProvider
public ref class BinaryClientFormatterSinkProvider
 : IClientFormatterSinkProvider, IClientChannelSinkProvider
public class BinaryClientFormatterSinkProvider
 implements IClientFormatterSinkProvider, IClientChannelSinkProvider
public class BinaryClientFormatterSinkProvider
 implements IClientFormatterSinkProvider, IClientChannelSinkProvider
解説解説

BinaryClientFormatterSinkProvider は、BinaryFormatter を使用するクライアント フォーマッタ シンク作成してリモート処理メッセージ流れクライアント チャネル用にメッセージシリアル化ます。

フォーマッタ シンク関数では、必要なヘッダー生成しストリームメッセージシリアル化ます。フォーマッタ シンク作成されると、ProcessMessage 呼び出しまたは AsyncProcessRequest 呼び出し通じてIMessageチャネル シンク チェインすべてのシンク転送されます。この段階では、メッセージが既にシリアル化されており、情報としてだけ提供されます。メッセージ作成または変更する必要があるシンクは、フォーマッタ前にシンク チェイン内に配置する必要があります。これを実行するには、IMessageSink インターフェイスと IClientChannelSink インターフェイス両方実装ます。フォーマッタ シンクは、後でシンク チェイン内に配置できます

フォーマッタ シンクは、シンク構成プロパティ使用して実行時チャネル構成しますシンク プロパティは、構成ファイル指定したり、IDictionary 内でプログラムによって指定したできます構成ファイルではすべての値が文字列によって表されますが、IDictionary プロパティプログラムによって構築する場合は、値型ネイティブな値または文字列で指定できます

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

継承階層継承階層
System.Object
  System.Runtime.Remoting.Channels.BinaryClientFormatterSinkProvider
スレッド セーフスレッド セーフ
この型の public static (Visual Basic では Shared) メンバはすべて、スレッド セーフです。インスタンス メンバ場合は、スレッド セーフであるとは限りません。
プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照

BinaryClientFormatterSinkProvider コンストラクタ ()

BinaryClientFormatterSinkProvider クラス新しインスタンス既定値初期化します。

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

Dim instance As New BinaryClientFormatterSinkProvider
public BinaryClientFormatterSinkProvider ()
public:
BinaryClientFormatterSinkProvider ()
public BinaryClientFormatterSinkProvider ()
public function BinaryClientFormatterSinkProvider
 ()
.NET Framework のセキュリティ.NET Frameworkセキュリティ
プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照
関連項目
BinaryClientFormatterSinkProvider クラス
BinaryClientFormatterSinkProvider メンバ
System.Runtime.Remoting.Channels 名前空間

BinaryClientFormatterSinkProvider コンストラクタ (IDictionary, ICollection)

プロパティプロバイダ データ指定してBinaryClientFormatterSinkProvider クラス新しインスタンス初期化します。

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

Public Sub New ( _
    properties As IDictionary, _
    providerData As ICollection _
)
Dim properties As IDictionary
Dim providerData As ICollection

Dim instance As New BinaryClientFormatterSinkProvider(properties,
 providerData)
public BinaryClientFormatterSinkProvider (
    IDictionary properties,
    ICollection providerData
)
public:
BinaryClientFormatterSinkProvider (
    IDictionary^ properties, 
    ICollection^ providerData
)
public BinaryClientFormatterSinkProvider (
    IDictionary properties, 
    ICollection providerData
)
public function BinaryClientFormatterSinkProvider
 (
    properties : IDictionary, 
    providerData : ICollection
)

パラメータ

properties

BinaryClientFormatterSinkProvider の新しインスタンスと共に使用する構成プロパティの IDictionary。

providerData

BinaryClientFormatterSinkProvider新しインスタンスと共に使用するプロバイダ データ格納している SinkProviderData オブジェクトの ICollection。

.NET Framework のセキュリティ.NET Frameworkセキュリティ
プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照
関連項目
BinaryClientFormatterSinkProvider クラス
BinaryClientFormatterSinkProvider メンバ
System.Runtime.Remoting.Channels 名前空間
その他の技術情報
チャネルおよびフォーマッタ構成プロパティ

BinaryClientFormatterSinkProvider コンストラクタ

BinaryClientFormatterSinkProvider クラス新しインスタンス初期化します。
オーバーロードの一覧オーバーロードの一覧

名前 説明
BinaryClientFormatterSinkProvider () BinaryClientFormatterSinkProvider クラス新しインスタンス既定値初期化します。
BinaryClientFormatterSinkProvider (IDictionary, ICollection) プロパティプロバイダ データ指定してBinaryClientFormatterSinkProvider クラス新しインスタンス初期化します。
参照参照

関連項目

BinaryClientFormatterSinkProvider クラス
BinaryClientFormatterSinkProvider メンバ
System.Runtime.Remoting.Channels 名前空間

BinaryClientFormatterSinkProvider プロパティ


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

  名前 説明
パブリック プロパティ Next シンク プロバイダ チェイン内の次の IClientChannelSinkProvider を取得または設定します
参照参照

関連項目

BinaryClientFormatterSinkProvider クラス
System.Runtime.Remoting.Channels 名前空間
BinaryFormatter

その他の技術情報

チャネルおよびフォーマッタ構成プロパティ
リモート処理設定スキーマ

BinaryClientFormatterSinkProvider メソッド


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

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

関連項目

BinaryClientFormatterSinkProvider クラス
System.Runtime.Remoting.Channels 名前空間
BinaryFormatter

その他の技術情報

チャネルおよびフォーマッタ構成プロパティ
リモート処理設定スキーマ

BinaryClientFormatterSinkProvider メンバ

バイナリ クライアント フォーマッタ シンク プロバイダ実装提供します

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


パブリック コンストラクタパブリック コンストラクタ
  名前 説明
パブリック メソッド BinaryClientFormatterSinkProvider オーバーロードされます。 BinaryClientFormatterSinkProvider クラス新しインスタンス初期化します。
パブリック プロパティパブリック プロパティ
  名前 説明
パブリック プロパティ Next シンク プロバイダ チェイン内の次の IClientChannelSinkProvider を取得または設定します
パブリック メソッドパブリック メソッド
プロテクト メソッドプロテクト メソッド
参照参照

関連項目

BinaryClientFormatterSinkProvider クラス
System.Runtime.Remoting.Channels 名前空間
BinaryFormatter

その他の技術情報

チャネルおよびフォーマッタ構成プロパティ
リモート処理設定スキーマ



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

辞書ショートカット

すべての辞書の索引

「BinaryClientFormatterSinkProvider」の関連用語

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

   

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



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

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

©2025 GRAS Group, Inc.RSS