Class ProxyConfig
SignalR proxy configuration.
Namespace: Neon.SignalR
Assembly: Neon.SignalR.dll
Syntax
public class ProxyConfig
Properties
ActivityTimeout
The activity timeout for a connection. Default is 100 seconds. The max value is TimeSpan.FromMilliseconds(int.MaxValue).
Declaration
public TimeSpan ActivityTimeout { get; set; }
Property Value
Type | Description |
---|---|
TimeSpan |
DnsProbeInterval
The interval to probe DNS for changes.
Declaration
public TimeSpan DnsProbeInterval { get; set; }
Property Value
Type | Description |
---|---|
TimeSpan |
Hostname
The hostname of the
Declaration
public string Hostname { get; set; }
Property Value
Type | Description |
---|---|
string |
PeerAddress
The address of this service. Must have valid SRV records.
Declaration
public string PeerAddress { get; set; }
Property Value
Type | Description |
---|---|
string |
Port
The service port.
Declaration
public int Port { get; set; }
Property Value
Type | Description |
---|---|
int |