Пример #1
0
 public System.Threading.Tasks.Task <RemoteLib_csharp_client.LibraryServiceReference.GetFilterListOfStringsResponse> GetFilterListOfStringsAsync(string keyword)
 {
     RemoteLib_csharp_client.LibraryServiceReference.GetFilterListOfStringsRequest inValue = new RemoteLib_csharp_client.LibraryServiceReference.GetFilterListOfStringsRequest();
     inValue.Body         = new RemoteLib_csharp_client.LibraryServiceReference.GetFilterListOfStringsRequestBody();
     inValue.Body.keyword = keyword;
     return(((RemoteLib_csharp_client.LibraryServiceReference.LibWebServiceSoap)(this)).GetFilterListOfStringsAsync(inValue));
 }
Пример #2
0
 public RemoteLib_csharp_client.LibraryServiceReference.ArrayOfString GetFilterListOfStrings(string keyword)
 {
     RemoteLib_csharp_client.LibraryServiceReference.GetFilterListOfStringsRequest inValue = new RemoteLib_csharp_client.LibraryServiceReference.GetFilterListOfStringsRequest();
     inValue.Body         = new RemoteLib_csharp_client.LibraryServiceReference.GetFilterListOfStringsRequestBody();
     inValue.Body.keyword = keyword;
     RemoteLib_csharp_client.LibraryServiceReference.GetFilterListOfStringsResponse retVal = ((RemoteLib_csharp_client.LibraryServiceReference.LibWebServiceSoap)(this)).GetFilterListOfStrings(inValue);
     return(retVal.Body.GetFilterListOfStringsResult);
 }
Пример #3
0
 System.Threading.Tasks.Task <RemoteLib_csharp_client.LibraryServiceReference.GetFilterListOfStringsResponse> RemoteLib_csharp_client.LibraryServiceReference.LibWebServiceSoap.GetFilterListOfStringsAsync(RemoteLib_csharp_client.LibraryServiceReference.GetFilterListOfStringsRequest request)
 {
     return(base.Channel.GetFilterListOfStringsAsync(request));
 }
Пример #4
0
 RemoteLib_csharp_client.LibraryServiceReference.GetFilterListOfStringsResponse RemoteLib_csharp_client.LibraryServiceReference.LibWebServiceSoap.GetFilterListOfStrings(RemoteLib_csharp_client.LibraryServiceReference.GetFilterListOfStringsRequest request)
 {
     return(base.Channel.GetFilterListOfStrings(request));
 }