Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 1.65 KB

bindings.md

File metadata and controls

39 lines (26 loc) · 1.65 KB
description title ms.date helpviewer_keywords ms.assetid
Learn more about: Bindings in Windows Communication Foundation
Windows Communication Foundation Bindings
03/30/2017
bindings [WCF]
845df323-be53-4848-92ef-ba67a406484d

Windows Communication Foundation Bindings

Bindings specify how a Windows Communication Foundation (WCF) service endpoint communicates with other endpoints. At its most basic, a binding must specify the transport (for example, HTTP or TCP) to use. You can also set other characteristics, such as security and transaction support, through bindings.

In This Section

WCF Bindings Overview
Overview of what WCF bindings do, what bindings the system provides, and how you can define or modify them.

System-Provided Bindings
A list of bindings included with WCF. These bindings cover the majority of security and message pattern requirements.

Using Bindings to Configure Services and Clients
A WCF binding contains important information that clients must use to connect to service endpoints.

Configuring Bindings for Services
Configuration enables administrators and installers to customize the bindings for service endpoints.

Reference

xref:System.ServiceModel.Channels

Related Sections

Endpoints: Addresses, Bindings, and Contracts

Bindings

See also