Freigeben über


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
Öffentliche Methode Contains Checks whether the specified key value exists in the collection. (Geerbt von ProtocolPropertyCollection.)
Öffentliche Methode CopyTo Copies the collection objects to a one-dimensional array beginning at the index value specified. (Geerbt von ProtocolPropertyCollection.)
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetEnumerator Returns an IEnumerator interface that allows you to iterate through the objects in the collection. (Geerbt von ProtocolPropertyCollection.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft Count Gets the number of ProtocolProperty objects in the referenced collection. (Geerbt von ProtocolPropertyCollection.)
Öffentliche Eigenschaft IsSynchronized Gets the Boolean property value that specifies whether access to the collection is synchronized and therefore thread-safe. (Geerbt von ProtocolPropertyCollection.)
Öffentliche Eigenschaft Item[ ( [ ( Int32] ) ] ) (Geerbt von ProtocolPropertyCollection.)
Öffentliche Eigenschaft Item[ ( [ ( String] ) ] ) Gets a ProtocolProperty object in the collection by name. (Geerbt von ProtocolPropertyCollection.)
Öffentliche Eigenschaft SyncRoot Gets an object that can be used to synchronize access to the collection. (Geerbt von ProtocolPropertyCollection.)

Zum Anfang

Explizite Schnittstellenimplementierungen 

  Name Beschreibung
Explizite SchnittstellenimplementierungPrivate Methode ICollection. . :: . .CopyTo (Geerbt von ProtocolPropertyCollection.)

Zum Anfang