Interface IAuthority
- Namespace
- Fluxzy
- Assembly
- Fluxzy.Core.dll
Represents an authority (host, port, secure) for a request
public interface IAuthority
Properties
HostName
The host name
string HostName { get; }
Property Value
Port
The port number
int Port { get; }
Property Value
Secure
Whether the connection is secure or not
bool Secure { get; }