ServerProtocolPropertyCollection-Member
The ServerProtocolPropertyCollection class represents a collection of ServerProtocolProperty objects that represent all the attributes of the server protocol defined on the parent object.
Der ServerProtocolPropertyCollection-Typ macht die folgenden Member verfügbar.
Methoden
Name | Beschreibung | |
---|---|---|
Contains | Checks whether the specified key value exists in the collection. (Geerbt von ProtocolPropertyCollection.) | |
CopyTo | Copies the collection objects to a one-dimensional array beginning at the index value specified. (Geerbt von ProtocolPropertyCollection.) | |
Equals | (Geerbt von Object.) | |
Finalize | (Geerbt von Object.) | |
GetEnumerator | Returns an IEnumerator interface that allows you to iterate through the objects in the collection. (Geerbt von ProtocolPropertyCollection.) | |
GetHashCode | (Geerbt von Object.) | |
GetType | (Geerbt von Object.) | |
MemberwiseClone | (Geerbt von Object.) | |
ToString | (Geerbt von Object.) |
Zum Anfang
Eigenschaften
Name | Beschreibung | |
---|---|---|
Count | Gets the number of ProtocolProperty objects in the referenced collection. (Geerbt von ProtocolPropertyCollection.) | |
IsSynchronized | Gets the Boolean property value that specifies whether access to the collection is synchronized and therefore thread-safe. (Geerbt von ProtocolPropertyCollection.) | |
Item[ ( [ ( Int32] ) ] ) | (Geerbt von ProtocolPropertyCollection.) | |
Item[ ( [ ( String] ) ] ) | Gets a ProtocolProperty object in the collection by name. (Geerbt von ProtocolPropertyCollection.) | |
SyncRoot | Gets an object that can be used to synchronize access to the collection. (Geerbt von ProtocolPropertyCollection.) |
Zum Anfang
Explizite Schnittstellenimplementierungen
Name | Beschreibung | |
---|---|---|
ICollection. . :: . .CopyTo | (Geerbt von ProtocolPropertyCollection.) |
Zum Anfang