ConnectionActiveState Class

 

Contains the state of a connection.

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

System.Object
  Microsoft.Web.Management.Client.ConnectionActiveState

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

NameDescription
System_CAPS_pubpropertyActive

Gets a value indicating whether the connection is active.

System_CAPS_pubpropertyDifferentCredentials

Gets a value indicating whether the credentials are different.

System_CAPS_pubpropertySimilarConnection

Gets a value indicating whether the connection is similar.

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(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.

Return to top
Show: