現在登録されているチャネルのリストを取得します。
Public Shared ReadOnly Property RegisteredChannels As IChannel ()
[C#]
public static IChannel[] RegisteredChannels {get;}
[C++]
public: __property static IChannel* get_RegisteredChannels();
[JScript]
public static function get RegisteredChannels() : IChannel[];
プロパティ値
現在登録されているすべてのチャネルの配列。
例外
| 例外の種類 | 条件 |
|---|---|
| SecurityException | 直前の呼び出し元に、インフラストラクチャ アクセス許可がありません。 |
必要条件
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ
.NET Framework セキュリティ:
- SecurityPermission (インフラストラクチャ コードを操作するために必要なアクセス許可)要求値: SecurityAction.LinkDemand; アクセス許可値: SecurityPermissionFlag.Infrastructure
参照
ChannelServices クラス | ChannelServices メンバ | System.Runtime.Remoting.Channels 名前空間