Exemplo n.º 1
0
 public string Operation2()
 {
     WinClientV2.localhost.Operation2Request  inValue = new WinClientV2.localhost.Operation2Request();
     WinClientV2.localhost.Operation2Response retVal  = ((WinClientV2.localhost.ServiceAContract)(this)).Operation2(inValue);
     return(retVal.Operation2Result);
 }
Exemplo n.º 2
0
 WinClientV2.localhost.Operation2Response WinClientV2.localhost.ServiceAContract.Operation2(WinClientV2.localhost.Operation2Request request)
 {
     return(base.Channel.Operation2(request));
 }