IP*Works! 2016 .NET Edition
IP*Works! 2016 .NET Edition
Questions / Feedback?

RequestId Property

The ID of the current DNS request.

Syntax

[VB.NET]
Public Property RequestId As Integer

[C#]
public int RequestId {get; set;}

Remarks

This property is the identifier of the request that generated the current response values. Each time the component makes a DNS query, it generates a unique request identifier to track the response.

If a custom value is needed for RequestId, the property must be set before sending a request. The component increments RequestId automatically after sending each request.

NOTE: The component throws an exception when a value that is not between 1 and 32,767 is specified.

This property is not available at design time.

Default Value

1

 
 
Copyright (c) 2020 /n software inc. - All rights reserved.
IP*Works! 2016 .NET Edition - Version 16.0 [Build 7353]