top of page
Development Modules
Client Module - WCF Client
Client
A client is a piece of computer hardware or software that accesses a service made available by a server. The server is often (but not always) on another computer system, in which case the client accesses the service by way of a network.
WCF Client
A WCF client is a local object that represents a WCF service in a form that the client can use to communicate with the remote service. A client application is a managed application that uses a WCF client to communicate with another application.
>
bottom of page