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

Inheritance: EppLib.Entities.PollResponse
Datei anzeigen Open project: CodeMakerInc/EppLib.NET

Public Methods

Method Description
HandshakeRejectedNotification ( byte bytes ) : System.Collections.Generic
HandshakeRejectedNotification ( string xml ) : System.Collections.Generic

Protected Methods

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

Method Details

HandshakeRejectedNotification() public method

public HandshakeRejectedNotification ( byte bytes ) : System.Collections.Generic
bytes byte
return System.Collections.Generic

HandshakeRejectedNotification() public method

public HandshakeRejectedNotification ( string xml ) : System.Collections.Generic
xml string
return System.Collections.Generic

ProcessDataNode() protected method

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