Click or drag to resize
GDPushConnectionIsConnected Property
Gets the current status of the Push Channel connection.

Namespace:  GD
Assembly:  GD (in GD.dll) Version: 255.255.255.255
Syntax
public bool IsConnected { get; }

Property Value

Type: Boolean
Returns true if the Push Channel connection is open and operating, and the Push Channel service is available; otherwise false.
See Also