LumiSoft Net Help
DNS_rr_SRV Constructor (name, priority, weight, port, target, ttl)
NamespacesLumiSoft.Net.DNSDNS_rr_SRVDNS_rr_SRV(String, Int32, Int32, Int32, String, Int32)
Default constructor.
Declaration Syntax
C#Visual BasicVisual C++F#
public DNS_rr_SRV(
	string name,
	int priority,
	int weight,
	int port,
	string target,
	int ttl
)
Public Sub New ( 
	name As String,
	priority As Integer,
	weight As Integer,
	port As Integer,
	target As String,
	ttl As Integer
)
public:
DNS_rr_SRV(
	String^ name, 
	int priority, 
	int weight, 
	int port, 
	String^ target, 
	int ttl
)
new : 
        name : string * 
        priority : int * 
        weight : int * 
        port : int * 
        target : string * 
        ttl : int -> DNS_rr_SRV
Parameters
name (String)
DNS domain name that owns a resource record.
priority (Int32)
Service priority.
weight (Int32)
Weight value.
port (Int32)
Service port.
target (String)
Service provider host name or IP address.
ttl (Int32)
Time to live value in seconds.

Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119