ConnectionInfo Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Encapsulates information about a connection in a serializable form.
public ref class ConnectionInfo sealed
public sealed class ConnectionInfo
type ConnectionInfo = class
Public NotInheritable Class ConnectionInfo
- Inheritance
-
ConnectionInfo
Constructors
ConnectionInfo(String, Uri, Boolean, ManagementScope, ManagementScopePath, ConnectionCredential, IConnectionManager) |
Initializes a new instance of the ConnectionInfo class. |
Properties
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. |
Methods
Equals(Object) |
Determines whether the specified object is equal to the current ConnectionInfo object. |
GetHashCode() |
Gets the hash code of the connection. |
Events
RenamedEventHandler |
Occurs when the name of the connection changes. |