Features | Detailed Description
Available in .NET, VCL and ActiveX editions.
The EPP Server component is used for for allocating objects, such as domains, host mappings, contacts, within registries over the Internet.
This component represents fully functional multithreaded server with the ability to customize the user and thread performance settings, allows to extend EPP server functionality and add new object mappings.
With EPP Server component you can enable debug log for showing entered commands and replies sent to the user.
The most common members of the EPP Server component can be seen below:
Name |
Description |
Access |
Gets or sets the access value of the response. |
ManagedExtensions |
Gets or sets a list of managed extensions. |
Port |
Specifies a port, on which the server will listen to user connections. |
Purpose |
Gets or sets the purpose value for the server response. |
Recipient |
Gets or sets the recipient value for the server response. |
ResponseLanguages |
Gets or sets a list of supported response languages. |
Retention |
Gets or sets the retention value for the server response. |
UserAccounts |
Provides a list of EPP users allowed to connect to the EPP server. |
Version |
Gets or sets the version value for the server response. |
Name |
Description |
Start |
Starts the EPP server. |
Stop |
Stops the EPP server. |
Name |
Description |
OnAcceptConnection |
Occurs when the server has accepted the connection from a client. |
OnAuthenticate |
Occurs when the EPP server has accepted the authentication information from the user and needs to authorize or decline the connection. |
OnCloseConnection |
Occurs when the client connection has been closed. |
OnReceiveCommand |
Occurs when the server has received a command from user. |
OnReceiveRequest |
Occurs when the server has received a request from user. |
OnSendResponse |
Occurs when the EPP server has sent a response on the request being received earlier. |
|