ConnectionOptions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Connection options.
public class ConnectionOptions
type ConnectionOptions = class
Public Class ConnectionOptions
- Inheritance
-
ConnectionOptions
Constructors
ConnectionOptions() |
Fields
DEFAULT_OPENCONNECTION_TIMEOUT |
The default value for OpenConnectionTimeout. |
Properties
ConnectionRetryDelay |
Gets or sets the amount of time to wait after a failed connection attempt before retrying the connection. |
ConnectionsPerEndpoint |
Gets or sets the number of connections to maintain for each endpoint. |
OpenConnectionTimeout |
Gets or sets the timeout before a connection open is assumed to have failed. |
ProtocolVersion |
Gets or sets the network protocol version to negotiate with. |