Example #1
0
 public MIW.Bot.WebApi.identityWS.IdentityData GetIdentity(MIW.Bot.WebApi.identityWS.Security Security)
 {
     MIW.Bot.WebApi.identityWS.GetIdentityRequest inValue = new MIW.Bot.WebApi.identityWS.GetIdentityRequest();
     inValue.Security = Security;
     MIW.Bot.WebApi.identityWS.GetIdentityResponse retVal = ((MIW.Bot.WebApi.identityWS.IdentityWSSoap)(this)).GetIdentity(inValue);
     return(retVal.GetIdentityResult);
 }
Example #2
0
 public System.Threading.Tasks.Task <MIW.Bot.WebApi.identityWS.GetIdentityResponse> GetIdentityAsync(MIW.Bot.WebApi.identityWS.Security Security)
 {
     MIW.Bot.WebApi.identityWS.GetIdentityRequest inValue = new MIW.Bot.WebApi.identityWS.GetIdentityRequest();
     inValue.Security = Security;
     return(((MIW.Bot.WebApi.identityWS.IdentityWSSoap)(this)).GetIdentityAsync(inValue));
 }
Example #3
0
 public GetIdentityRequest(MIW.Bot.WebApi.identityWS.Security Security)
 {
     this.Security = Security;
 }