Modifier and Type | Method and Description |
---|---|
ConnectionMode |
ConnectionPolicy.getConnectionMode()
Gets the connection mode used in the client.
|
static ConnectionMode |
ConnectionMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConnectionMode[] |
ConnectionMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ConnectionPolicy |
ConnectionPolicy.setConnectionMode(ConnectionMode connectionMode)
Sets the connection mode used in the client.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.