Interface IConnectionInfo
Connection info.
public interface IConnectionInfo
Properties
Node
Gets the target node.
IClusterNode Node { get; }
Property Value
SslInfo
Gets the SSL info, if SSL is enabled.
ISslInfo? SslInfo { get; }
Connection info.
public interface IConnectionInfo
Gets the target node.
IClusterNode Node { get; }
Gets the SSL info, if SSL is enabled.
ISslInfo? SslInfo { get; }