Exemplo n.º 1
0
 public byte[] echoBinary(byte[] data)
 {
     MtomClient.localhost.echoBinaryRequest inValue = new MtomClient.localhost.echoBinaryRequest();
     inValue.data = data;
     MtomClient.localhost.echoBinaryResponse retVal = ((MtomClient.localhost.MtomService)(this)).echoBinary(inValue);
     return(retVal.@return);
 }
Exemplo n.º 2
0
 MtomClient.localhost.echoBinaryResponse MtomClient.localhost.MtomService.echoBinary(MtomClient.localhost.echoBinaryRequest request)
 {
     return(base.Channel.echoBinary(request));
 }