Test111

这是一个测试

以下是截图

Test111_第1张图片

以下是代码标记

     

@@@code

[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

    

你可能感兴趣的:(Test111)