ConnectionInfoCollection Class
IIS 7.0
Defines a collection of registered connections.
Assembly: Microsoft.Web.Management (in Microsoft.Web.Management.dll)
System.Object
System.Collections.ObjectModel.ReadOnlyCollection<'T>
Microsoft.Web.Management.Client.ConnectionInfoCollection
System.Collections.ObjectModel.ReadOnlyCollection<'T>
Microsoft.Web.Management.Client.ConnectionInfoCollection
| Name | Description | |
|---|---|---|
![]() | ConnectionInfoCollection(IConnectionManager) | Initializes a new instance of the ConnectionInfoCollection class. |
| Name | Description | |
|---|---|---|
![]() | Count | (Inherited from ReadOnlyCollection<'T>.) |
![]() | Item(Int32) | (Inherited from ReadOnlyCollection<'T>.) |
![]() | Item(String) | Gets the connection that has the specified name from the collection. |
| Name | Description | |
|---|---|---|
![]() | Contains('T) | (Inherited from ReadOnlyCollection<'T>.) |
![]() | CopyTo('T[], Int32) | (Inherited from ReadOnlyCollection<'T>.) |
![]() | Equals(Object) | (Inherited from Object.) |
![]() | GetEnumerator() | (Inherited from ReadOnlyCollection<'T>.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | IndexOf('T) | (Inherited from ReadOnlyCollection<'T>.) |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:




