C# Class EppLib.Extensions.Nominet.Notifications.HandshakeRejectedNotification

Inheritance: EppLib.Entities.PollResponse
Afficher le fichier Open project: CodeMakerInc/EppLib.NET

Méthodes publiques

Méthode Description
HandshakeRejectedNotification ( byte bytes ) : System.Collections.Generic
HandshakeRejectedNotification ( string xml ) : System.Collections.Generic

Méthodes protégées

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

Method Details

HandshakeRejectedNotification() public méthode

public HandshakeRejectedNotification ( byte bytes ) : System.Collections.Generic
bytes byte
Résultat System.Collections.Generic

HandshakeRejectedNotification() public méthode

public HandshakeRejectedNotification ( string xml ) : System.Collections.Generic
xml string
Résultat System.Collections.Generic

ProcessDataNode() protected méthode

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