C# Class EppLib.Entities.DomainCheckResponse

Inheritance: EppResponse
Mostrar archivo Open project: CodeMakerInc/EppLib.NET Class Usage Examples

Public Methods

Method Description
DomainCheckResponse ( byte bytes ) : System.Collections.Generic

Protected Methods

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

Method Details

DomainCheckResponse() public method

public DomainCheckResponse ( byte bytes ) : System.Collections.Generic
bytes byte
return System.Collections.Generic

ProcessDataNode() protected method

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

ProcessExtensionNode() protected method

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