欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  IT编程

Test111

程序员文章站 2022-03-28 16:29:01
这是一个测试 以下是截图 以下是代码标记 [XmlRpcMethod("blogger.deletePost")] public Stream deletePostResponse(string appKey, string postid, string username, string passw... ......

这是一个测试

以下是截图

以下是代码标记

[xmlrpcmethod("blogger.deletepost")]

public stream deletepostresponse(string appkey, string postid, string username, string password, bool publish)

{

mw.credentials = new networkcredential(username, password);

return mw.deletepostresponse(appkey, postid, username, password, publish).getresponsestream();

}

[xmlrpcmethod("blogger.deletepost")]

public stream deletepostresponse(string appkey, string postid, string username, string password, bool publish)

{

mw.credentials = new networkcredential(username, password);

return mw.deletepostresponse(appkey, postid, username, password, publish).getresponsestream();

}

 

 

推荐阅读