C# Class EppLib.Entities.HostCheckResponse

Inheritance: EppResponse
显示文件 Open project: CodeMakerInc/EppLib.NET Class Usage Examples

Public Methods

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

Protected Methods

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

Method Details

HostCheckResponse() public method

public HostCheckResponse ( 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