ConnectionInfo Class
Encapsulates information about a connection in a serializable form.
Assembly: Microsoft.Web.Management (in Microsoft.Web.Management.dll)
| Name | Description | |
|---|---|---|
![]() | ConnectionInfo(String, Uri, Boolean, ManagementScope, ManagementScopePath, ConnectionCredential, IConnectionManager) | Initializes a new instance of the ConnectionInfo class. |
| Name | Description | |
|---|---|---|
![]() | Credentials | Gets the credentials for the connection. |
![]() | IsLocal | Gets a value indicating whether the connection is local. |
![]() | Name | Gets or sets the name of the connection. |
![]() | Scope | Gets the scope of the connection. |
![]() | ScopePath | Gets the scope path of the connection. |
![]() | Url | Gets or sets the URL of the connection. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | Determines whether the specified object is equal to the current ConnectionInfo object.(Overrides Object.Equals(Object).) |
![]() | GetHashCode() | Gets the hash code of the connection.(Overrides Object.GetHashCode().) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() | RenamedEventHandler | Occurs when the name of the connection changes. |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


