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

Inheritance: EppLib.Entities.PollResponse
Mostra file Open project: CodeMakerInc/EppLib.NET Class Usage Examples

Public Methods

Method Description
AbuseNotification ( byte bytes ) : System
AbuseNotification ( string xml ) : System

Protected Methods

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

Method Details

AbuseNotification() public method

public AbuseNotification ( byte bytes ) : System
bytes byte
return System

AbuseNotification() public method

public AbuseNotification ( string xml ) : System
xml string
return System

ProcessDataNode() protected method

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