예제 #1
0
 public System.Threading.Tasks.Task <Global_Chat.GC_WebService.Kullanıcı_KontrolResponse> Kullanıcı_KontrolAsync(string kullanıcı_adi)
 {
     Global_Chat.GC_WebService.Kullanıcı_KontrolRequest inValue = new Global_Chat.GC_WebService.Kullanıcı_KontrolRequest();
     inValue.Body = new Global_Chat.GC_WebService.Kullanıcı_KontrolRequestBody();
     inValue.Body.kullanıcı_adi = kullanıcı_adi;
     return(((Global_Chat.GC_WebService.GC_ServiceSoap)(this)).Kullanıcı_KontrolAsync(inValue));
 }
예제 #2
0
 public string Kullanıcı_Kontrol(string kullanıcı_adi)
 {
     Global_Chat.GC_WebService.Kullanıcı_KontrolRequest inValue = new Global_Chat.GC_WebService.Kullanıcı_KontrolRequest();
     inValue.Body = new Global_Chat.GC_WebService.Kullanıcı_KontrolRequestBody();
     inValue.Body.kullanıcı_adi = kullanıcı_adi;
     Global_Chat.GC_WebService.Kullanıcı_KontrolResponse retVal = ((Global_Chat.GC_WebService.GC_ServiceSoap)(this)).Kullanıcı_Kontrol(inValue);
     return(retVal.Body.Kullanıcı_KontrolResult);
 }
예제 #3
0
 System.Threading.Tasks.Task <Global_Chat.GC_WebService.Kullanıcı_KontrolResponse> Global_Chat.GC_WebService.GC_ServiceSoap.Kullanıcı_KontrolAsync(Global_Chat.GC_WebService.Kullanıcı_KontrolRequest request)
 {
     return(base.Channel.Kullanıcı_KontrolAsync(request));
 }
예제 #4
0
 Global_Chat.GC_WebService.Kullanıcı_KontrolResponse Global_Chat.GC_WebService.GC_ServiceSoap.Kullanıcı_Kontrol(Global_Chat.GC_WebService.Kullanıcı_KontrolRequest request)
 {
     return(base.Channel.Kullanıcı_Kontrol(request));
 }