C# Class EppLib.Entities.DomainInfoResponse

Inheritance: EppResponse
Afficher le fichier Open project: CodeMakerInc/EppLib.NET Class Usage Examples

Protected Properties

Свойство Type Description
_domain Domain

Méthodes publiques

Méthode Description
DomainInfoResponse ( byte bytes ) : System.Xml
DomainInfoResponse ( string xml ) : System.Xml

Méthodes protégées

Méthode Description
ProcessDataNode ( XmlDocument doc, XmlNamespaceManager namespaces ) : void

Method Details

DomainInfoResponse() public méthode

public DomainInfoResponse ( byte bytes ) : System.Xml
bytes byte
Résultat System.Xml

DomainInfoResponse() public méthode

public DomainInfoResponse ( string xml ) : System.Xml
xml string
Résultat System.Xml

ProcessDataNode() protected méthode

protected ProcessDataNode ( XmlDocument doc, XmlNamespaceManager namespaces ) : void
doc System.Xml.XmlDocument
namespaces System.Xml.XmlNamespaceManager
Résultat void

Property Details

_domain protected_oe property

protected Domain _domain
Résultat Domain