C# Class EppLib.Entities.ContactCheckResponse

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

Public Methods

Method Description
ContactCheckResponse ( byte bytes ) : System.Collections

Protected Methods

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

Method Details

ContactCheckResponse() public method

public ContactCheckResponse ( byte bytes ) : System.Collections
bytes byte
return System.Collections

ProcessDataNode() protected method

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