public string Operation1() { WinClientV2.localhost.Operation1Request inValue = new WinClientV2.localhost.Operation1Request(); WinClientV2.localhost.Operation1Response retVal = ((WinClientV2.localhost.ServiceAContract)(this)).Operation1(inValue); return(retVal.Operation1Result); }
WinClientV2.localhost.Operation1Response WinClientV2.localhost.ServiceAContract.Operation1(WinClientV2.localhost.Operation1Request request) { return(base.Channel.Operation1(request)); }