Interface IRpcClientConfig
Assembly: Catalyst.Abstractions.dll
Syntax
public interface IRpcClientConfig
Properties
|
Improve this Doc
View Source
HostAddress
Declaration
IPAddress HostAddress { get; set; }
Property Value
Type |
Description |
System.Net.IPAddress |
|
|
Improve this Doc
View Source
NodeId
Declaration
string NodeId { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
PfxFileName
Declaration
string PfxFileName { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Port
Declaration
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
PublicKey
Declaration
string PublicKey { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
SslCertPassword
Declaration
string SslCertPassword { get; set; }
Property Value
Type |
Description |
System.String |
|