Class RpcServerSettings
This class provides the settings for the RpcServer class.
Inheritance
System.Object
RpcServerSettings
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Catalyst.Core.Modules.Rpc.Server
Assembly: Catalyst.Core.Modules.Rpc.Server.dll
Syntax
public sealed class RpcServerSettings : IRpcServerSettings
Constructors
| Improve this Doc View SourceRpcServerSettings(IConfigurationRoot)
Sets RpcServerSetting Attributes
Declaration
public RpcServerSettings(IConfigurationRoot rootSection)
Parameters
Type | Name | Description |
---|---|---|
IConfigurationRoot | rootSection |
Properties
| Improve this Doc View SourceBindAddress
Declaration
public IPAddress BindAddress { get; }
Property Value
Type | Description |
---|---|
System.Net.IPAddress |
NodeConfig
Declaration
public IConfigurationRoot NodeConfig { get; }
Property Value
Type | Description |
---|---|
IConfigurationRoot |
PfxFileName
Declaration
public string PfxFileName { get; }
Property Value
Type | Description |
---|---|
System.String |
Port
Declaration
public int Port { get; }
Property Value
Type | Description |
---|---|
System.Int32 |