---
title: "What are the various address format in WCF?"  
description: "What are the various address format in WCF?"  
author: "Anonymous User"  
published: 2011-04-16  
updated: 2020-09-18  
canonical: https://www.mindstick.com/interview/759/what-are-the-various-address-format-in-wcf  
category: "wcf"  
tags: ["wcf"]  
reading_time: 1 minute  

---

# What are the various address format in WCF?

1) HTTP Address Format:--> http://localhost:\
2) TCP Address Format:--> net.tcp://localhost:\
3) MSMQ Address Format:--> net.msmq://localhost:

## Answers

### Answer by Anonymous User

1) HTTP Address Format:--> http://localhost:\
2) TCP Address Format:--> net.tcp://localhost:\
3) MSMQ Address Format:--> net.msmq://localhost:


---

Original Source: https://www.mindstick.com/interview/759/what-are-the-various-address-format-in-wcf

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
