Compartilhar via


Membros ServerProtocolPropertyCollection

The ServerProtocolPropertyCollection class represents a collection of ServerProtocolProperty objects that represent all the attributes of the server protocol defined on the parent object.

O tipo ServerProtocolPropertyCollection expõe os seguintes membros.

Métodos

  Nome Descrição
Método público Contains Checks whether the specified key value exists in the collection. (Herdado de ProtocolPropertyCollection.)
Método público CopyTo Copies the collection objects to a one-dimensional array beginning at the index value specified. (Herdado de ProtocolPropertyCollection.)
Método público Equals (Herdado de Object.)
Método protegido Finalize (Herdado de Object.)
Método público GetEnumerator Returns an IEnumerator interface that allows you to iterate through the objects in the collection. (Herdado de ProtocolPropertyCollection.)
Método público GetHashCode (Herdado de Object.)
Método público GetType (Herdado de Object.)
Método protegido MemberwiseClone (Herdado de Object.)
Método público ToString (Herdado de Object.)

Início

Propriedades

  Nome Descrição
Propriedade pública Count Gets the number of ProtocolProperty objects in the referenced collection. (Herdado de ProtocolPropertyCollection.)
Propriedade pública IsSynchronized Gets the Boolean property value that specifies whether access to the collection is synchronized and therefore thread-safe. (Herdado de ProtocolPropertyCollection.)
Propriedade pública Item[ ( [ ( Int32] ) ] ) (Herdado de ProtocolPropertyCollection.)
Propriedade pública Item[ ( [ ( String] ) ] ) Gets a ProtocolProperty object in the collection by name. (Herdado de ProtocolPropertyCollection.)
Propriedade pública SyncRoot Gets an object that can be used to synchronize access to the collection. (Herdado de ProtocolPropertyCollection.)

Início

Implementações de interface explícitas

  Nome Descrição
Implementação de interface explícitaMétodo particular ICollection. . :: . .CopyTo (Herdado de ProtocolPropertyCollection.)

Início