XML RPC client for C# over secured socket (https)
        Posted  
        
            by Ummar
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Ummar
        
        
        
        Published on 2010-03-29T07:06:16Z
        Indexed on 
            2010/03/29
            7:13 UTC
        
        
        Read the original article
        Hit count: 249
        
I have a secured (https) XML-RPC server written in python, and I have tested it with a python based client. but I need a C# based client for it, I have given a try to xml-rpc.net
but it is not working with https? can any one please help me out? or I will have to write a client from scratch?
Thanks
© Stack Overflow or respective owner