Interface IRpcServerSettings
Assembly: Catalyst.Abstractions.dll
Syntax
public interface IRpcServerSettings
Properties
|
Improve this Doc
View Source
BindAddress
Declaration
IPAddress BindAddress { get; }
Property Value
Type |
Description |
System.Net.IPAddress |
|
|
Improve this Doc
View Source
NodeConfig
Declaration
IConfigurationRoot NodeConfig { get; }
Property Value
Type |
Description |
IConfigurationRoot |
|
|
Improve this Doc
View Source
PfxFileName
Declaration
string PfxFileName { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Port
Declaration
Property Value
Type |
Description |
System.Int32 |
|