top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

How many types of address formats of the WCF are supported by Transport Schemas?

+2 votes
333 views

What is the address formats of the WCF transport schemas?

posted May 30, 2014 by Vikram Luthra

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

0 votes

Following are the transport schemes supported by WCF:

HTTP/HTTPS - http://localhost:8001/MyService

TCP - net.tcp://localhost:8002/MyService

IPC - net.pipe://localhost/MyPipe

Peer network

MSMQ - net.msmq://localhost/private/MyQueue

Service bus - sb://MyNamespace.servicebus.windows.net/

answer Sep 1, 2015 by Jdk
...