Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Getting started with Core WCF client sample

This is a sample makes manual calls endpoints with the BasicHttpBinding, WsHttpBinding & NetTcpBindings.

In many cases its probably better to create a client using the svcutil tool which will generate a strongly typed client based on the WSDL exposed for the EchoService. See Walkthrough for an example of how to use the tool to generate a client.