Informs the DNS server about the maximum response size (in bytes) that can be accepted over UDP.

Namespace:  JHSoftware
Assembly:  JHSoftware.DnsClient (in JHSoftware.DnsClient.dll) Version: 1.0.1.0 (1.0.1.0)

Syntax

C#
public int Edns0Payload { get; set; }
Visual Basic (Declaration)
Public Property Edns0Payload As Integer

Remarks

Default value: 1280

Only used when UseEdns0 is true.

Must be in the range 512 to 65535.

See Also