ConnectionInfo Class

 

Encapsulates information about a connection in a serializable form.

Namespace:   Microsoft.Web.Management.Client
Assembly:  Microsoft.Web.Management (in Microsoft.Web.Management.dll)

System.Object
  Microsoft.Web.Management.Client.ConnectionInfo

[SecurityPermissionAttribute(SecurityAction.Demand, Flags = SecurityPermissionFlag.UnmanagedCode)]
public sealed class ConnectionInfo

NameDescription
System_CAPS_pubpropertyCredentials

Gets the credentials for the connection.

System_CAPS_pubpropertyIsLocal

Gets a value indicating whether the connection is local.

System_CAPS_pubpropertyName

Gets or sets the name of the connection.

System_CAPS_pubpropertyScope

Gets the scope of the connection.

System_CAPS_pubpropertyScopePath

Gets the scope path of the connection.

System_CAPS_pubpropertyUrl

Gets or sets the URL of the connection.

NameDescription
System_CAPS_pubmethodEquals(Object)

Determines whether the specified object is equal to the current ConnectionInfo object.(Overrides Object.Equals(Object).)

System_CAPS_pubmethodGetHashCode()

Gets the hash code of the connection.(Overrides Object.GetHashCode().)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

NameDescription
System_CAPS_pubeventRenamedEventHandler

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.

Return to top
Show: