Class ConcordiumClientOptions
- Namespace
- Concordium.Sdk.Client
- Assembly
- Concordium.Sdk.dll
Configurations to Concordium Client.
public sealed class ConcordiumClientOptions
- Inheritance
-
ConcordiumClientOptions
- Inherited Members
Properties
ChannelOptions
Optionally to specify connection settings such as the retry policy or keepalive ping.
By default the policy is not to retry if a connection could not be established.
See https://github.com/grpc/grpc/blob/master/doc/keepalive.md for default values for the keepalive ping parameters.
public GrpcChannelOptions? ChannelOptions { get; init; }
Property Value
Timeout
The maximum permitted duration of a call made by this client.
null
allows the call to run indefinitely.
public TimeSpan? Timeout { get; init; }