Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
AltSvcHeaderValue (string alpnProtocolName, string host, int port, TimeSpan maxAge, bool persist) | |
override string | ToString () |
Properties | |
static AltSvcHeaderValue | Clear = new AltSvcHeaderValue("clear", null, 0, TimeSpan.Zero, persist: false) [get] |
string | AlpnProtocolName [get] |
string | Host [get] |
int | Port [get] |
TimeSpan | MaxAge [get] |
bool | Persist [get] |
Definition at line 6 of file AltSvcHeaderValue.cs.