Exemplo n.º 1
0
 public AxlNetClient.GetAudioCodecPreferenceListRes getAudioCodecPreferenceList(AxlNetClient.GetAudioCodecPreferenceListReq getAudioCodecPreferenceList1)
 {
     AxlNetClient.getAudioCodecPreferenceListRequest inValue = new AxlNetClient.getAudioCodecPreferenceListRequest();
     inValue.getAudioCodecPreferenceList = getAudioCodecPreferenceList1;
     AxlNetClient.getAudioCodecPreferenceListResponse retVal = ((AxlNetClient.AXLPort69)(this)).getAudioCodecPreferenceList(inValue);
     return(retVal.getAudioCodecPreferenceListResponse1);
 }
Exemplo n.º 2
0
 public System.Threading.Tasks.Task <AxlNetClient.getAudioCodecPreferenceListResponse> getAudioCodecPreferenceListAsync(AxlNetClient.GetAudioCodecPreferenceListReq getAudioCodecPreferenceList)
 {
     AxlNetClient.getAudioCodecPreferenceListRequest inValue = new AxlNetClient.getAudioCodecPreferenceListRequest();
     inValue.getAudioCodecPreferenceList = getAudioCodecPreferenceList;
     return(((AxlNetClient.AXLPort69)(this)).getAudioCodecPreferenceListAsync(inValue));
 }
Exemplo n.º 3
0
 System.Threading.Tasks.Task <AxlNetClient.getAudioCodecPreferenceListResponse> AxlNetClient.AXLPort69.getAudioCodecPreferenceListAsync(AxlNetClient.getAudioCodecPreferenceListRequest request)
 {
     return(base.Channel.getAudioCodecPreferenceListAsync(request));
 }
Exemplo n.º 4
0
 AxlNetClient.getAudioCodecPreferenceListResponse AxlNetClient.AXLPort69.getAudioCodecPreferenceList(AxlNetClient.getAudioCodecPreferenceListRequest request)
 {
     return(base.Channel.getAudioCodecPreferenceList(request));
 }