Class RpcClientSettings
Inheritance
System.Object
RpcClientSettings
Assembly: Catalyst.Core.Modules.Rpc.Client.dll
Syntax
public sealed class RpcClientSettings : IRpcClientConfig
Properties
|
Improve this Doc
View Source
HostAddress
Declaration
public IPAddress HostAddress { get; set; }
Property Value
Type |
Description |
System.Net.IPAddress |
|
|
Improve this Doc
View Source
NodeId
Declaration
public string NodeId { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
PfxFileName
Declaration
public string PfxFileName { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Port
Declaration
public int Port { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
PublicKey
Declaration
public string PublicKey { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
SslCertPassword
Declaration
public string SslCertPassword { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
|
Improve this Doc
View Source
BuildRpcNodeSettingList(IConfigurationRoot)
Declaration
public static IList<IRpcClientConfig> BuildRpcNodeSettingList(IConfigurationRoot config)
Parameters
Type |
Name |
Description |
IConfigurationRoot |
config |
|
Returns
Type |
Description |
System.Collections.Generic.IList<IRpcClientConfig> |
|