Membros ClientProtocolPropertyCollection
The ClientProtocolPropertyCollection class represents a collection of ClientProtocolProperty objects that represent all the attributes of the client protocol defined on the parent object.
O tipo ClientProtocolPropertyCollection expõe os seguintes membros.
Métodos
Nome | Descrição | |
---|---|---|
Contains | Checks whether the specified key value exists in the collection. (Herdado de ProtocolPropertyCollection.) | |
CopyTo | Copies the collection objects to a one-dimensional array beginning at the index value specified. (Herdado de ProtocolPropertyCollection.) | |
Equals | (Herdado de Object.) | |
Finalize | (Herdado de Object.) | |
GetEnumerator | Returns an IEnumerator interface that allows you to iterate through the objects in the collection. (Herdado de ProtocolPropertyCollection.) | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
MemberwiseClone | (Herdado de Object.) | |
ToString | (Herdado de Object.) |
Início
Propriedades
Nome | Descrição | |
---|---|---|
Count | Gets the number of ProtocolProperty objects in the referenced collection. (Herdado de ProtocolPropertyCollection.) | |
IsSynchronized | Gets the Boolean property value that specifies whether access to the collection is synchronized and therefore thread-safe. (Herdado de ProtocolPropertyCollection.) | |
Item[ ( [ ( Int32] ) ] ) | (Herdado de ProtocolPropertyCollection.) | |
Item[ ( [ ( String] ) ] ) | Gets a ProtocolProperty object in the collection by name. (Herdado de ProtocolPropertyCollection.) | |
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 | |
---|---|---|
ICollection. . :: . .CopyTo | (Herdado de ProtocolPropertyCollection.) |
Início
Consulte também