---
title: "What are the types of binding available in WCF?"  
description: "What are the types of binding available in WCF?"  
author: "Anonymous User"  
published: 2011-11-04  
updated: 2020-09-15  
canonical: https://www.mindstick.com/interview/1318/what-are-the-types-of-binding-available-in-wcf  
category: "wcf"  
tags: ["wcf"]  
reading_time: 1 minute  

---

# What are the types of binding available in WCF?

A binding is identified by the transport it supports and the encoding it uses. Transport may be HTTP,TCP etc and encoding may be text,binary etc. The popular types of binding may be as below:\
a)BasicHttpBinding\
b)NetTcpBinding\
c)WSHttpBinding\
d)NetMsmqBinding

## Answers

### Answer by Anonymous User

A binding is identified by the transport it supports and the encoding it uses. Transport may be HTTP,TCP etc and encoding may be text,binary etc. The popular types of binding may be as below:\
a)BasicHttpBinding\
b)NetTcpBinding\
c)WSHttpBinding\
d)NetMsmqBinding


---

Original Source: https://www.mindstick.com/interview/1318/what-are-the-types-of-binding-available-in-wcf

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
