Method | Description | |
---|---|---|
A ( Stream Stream ) : System |
Parse a DNS A resource record from the given stream.
|
|
A ( String Name, DNSQueryClasses Class, System.TimeSpan TimeToLive, System.IPv4Address IPv4Address ) : System |
Create a new DNS A resource record.
|
|
A ( String Name, Stream Stream ) : System |
Parse a DNS A resource record from the given stream.
|
public A ( Stream Stream ) : System | ||
Stream | Stream | A stream of bytes. |
return | System |
public A ( String Name, DNSQueryClasses Class, System.TimeSpan TimeToLive, System.IPv4Address IPv4Address ) : System | ||
Name | String | The DNS name. |
Class | DNSQueryClasses | The DNS class. |
TimeToLive | System.TimeSpan | The timestamp when this resource records gets invalidated. |
IPv4Address | System.IPv4Address | The IPv4 address of this resource record. |
return | System |
public A ( String Name, Stream Stream ) : System | ||
Name | String | The DNS name. |
Stream | Stream | A stream of bytes. |
return | System |