Пример #1
0
 public WebComment[] GetComments(string nickname, string password, string objectID, string lastCommentID, string commentType)
 {
     Next2Friends.Soap2Bin.Interaction.CommentService.GetCommentsRequest1 inValue = new Next2Friends.Soap2Bin.Interaction.CommentService.GetCommentsRequest1();
     inValue.nickname      = nickname;
     inValue.password      = password;
     inValue.objectID      = objectID;
     inValue.lastCommentID = lastCommentID;
     inValue.commentType   = commentType;
     Next2Friends.Soap2Bin.Interaction.CommentService.GetCommentsResponse1 retVal = ((Next2Friends.Soap2Bin.Interaction.CommentService.CommentServiceHttpPost)(this)).GetComments(inValue);
     return(retVal.ArrayOfWebComment);
 }
Пример #2
0
 Next2Friends.Soap2Bin.Interaction.CommentService.GetCommentsResponse1 Next2Friends.Soap2Bin.Interaction.CommentService.CommentServiceHttpPost.GetComments(Next2Friends.Soap2Bin.Interaction.CommentService.GetCommentsRequest1 request)
 {
     return(base.Channel.GetComments(request));
 }