---
title: "What are the various address format in WCF?"  
description: "What are the various address format in WCF?"  
author: "Anonymous User"  
published: 2012-05-19  
updated: 2020-09-20  
canonical: https://www.mindstick.com/interview/1445/what-are-the-various-address-format-in-wcf  
category: "wcf"  
tags: ["wcf"]  
reading_time: 1 minute  

---

# What are the various address format in WCF?

## Various Address Format in WCF

**HTTP Address**\
The most common address format for a service is HTTP Address. format: http://domainname|machinename [:port]/path or paths\
**HTTPS Address**\
Same as HTTP Address but HTTPS ca be secured by using SSL (Secure Socket Layer) \
and need to obtain a valid certificates.\
format: https://domainname|machinename [:port]/path or paths**\****TCP Address** WCF provides a new TCP based network protocol for high performance \
communication.\
format: net.tcp://domainname|machinename [:port]/path or paths**\****MSMQ Address** MSMQ address format differs from others.\
format: net.msmq://host name/ [private]/queue-name

## Answers

### Answer by Anonymous User

## Various Address Format in WCF

**HTTP Address**\
The most common address format for a service is HTTP Address. format: http://domainname|machinename [:port]/path or paths\
**HTTPS Address**\
Same as HTTP Address but HTTPS ca be secured by using SSL (Secure Socket Layer) \
and need to obtain a valid certificates.\
format: https://domainname|machinename [:port]/path or paths**\****TCP Address** WCF provides a new TCP based network protocol for high performance \
communication.\
format: net.tcp://domainname|machinename [:port]/path or paths**\****MSMQ Address** MSMQ address format differs from others.\
format: net.msmq://host name/ [private]/queue-name


---

Original Source: https://www.mindstick.com/interview/1445/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.
