Esempio n. 1
0
 public STARTLibrary.accesspointService.PutResponse Put(STARTLibrary.accesspointService.Put Put1)
 {
     STARTLibrary.accesspointService.PutRequest inValue = new STARTLibrary.accesspointService.PutRequest();
     inValue.Put = Put1;
     STARTLibrary.accesspointService.PutResponse1 retVal = ((STARTLibrary.accesspointService.Resource)(this)).Put(inValue);
     return(retVal.PutResponse);
 }
Esempio n. 2
0
 STARTLibrary.accesspointService.PutResponse1 STARTLibrary.accesspointService.Resource.Put(STARTLibrary.accesspointService.PutRequest request)
 {
     return(base.Channel.Put(request));
 }