KlusterKite  0.0.0
A framework to create scalable and redundant services based on awesome Akka.Net project.
KlusterKite.NodeManager.Client.ApiSurrogates.AkkaAddressSurrogate Class Reference

Represents Address for public API More...

Classes

class  Converter
 Converts Address to AkkaAddressSurrogate More...
 

Properties

string AsString [get, set]
 Gets or sets the address string representation More...
 
string Host [get, set]
 Gets or sets the address host More...
 
int Port [get, set]
 Gets or sets the address port More...
 
string Protocol [get, set]
 Gets or sets the address protocol More...
 
string System [get, set]
 Gets or sets the address system name More...
 

Detailed Description

Represents Address for public API

Definition at line 23 of file AkkaAddressSurrogate.cs.

Property Documentation

◆ AsString

string KlusterKite.NodeManager.Client.ApiSurrogates.AkkaAddressSurrogate.AsString
getset

Gets or sets the address string representation

Definition at line 30 of file AkkaAddressSurrogate.cs.

◆ Host

string KlusterKite.NodeManager.Client.ApiSurrogates.AkkaAddressSurrogate.Host
getset

Gets or sets the address host

Definition at line 37 of file AkkaAddressSurrogate.cs.

◆ Port

int KlusterKite.NodeManager.Client.ApiSurrogates.AkkaAddressSurrogate.Port
getset

Gets or sets the address port

Definition at line 44 of file AkkaAddressSurrogate.cs.

◆ Protocol

string KlusterKite.NodeManager.Client.ApiSurrogates.AkkaAddressSurrogate.Protocol
getset

Gets or sets the address protocol

Definition at line 51 of file AkkaAddressSurrogate.cs.

◆ System

string KlusterKite.NodeManager.Client.ApiSurrogates.AkkaAddressSurrogate.System
getset

Gets or sets the address system name

Definition at line 58 of file AkkaAddressSurrogate.cs.


The documentation for this class was generated from the following file: