C# Class EppLib.Extensions.Cira.GetAgreementResponse

Inheritance: EppLib.Entities.EppResponse
Exibir arquivo Open project: CodeMakerInc/EppLib.NET

Public Properties

Property Type Description
Agreement string
AgreementVersion string
Language string

Public Methods

Method Description
GetAgreementResponse ( byte bytes ) : System.Xml

Protected Methods

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

Method Details

GetAgreementResponse() public method

public GetAgreementResponse ( byte bytes ) : System.Xml
bytes byte
return System.Xml

ProcessExtensionNode() protected method

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

Property Details

Agreement public_oe property

public string Agreement
return string

AgreementVersion public_oe property

public string AgreementVersion
return string

Language public_oe property

public string Language
return string