Ejemplo n.º 1
0
 public System.Threading.Tasks.Task <bizapps_test.MVC.AsmxCommentServiceReference.GetIndependentCommentsResponse> GetIndependentCommentsAsync(int postId)
 {
     bizapps_test.MVC.AsmxCommentServiceReference.GetIndependentCommentsRequest inValue = new bizapps_test.MVC.AsmxCommentServiceReference.GetIndependentCommentsRequest();
     inValue.Body        = new bizapps_test.MVC.AsmxCommentServiceReference.GetIndependentCommentsRequestBody();
     inValue.Body.postId = postId;
     return(((bizapps_test.MVC.AsmxCommentServiceReference.AsmxCommentServiceSoap)(this)).GetIndependentCommentsAsync(inValue));
 }
Ejemplo n.º 2
0
 public bizapps_test.MVC.AsmxCommentServiceReference.CommentSoap[] GetIndependentComments(int postId)
 {
     bizapps_test.MVC.AsmxCommentServiceReference.GetIndependentCommentsRequest inValue = new bizapps_test.MVC.AsmxCommentServiceReference.GetIndependentCommentsRequest();
     inValue.Body        = new bizapps_test.MVC.AsmxCommentServiceReference.GetIndependentCommentsRequestBody();
     inValue.Body.postId = postId;
     bizapps_test.MVC.AsmxCommentServiceReference.GetIndependentCommentsResponse retVal = ((bizapps_test.MVC.AsmxCommentServiceReference.AsmxCommentServiceSoap)(this)).GetIndependentComments(inValue);
     return(retVal.Body.GetIndependentCommentsResult);
 }
Ejemplo n.º 3
0
 System.Threading.Tasks.Task <bizapps_test.MVC.AsmxCommentServiceReference.GetIndependentCommentsResponse> bizapps_test.MVC.AsmxCommentServiceReference.AsmxCommentServiceSoap.GetIndependentCommentsAsync(bizapps_test.MVC.AsmxCommentServiceReference.GetIndependentCommentsRequest request)
 {
     return(base.Channel.GetIndependentCommentsAsync(request));
 }
Ejemplo n.º 4
0
 bizapps_test.MVC.AsmxCommentServiceReference.GetIndependentCommentsResponse bizapps_test.MVC.AsmxCommentServiceReference.AsmxCommentServiceSoap.GetIndependentComments(bizapps_test.MVC.AsmxCommentServiceReference.GetIndependentCommentsRequest request)
 {
     return(base.Channel.GetIndependentComments(request));
 }