C# Class EppLib.Entities.EppResponse

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

Méthodes publiques

Méthode Description
EppResponse ( byte bytes ) : System.IO
EppResponse ( string xml ) : System.IO

Méthodes protégées

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

Private Methods

Méthode Description
FromXmlString ( byte bytes ) : void
ProcessResultNode ( XmlDocument doc, XmlNamespaceManager namespaces, XmlNode resultNode ) : void
ProcessTransactionIdNode ( XmlDocument doc, XmlNamespaceManager namespaces ) : void

Method Details

EppResponse() public méthode

public EppResponse ( byte bytes ) : System.IO
bytes byte
Résultat System.IO

EppResponse() public méthode

public EppResponse ( string xml ) : System.IO
xml string
Résultat System.IO

ProcessDataNode() protected méthode

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

ProcessExtensionNode() protected méthode

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