次の方法で共有


BaseChannelWithProperties クラス

プロパティにディクショナリ インターフェイスを公開する、チャネルの基本の実装を提供します。

この型のすべてのメンバの一覧については、BaseChannelWithProperties メンバ を参照してください。

System.Object
   System.Runtime.Remoting.Channels.BaseChannelObjectWithProperties
      System.Runtime.Remoting.Channels.BaseChannelWithProperties
         System.Runtime.Remoting.Channels.Http.HttpChannel
         System.Runtime.Remoting.Channels.Http.HttpClientChannel
         System.Runtime.Remoting.Channels.Http.HttpServerChannel

MustInherit Public Class BaseChannelWithProperties
   Inherits BaseChannelObjectWithProperties
[C#]
public abstract class BaseChannelWithProperties :
   BaseChannelObjectWithProperties
[C++]
public __gc __abstract class BaseChannelWithProperties : public
   BaseChannelObjectWithProperties
[JScript]
public abstract class BaseChannelWithProperties extends
   BaseChannelObjectWithProperties

スレッドセーフ

この型の public static (Visual Basicでは Shared) のすべてのメンバは、マルチスレッド操作で安全に使用できます。インスタンスのメンバの場合は、スレッドセーフであるとは限りません。

解説

BaseChannelWithProperties クラスは、チャネル シンク チェイン内のシンクに対して、そのプロパティを要求するという複雑な処理を実行します。チャネルがシンク チェイン (適用される場合) を構築後に、 SinksWithProperties プロパティを設定する必要があります。

メモ   このクラスは、リンク確認要求と継承確認要求をクラス レベルで行います。直前の呼び出し元または派生クラスにインフラストラクチャ アクセス許可がない場合、 SecurityException がスローされます。セキュリティ要求の詳細については、「 リンク確認要求 」および「 継承確認要求 」を参照してください。

継承時の注意: BaseChannelWithProperties から継承する場合は、 Keys プロパティと Item プロパティを実装する必要があります。

必要条件

名前空間: System.Runtime.Remoting.Channels

プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ

アセンブリ: Mscorlib (Mscorlib.dll 内)

.NET Framework セキュリティ:

参照

BaseChannelWithProperties メンバ | System.Runtime.Remoting.Channels 名前空間