Test111
这是一个测试
以下是截图
以下是代码标记
[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(); } |
推荐阅读