ClientProtocolPropertyCollection Members
Include Protected Members
Include Inherited Members
The ClientProtocolPropertyCollection class represents a collection of ClientProtocolProperty objects that represent all the attributes of the client protocol defined on the parent object.
The ClientProtocolPropertyCollection type exposes the following members.
Methods
Name | Description | |
---|---|---|
Contains(String) | Checks whether the specified key value exists in the collection. (Inherited from ProtocolPropertyCollection.) | |
CopyTo(array<ProtocolProperty[], Int32) | Copies the collection objects to a one-dimensional array beginning at the index value specified. (Inherited from ProtocolPropertyCollection.) | |
Equals(Object) | (Inherited from Object.) | |
Finalize() | (Inherited from Object.) | |
GetEnumerator() | Returns an IEnumerator interface that allows you to iterate through the objects in the collection. (Inherited from ProtocolPropertyCollection.) | |
GetHashCode() | (Inherited from Object.) | |
GetType() | (Inherited from Object.) | |
MemberwiseClone() | (Inherited from Object.) | |
ToString() | (Inherited from Object.) |
Top
Properties
Name | Description | |
---|---|---|
Count | Gets the number of ProtocolProperty objects in the referenced collection. (Inherited from ProtocolPropertyCollection.) | |
IsSynchronized | Gets the Boolean property value that specifies whether access to the collection is synchronized and therefore thread-safe. (Inherited from ProtocolPropertyCollection.) | |
Item[Int32] | (Inherited from ProtocolPropertyCollection.) | |
Item[String] | Gets a ProtocolProperty object in the collection by name. (Inherited from ProtocolPropertyCollection.) | |
SyncRoot | Gets an object that can be used to synchronize access to the collection. (Inherited from ProtocolPropertyCollection.) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
ICollection.CopyTo(Array, Int32) | (Inherited from ProtocolPropertyCollection.) |
Top