Building Clients

The topics in this section demonstrate how to create and use a Windows Communication Foundation (WCF) client.

In This Section

WCF Client Overview
Provides an overview of WCF clients and how they work.

Accessing Services Using a WCF Client
Outlines the basic method of creating a WCF client object for use in a client application.

Securing Clients
Describes how to configure security for WCF clients.

Reference

ClientBase<TChannel>

DuplexClientBase<TChannel>

DuplexChannelFactory<TChannel>

ServiceContractAttribute

OperationContractAttribute

DataContractAttribute

DataMemberAttribute

Hosting Services

Designing and Implementing Services