C# Class EppLib.Entities.DomainInfoResponse

Inheritance: EppResponse
Show file Open project: CodeMakerInc/EppLib.NET Class Usage Examples

Protected Properties

Property Type Description
_domain Domain

Public Methods

Method Description
DomainInfoResponse ( byte bytes ) : System.Xml
DomainInfoResponse ( string xml ) : System.Xml

Protected Methods

Method Description
ProcessDataNode ( XmlDocument doc, XmlNamespaceManager namespaces ) : void

Method Details

DomainInfoResponse() public method

public DomainInfoResponse ( byte bytes ) : System.Xml
bytes byte
return System.Xml

DomainInfoResponse() public method

public DomainInfoResponse ( string xml ) : System.Xml
xml string
return System.Xml

ProcessDataNode() protected method

protected ProcessDataNode ( XmlDocument doc, XmlNamespaceManager namespaces ) : void
doc System.Xml.XmlDocument
namespaces System.Xml.XmlNamespaceManager
return void

Property Details

_domain protected property

protected Domain _domain
return Domain