Are you sure you want to close the chat?Chat will be closed and the chat history will be cleared.
continue to sign out, or stay on chat.
To review this chat session please click this windows.
Chat Online
Current chats in queue: 0
Chat Online0
Privacy Notice
Your use of this website is subject to our Terms of Use. We may process the following information about you: Google referral sources, page visits, country, IP address, domain searches and associated TLD rankings, single sign-on (Open ID), forum views, chats, account creation, order placement and form submissions. The purposes for this processing include: troubleshooting errors, abuse detection, targeted marketing, localizing data, site and usage statistics and communication with you. This is necessary for the proper provisioning of the services in this website. Your continued use of this website constitutes your implied consent for this processing.
Been reading through the posts on those using the API. Common useage seems to be PHP from a web server. I would prefer to do in C# since that's what I'm most familiar with and use home computer rather than a server.
Is there any code available to get me started? Any reason not to go this approach? Thanks.
You can use the API with C# from your desktop. Just send out the http request via your desktop application directly to the api. You'll need a static IP & dump out the response to a text file.
Or If you have a webserver running CURL, you can interact with the CURL using your C# app to issue domain searches & registrations via a http post parse file on the server.
Sorry, but I haven't tried this in C# & can't provide any code. I've been sticking to CURL.