public final class ConnectionState
extends com.aspose.ms.System.Enum
Describes the current state of the connection.
Modifier and Type | Field and Description |
---|---|
static int |
Broken
The connection is broken.
|
static int |
Closed
The connection is closed.
|
static int |
Open
The connection is open.
|
public static final int Closed
The connection is closed.
public static final int Open
The connection is open.
public static final int Broken
The connection is broken.
Copyright (c) 2008-2016 Aspose Pty Ltd. All Rights Reserved.