2010-03-25 16 views

回答

0
BasicHttpBinding binding = new BasicHttpBinding(); 
EndpointAddress address = new EndpointAddress(new Uri("http://localhost/POSystem/POSvc.svc")); 
POSvc.POSvcClient mySvc = new POSvc.POSvcClient(binding, address); 
相關問題