Compartir a través de


ClientProtocolPropertyCollection Miembros

The ClientProtocolPropertyCollection class represents a collection of ClientProtocolProperty objects that represent all the attributes of the client protocol defined on the parent object.

El tipo ClientProtocolPropertyCollection expone los siguientes miembros.

Métodos

  Nombre Descripción
Método publico Contains Checks whether the specified key value exists in the collection. (Se hereda de ProtocolPropertyCollection).
Método publico CopyTo Copies the collection objects to a one-dimensional array beginning at the index value specified. (Se hereda de ProtocolPropertyCollection).
Método publico Equals (Se hereda de Object).
Método protegido Finalize (Se hereda de Object).
Método publico GetEnumerator Returns an IEnumerator interface that allows you to iterate through the objects in the collection. (Se hereda de ProtocolPropertyCollection).
Método publico GetHashCode (Se hereda de Object).
Método publico GetType (Se hereda de Object).
Método protegido MemberwiseClone (Se hereda de Object).
Método publico ToString (Se hereda de Object).

Principio

Propiedades

  Nombre Descripción
Propiedad pública Count Gets the number of ProtocolProperty objects in the referenced collection. (Se hereda de ProtocolPropertyCollection).
Propiedad pública IsSynchronized Gets the Boolean property value that specifies whether access to the collection is synchronized and therefore thread-safe. (Se hereda de ProtocolPropertyCollection).
Propiedad pública Item[ ( [ ( Int32] ) ] ) (Se hereda de ProtocolPropertyCollection).
Propiedad pública Item[ ( [ ( String] ) ] ) Gets a ProtocolProperty object in the collection by name. (Se hereda de ProtocolPropertyCollection).
Propiedad pública SyncRoot Gets an object that can be used to synchronize access to the collection. (Se hereda de ProtocolPropertyCollection).

Principio

Implementaciones de interfaces explícitas

  Nombre Descripción
Implementación de interfaces explícitasMétodo privado ICollection. . :: . .CopyTo (Se hereda de ProtocolPropertyCollection).

Principio