Class OptRecord
A options resource record.
Assembly: DnsClient.dll
Syntax
public class OptRecord : DnsResourceRecord
Constructors
|
Improve this Doc
View Source
OptRecord(Int32, Int32, Boolean, Int32, Byte[])
Declaration
public OptRecord(int size = 4096, int version = 0, bool doFlag = false, int length = 0, byte[] data = null)
Parameters
|
Improve this Doc
View Source
OptRecord(Int32, Int32, Int32, Byte[])
Declaration
public OptRecord(int size, int ttlFlag, int length, byte[] data)
Parameters
Properties
|
Improve this Doc
View Source
Data
Declaration
public byte[] Data { get; }
Property Value
|
Improve this Doc
View Source
IsDnsSecOk
Declaration
public bool IsDnsSecOk { get; set; }
Property Value
|
Improve this Doc
View Source
ResponseCodeEx
Declaration
public DnsResponseCode ResponseCodeEx { get; set; }
Property Value
|
Improve this Doc
View Source
UdpSize
Declaration
public short UdpSize { get; }
Property Value
|
Improve this Doc
View Source
Version
Declaration
public byte Version { get; set; }
Property Value