IEndpoint
Assembly: ServiceStack.Interfaces.dll
View Source
Declaration
public interface IEndpoint
Properties
Host
View Source
Declaration
string Host { get; }
Port
View Source
Declaration
int Port { get; }
public interface IEndpoint
string Host { get; }
int Port { get; }