Beispiel #1
0
 public GamePortal.API.PayConfig.CardConfig[] GetCardConfigs()
 {
     GamePortal.API.PayConfig.GetCardConfigsRequest inValue = new GamePortal.API.PayConfig.GetCardConfigsRequest();
     inValue.Body = new GamePortal.API.PayConfig.GetCardConfigsRequestBody();
     GamePortal.API.PayConfig.GetCardConfigsResponse retVal = ((GamePortal.API.PayConfig.configSoap)(this)).GetCardConfigs(inValue);
     return(retVal.Body.GetCardConfigsResult);
 }
Beispiel #2
0
 public System.Threading.Tasks.Task <GamePortal.API.PayConfig.GetCardConfigsResponse> GetCardConfigsAsync()
 {
     GamePortal.API.PayConfig.GetCardConfigsRequest inValue = new GamePortal.API.PayConfig.GetCardConfigsRequest();
     inValue.Body = new GamePortal.API.PayConfig.GetCardConfigsRequestBody();
     return(((GamePortal.API.PayConfig.configSoap)(this)).GetCardConfigsAsync(inValue));
 }
Beispiel #3
0
 System.Threading.Tasks.Task <GamePortal.API.PayConfig.GetCardConfigsResponse> GamePortal.API.PayConfig.configSoap.GetCardConfigsAsync(GamePortal.API.PayConfig.GetCardConfigsRequest request)
 {
     return(base.Channel.GetCardConfigsAsync(request));
 }
Beispiel #4
0
 GamePortal.API.PayConfig.GetCardConfigsResponse GamePortal.API.PayConfig.configSoap.GetCardConfigs(GamePortal.API.PayConfig.GetCardConfigsRequest request)
 {
     return(base.Channel.GetCardConfigs(request));
 }