Skip to content

Latest commit

 

History

History
45 lines (29 loc) · 1.31 KB

building-clients.md

File metadata and controls

45 lines (29 loc) · 1.31 KB
description title ms.date helpviewer_keywords ms.assetid
Learn more about: Building Clients
Building Clients
03/30/2017
clients [WCF], building
clients [WCF]
28dfff47-d95b-4cc2-9d5c-b3b9ba71fd50

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

xref:System.ServiceModel.ClientBase%601

xref:System.ServiceModel.DuplexClientBase%601

xref:System.ServiceModel.DuplexChannelFactory%601

xref:System.ServiceModel.ServiceContractAttribute

xref:System.ServiceModel.OperationContractAttribute

xref:System.Runtime.Serialization.DataContractAttribute

xref:System.Runtime.Serialization.DataMemberAttribute

Related Sections

Hosting Services

Designing and Implementing Services