---
title: "are the types of binding available in WCF?"  
description: "are the types of binding available in WCF?"  
author: "Anonymous User"  
published: 2011-04-16  
updated: 2020-09-16  
canonical: https://www.mindstick.com/interview/760/are-the-types-of-binding-available-in-wcf  
category: "wcf"  
tags: ["wcf"]  
reading_time: 1 minute  

---

# 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/760/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.
