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

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

SoapClientFormatterSinkProvider クラス

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

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

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

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

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

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

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

継承階層継承階層
System.Object
  System.Runtime.Remoting.Channels.SoapClientFormatterSinkProvider
スレッド セーフスレッド セーフ
この型の public static (Visual Basic では Shared) メンバはすべて、スレッド セーフです。インスタンス メンバ場合は、スレッド セーフであるとは限りません。
プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照
関連項目
SoapClientFormatterSinkProvider メンバ
System.Runtime.Remoting.Channels 名前空間
BinaryFormatter
その他の技術情報
チャネルおよびフォーマッタ構成プロパティ
シンクシンク チェーン

SoapClientFormatterSinkProvider コンストラクタ ()

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

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

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

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

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

名前空間: 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 SoapClientFormatterSinkProvider(properties,
 providerData)
public SoapClientFormatterSinkProvider (
    IDictionary properties,
    ICollection providerData
)
public:
SoapClientFormatterSinkProvider (
    IDictionary^ properties, 
    ICollection^ providerData
)
public SoapClientFormatterSinkProvider (
    IDictionary properties, 
    ICollection providerData
)
public function SoapClientFormatterSinkProvider
 (
    properties : IDictionary, 
    providerData : ICollection
)

パラメータ

properties

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

providerData

SoapClientFormatterSinkProvider新しインスタンスと共に使用するプロバイダ データの ICollection。

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

SoapClientFormatterSinkProvider コンストラクタ

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

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

関連項目

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

SoapClientFormatterSinkProvider プロパティ


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

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

関連項目

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

その他の技術情報

チャネルおよびフォーマッタ構成プロパティ
シンクシンク チェーン

SoapClientFormatterSinkProvider メソッド


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

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

関連項目

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

その他の技術情報

チャネルおよびフォーマッタ構成プロパティ
シンクシンク チェーン

SoapClientFormatterSinkProvider メンバ

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

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


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

関連項目

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

その他の技術情報

チャネルおよびフォーマッタ構成プロパティ
シンクシンク チェーン


このページでは「.NET Framework クラス ライブラリ リファレンス」からSoapClientFormatterSinkProviderを検索した結果を表示しています。
Weblioに収録されているすべての辞書からSoapClientFormatterSinkProviderを検索する場合は、下記のリンクをクリックしてください。
 全ての辞書からSoapClientFormatterSinkProvider を検索

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

辞書ショートカット

すべての辞書の索引

「SoapClientFormatterSinkProvider」の関連用語

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

   

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



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

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

©2025 GRAS Group, Inc.RSS