ChannelDataStore Classe
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Stocke les 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. A SecurityException est levée lorsque l’appelant immédiat ou la classe dérivée n’a pas d’autorisation d’infrastructure. Pour plus d’informations sur les demandes de sécurité, consultez Demandes de liaison.
Constructeurs
| Nom | Description |
|---|---|
| ChannelDataStore(String[]) |
Initialise une nouvelle instance de la ChannelDataStore classe avec les URI auxquels le canal actuel est mappé. |
Propriétés
| Nom | Description |
|---|---|
| ChannelUris |
Obtient ou définit un tableau d’URI de canal auquel le canal actuel est mappé. |
| 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
| Nom | Description |
|---|---|
| Equals(Object) |
Détermine si l'objet spécifié est identique à l'objet actuel. (Hérité de Object) |
| GetHashCode() |
Sert de fonction de hachage par défaut. (Hérité de Object) |
| GetType() |
Obtient la Type de l’instance actuelle. (Hérité de Object) |
| MemberwiseClone() |
Crée une copie superficielle du Objectactuel. (Hérité de Object) |
| ToString() |
Retourne une chaîne qui représente l’objet actuel. (Hérité de Object) |