LumiSoft Net Help
Parse Method (name, reply, offset, rdLength, ttl)
NamespacesLumiSoft.Net.DNSDNS_rr_PTRParse(String, array<Byte>[]()[][], Int32%, Int32, Int32)
Parses resource record from reply data.
Declaration Syntax
C#Visual BasicVisual C++F#
public static DNS_rr_PTR Parse(
	string name,
	byte[] reply,
	ref int offset,
	int rdLength,
	int ttl
)
Public Shared Function Parse ( 
	name As String,
	reply As Byte(),
	ByRef offset As Integer,
	rdLength As Integer,
	ttl As Integer
) As DNS_rr_PTR
public:
static DNS_rr_PTR^ Parse(
	String^ name, 
	array<unsigned char>^ reply, 
	int% offset, 
	int rdLength, 
	int ttl
)
static member Parse : 
        name : string * 
        reply : byte[] * 
        offset : int byref * 
        rdLength : int * 
        ttl : int -> DNS_rr_PTR 
Parameters
name (String)
DNS domain name that owns a resource record.
reply (array<Byte>[]()[][])
DNS server reply data.
offset (Int32%)
Current offset in reply data.
rdLength (Int32)
Resource record data length.
ttl (Int32)
Time to live in seconds.
Return Value
DNS_rr_PTR

[Missing <returns> documentation for "M:LumiSoft.Net.DNS.DNS_rr_PTR.Parse(System.String,System.Byte[],System.Int32@,System.Int32,System.Int32)"]

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