Client

This section contains samples that demonstrate Windows Communication Foundation (WCF) client applications.

In This Section

Client Interoperability Demonstrates interoperability between WCF and other technologies.

Address Headers Demonstrates how clients can pass reference parameters to a service using WCF.

Channel Factory Demonstrates how a client application can create a channel with the ChannelFactory class instead of a generated client.

Expected Exceptions Demonstrates how to catch expected exceptions when using a typed client.

Retrieve Metadata Demonstrates how to implement a client that dynamically retrieves metadata from a service to choose an endpoint with which to communicate.

Use Close and Abort to release WCF client resources Demonstrates how you should not use the C# "using" statement to automatically clean up resources when using a typed client.

Typed Client Demonstrates how to obtain information from a typed client generated by the ServiceModel Metadata Utility Tool (Svcutil.exe).