#include <epp_Command.h>
Public Methods | |
epp_Command () | |
Null constructor. More... | |
virtual | ~epp_Command () |
Destructor. More... | |
epp_Command (epp_Credentials_ref _m_creds, epp_Unspec_ref _m_unspec, epp_trid _m_client_trid) | |
Constructor, using simple types when it can
| |
epp_Command (epp_Credentials_ref _m_creds, epp_Unspec_ref _m_unspec, epp_trid_ref _m_client_trid) | |
Constructor, using only references. More... | |
Public Attributes | |
epp_Credentials_ref | m_creds |
Client identity credentials element that provides client identity information. More... | |
epp_Unspec_ref | m_unspec |
Unspecified element used for server-defined command extensions. More... | |
epp_trid_ref | m_client_trid |
Client transaction ID element that uniquely identifies the command to the client. More... |
|
Null constructor.
|
|
Destructor.
|
|
Constructor, using simple types when it can
|
|
Constructor, using only references.
|
|
Client transaction ID element that uniquely identifies the command to the client.
|
|
Client identity credentials element that provides client identity information.
|
|
Unspecified element used for server-defined command extensions.
|