[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();
} |
?
?