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

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

Méthodes publiques

Méthode Description
AbuseNotification ( byte bytes ) : System
AbuseNotification ( string xml ) : System

Méthodes protégées

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

Method Details

AbuseNotification() public méthode

public AbuseNotification ( byte bytes ) : System
bytes byte
Résultat System

AbuseNotification() public méthode

public AbuseNotification ( string xml ) : System
xml string
Résultat System

ProcessDataNode() protected méthode

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