ChannelDataStore Classe

Définition

Stocke des données de canal pour les canaux de communication à distance.

public ref class ChannelDataStore : System::Runtime::Remoting::Channels::IChannelDataStore
[System.Serializable]
public class ChannelDataStore : System.Runtime.Remoting.Channels.IChannelDataStore
[System.Serializable]
[System.Runtime.InteropServices.ComVisible(true)]
public class ChannelDataStore : System.Runtime.Remoting.Channels.IChannelDataStore
[System.Serializable]
[System.Runtime.InteropServices.ComVisible(true)]
[System.Security.SecurityCritical]
public class ChannelDataStore : System.Runtime.Remoting.Channels.IChannelDataStore
[<System.Serializable>]
type ChannelDataStore = class
    interface IChannelDataStore
[<System.Serializable>]
[<System.Runtime.InteropServices.ComVisible(true)>]
type ChannelDataStore = class
    interface IChannelDataStore
[<System.Serializable>]
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Security.SecurityCritical>]
type ChannelDataStore = class
    interface IChannelDataStore
Public Class ChannelDataStore
Implements IChannelDataStore
Héritage
ChannelDataStore
Attributs
Implémente

Remarques

Cette classe effectue une demande de liaison et une demande d’héritage au niveau de la classe. Une SecurityException exception est levée lorsque l’appelant immédiat ou la classe dérivée ne dispose pas d’une autorisation d’infrastructure. Pour plus d’informations sur les demandes de sécurité, consultez demandes de liaison et demandes d’héritage.

Constructeurs

ChannelDataStore(String[])

Initialise une nouvelle instance de la classe ChannelDataStore avec les URI auxquels correspond le canal en cours.

Propriétés

ChannelUris

Obtient ou définit un tableau d'URI de canal auxquels correspond le canal en cours.

Item[Object]

Obtient ou définit l'objet de données associé à la clé spécifiée pour le canal d'implémentation.

Méthodes

Equals(Object)

Détermine si l'objet spécifié est égal à l'objet actuel.

(Hérité de Object)
GetHashCode()

Fait office de fonction de hachage par défaut.

(Hérité de Object)
GetType()

Obtient le Type de l'instance actuelle.

(Hérité de Object)
MemberwiseClone()

Crée une copie superficielle du Object actuel.

(Hérité de Object)
ToString()

Retourne une chaîne qui représente l'objet actuel.

(Hérité de Object)

S’applique à