Default constructor.
Declaration Syntax
C# | Visual Basic | Visual C++ | F# |
public DNS_rr_NAPTR( string name, int order, int preference, string flags, string services, string regexp, string replacement, int ttl )
Public Sub New ( name As String, order As Integer, preference As Integer, flags As String, services As String, regexp As String, replacement As String, ttl As Integer )
public: DNS_rr_NAPTR( String^ name, int order, int preference, String^ flags, String^ services, String^ regexp, String^ replacement, int ttl )
new : name : string * order : int * preference : int * flags : string * services : string * regexp : string * replacement : string * ttl : int -> DNS_rr_NAPTR
Parameters
- name (String)
- DNS domain name that owns a resource record.
- order (Int32)
- Oorder in which the NAPTR records MUST be processed.
- preference (Int32)
- Order in which NAPTR records with equal Order values SHOULD be processed.
- flags (String)
- Flags which control the rewriting and interpretation of the fields in the record.
- services (String)
- Services related to this record.
- regexp (String)
- Regular expression that is applied to the original string.
- replacement (String)
- Regular expressions replacement value.
- ttl (Int32)
- Time to live value in seconds.
Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119