@ -22,5 +22,6 @@ namespace GBase.Client
public IPAddress IpAddress { get; }
public int Port { get; }
public string Endpoint { get; }
public string ServerProtocolEndpointAddress => @$"{Protocol.GetProtocolString()}{IpAddress}:{Port}{Endpoint}";
}
@ -8,6 +8,6 @@ namespace GBase.Client.Interfaces
{
public interface IGBaseClientSettings : ICommunicationSettings
string ServerProtocolEndpointAddress { get; }