C# Class EppLib.Extensions.Cira.GetAgreementResponse

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

Méthodes publiques

Свойство Type Description
Agreement string
AgreementVersion string
Language string

Méthodes publiques

Méthode Description
GetAgreementResponse ( byte bytes ) : System.Xml

Méthodes protégées

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

Method Details

GetAgreementResponse() public méthode

public GetAgreementResponse ( byte bytes ) : System.Xml
bytes byte
Résultat System.Xml

ProcessExtensionNode() protected méthode

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

Property Details

Agreement public_oe property

public string Agreement
Résultat string

AgreementVersion public_oe property

public string AgreementVersion
Résultat string

Language public_oe property

public string Language
Résultat string