예제 #1
0
 public void RemoveComment(string nickname, string password, string commentID)
 {
     Next2Friends.Soap2Bin.Interaction.CommentService.RemoveCommentRequest1 inValue = new Next2Friends.Soap2Bin.Interaction.CommentService.RemoveCommentRequest1();
     inValue.nickname  = nickname;
     inValue.password  = password;
     inValue.commentID = commentID;
     Next2Friends.Soap2Bin.Interaction.CommentService.RemoveCommentResponse1 retVal = ((Next2Friends.Soap2Bin.Interaction.CommentService.CommentServiceHttpPost)(this)).RemoveComment(inValue);
 }
예제 #2
0
 Next2Friends.Soap2Bin.Interaction.CommentService.RemoveCommentResponse1 Next2Friends.Soap2Bin.Interaction.CommentService.CommentServiceHttpPost.RemoveComment(Next2Friends.Soap2Bin.Interaction.CommentService.RemoveCommentRequest1 request)
 {
     return(base.Channel.RemoveComment(request));
 }