Example #1
0
 public System.Threading.Tasks.Task <SetDkimKey.UtilsService.ClearRestrictionsResponse> ClearRestrictionsAsync(int accountId)
 {
     SetDkimKey.UtilsService.ClearRestrictionsRequest inValue = new SetDkimKey.UtilsService.ClearRestrictionsRequest();
     inValue.Body           = new SetDkimKey.UtilsService.ClearRestrictionsRequestBody();
     inValue.Body.accountId = accountId;
     return(((SetDkimKey.UtilsService.PrivateServiceSoap)(this)).ClearRestrictionsAsync(inValue));
 }
Example #2
0
 public string ClearRestrictions(int accountId)
 {
     SetDkimKey.UtilsService.ClearRestrictionsRequest inValue = new SetDkimKey.UtilsService.ClearRestrictionsRequest();
     inValue.Body           = new SetDkimKey.UtilsService.ClearRestrictionsRequestBody();
     inValue.Body.accountId = accountId;
     SetDkimKey.UtilsService.ClearRestrictionsResponse retVal = ((SetDkimKey.UtilsService.PrivateServiceSoap)(this)).ClearRestrictions(inValue);
     return(retVal.Body.ClearRestrictionsResult);
 }
Example #3
0
 System.Threading.Tasks.Task <SetDkimKey.UtilsService.ClearRestrictionsResponse> SetDkimKey.UtilsService.PrivateServiceSoap.ClearRestrictionsAsync(SetDkimKey.UtilsService.ClearRestrictionsRequest request)
 {
     return(base.Channel.ClearRestrictionsAsync(request));
 }
Example #4
0
 SetDkimKey.UtilsService.ClearRestrictionsResponse SetDkimKey.UtilsService.PrivateServiceSoap.ClearRestrictions(SetDkimKey.UtilsService.ClearRestrictionsRequest request)
 {
     return(base.Channel.ClearRestrictions(request));
 }