Пример #1
0
 public SizmekApiNet.App.AuthenticationService.ClientInfo GetClientInfo(string UserSecurityToken)
 {
     SizmekApiNet.App.AuthenticationService.GetClientInfoRequest inValue = new SizmekApiNet.App.AuthenticationService.GetClientInfoRequest();
     inValue.UserSecurityToken = UserSecurityToken;
     SizmekApiNet.App.AuthenticationService.GetClientInfoResponse retVal = ((SizmekApiNet.App.AuthenticationService.IAuthenticationService)(this)).GetClientInfo(inValue);
     return(retVal.ClientInfo);
 }
Пример #2
0
 SizmekApiNet.App.AuthenticationService.GetClientInfoResponse SizmekApiNet.App.AuthenticationService.IAuthenticationService.GetClientInfo(SizmekApiNet.App.AuthenticationService.GetClientInfoRequest request)
 {
     return(base.Channel.GetClientInfo(request));
 }