這是一個測試 以下是截圖 以下是代碼標記 [XmlRpcMethod("blogger.deletePost")] public Stream deletePostResponse(string appKey, string postid, string username, string passw... ...
這是一個測試
以下是截圖
以下是代碼標記
@@@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(); } |