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