Wordpress API - XML-RPC.NET

    public void wordpressPost()
    {
        blogInfo newBlogPost = default(blogInfo);
        newBlogPost.title = "This is title";
        newBlogPost.description = "Post goes here";

        IgetCatList categories = (IgetCatList)XmlRpcProxyGen.Create(typeof(IgetCatList));
        XmlRpcClientProtocol clientProtocol = (XmlRpcClientProtocol)categories;

        clientProtocol.Url = "http://ccccccc.com/Editor/xmlrpc.php"; //your blog address comes here
        string result = null;

        result = "";

        result = categories.NewPage(1,
        "cccccccc", //your blog admin user id
        "ccccccc", //your blog admin password
        newBlogPost,
        1);
    }

    public struct blogInfo
    {
        public string title;
        public string description;
    }

    public interface IgetCatList
    {
        [CookComputing.XmlRpc.XmlRpcMethod("metaWeblog.newPost")]
        string NewPage(int blogId, string strUserName,
        string strPassword, blogInfo content, int publish);
    }


KENDİME NOTLAR
An error occurred while starting the application.
Centos 7 Plesk 80 ve 443 Nolu Portları Kapanmış
Whmcs Fatal error: Uncaught PDOException: SQLSTATE[42000]
Membership (Üye Yönetimi) ve Rol Management (Rol Yönetimi)
Whmcs Admin login Error
Gmail SMTP Hatası : 5.5.1 Authentication Required. Learn more at
There are some very good open source responsive admin templates based on Bootstrap
net::err_unknown_url_scheme xamarin
The request was aborted: Could not create SSL/TLS secure channel
Wordpress API - XML-RPC.NET
Visual Studio 2015 İndir / Download
ARC Welder
Whmcs Talepler
C Sayfa Yönlendir
SQL SELECT INTO Statement
Sunucu Saatini Geri Almak
Whmcs Pleskde Siteleri Ayrı Ayrı Hesaplar Altında Açması İçin
Sunucu ve Plesk İlk Kurulurken
Plesk Panel/IIS 7.0 da .pfx Uzantılı SSL Sertifikası Yükleme
Reason: Remote SMTP Server Returned: 550 Requested action not taken: mailbox unavailable or not local
YukariCik