| ComponentSpace DNS Class Library Reference |
|
DnsMessage.ResponseCode Property
Get or sets the response code (RCODE).
[Visual Basic]
Public Property ResponseCode As
Integer
[C#]
public
int ResponseCode {get; set;}
Property Value
The message response code. The value can be one of the defined DnsMessage.ResponseCodes.
See Also
DnsMessage Class | ComponentSpace.Dns Namespace