C# Class DNS.Protocol.ResourceRecords.IPAddressResourceRecord

Inheritance: BaseResourceRecord
Afficher le fichier Open project: greggman/hft-unity-gamepad

Méthodes publiques

Méthode Description
IPAddressResourceRecord ( Domain domain, IPAddress ip, System.TimeSpan ttl = default(TimeSpan) ) : System
IPAddressResourceRecord ( IResourceRecord record ) : System
ToString ( ) : string

Private Methods

Méthode Description
Create ( Domain domain, IPAddress ip, System.TimeSpan ttl ) : IResourceRecord

Method Details

IPAddressResourceRecord() public méthode

public IPAddressResourceRecord ( Domain domain, IPAddress ip, System.TimeSpan ttl = default(TimeSpan) ) : System
domain Domain
ip System.Net.IPAddress
ttl System.TimeSpan
Résultat System

IPAddressResourceRecord() public méthode

public IPAddressResourceRecord ( IResourceRecord record ) : System
record IResourceRecord
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string