这是一个测试
以下是截图
以下是代码标记
[XmlRpcMethod("blogger.deletePost")] haaa ggg
@@#
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(); } |
Hahahaha