コード例 #1
0
 public int[] GetCommentIDs(string nickname, string password, string objectID, string lastCommentID, string commentType)
 {
     Next2Friends.Soap2Bin.Interaction.CommentService.GetCommentIDsRequest1 inValue = new Next2Friends.Soap2Bin.Interaction.CommentService.GetCommentIDsRequest1();
     inValue.nickname      = nickname;
     inValue.password      = password;
     inValue.objectID      = objectID;
     inValue.lastCommentID = lastCommentID;
     inValue.commentType   = commentType;
     Next2Friends.Soap2Bin.Interaction.CommentService.GetCommentIDsResponse1 retVal = ((Next2Friends.Soap2Bin.Interaction.CommentService.CommentServiceHttpPost)(this)).GetCommentIDs(inValue);
     return(retVal.ArrayOfInt);
 }
コード例 #2
0
 Next2Friends.Soap2Bin.Interaction.CommentService.GetCommentIDsResponse1 Next2Friends.Soap2Bin.Interaction.CommentService.CommentServiceHttpPost.GetCommentIDs(Next2Friends.Soap2Bin.Interaction.CommentService.GetCommentIDsRequest1 request)
 {
     return(base.Channel.GetCommentIDs(request));
 }