dnslib ~master (2021-06-17T16:36:39Z)
Dub
Repo
DnsNetStat
dnslib
net
Undocumented in source.
struct
DnsNetStat {
ulong
requestSize
;
ulong
responseSize
;
Protocol
protocol
;
string
server
;
bool
trusted
;
ushort
port
;
DateTime
timestamp
;
ulong
duration
;
string
toString
();
}
Members
Functions
toString
string
toString
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
duration
ulong
duration
;
Undocumented in source.
port
ushort
port
;
Undocumented in source.
protocol
Protocol
protocol
;
Undocumented in source.
requestSize
ulong
requestSize
;
Undocumented in source.
responseSize
ulong
responseSize
;
Undocumented in source.
server
string
server
;
Undocumented in source.
timestamp
DateTime
timestamp
;
Undocumented in source.
trusted
bool
trusted
;
Undocumented in source.
Meta
Source
See Implementation
dnslib
net
enums
dnsQueryResult
functions
query
tcpQuery
tlsQuery
udpQuery
structs
DnsNetConfig
DnsNetStat
variables
UDP_REQUEST_DATA_SIZE_LIMIT