I have seen people use clientBaseAddress at the time of wsDualHttpBinding binding. What is clientBaseAddress.What special meaning it bears.
1) What is the significant of clientBaseAddress ?
2) If I do not provide clientBaseAddress then what problem may occur?
Looking for discussion.
Dual HTTP binding uses two connections – one from client to server for regular requests and second from server to client for callbacks. The
clientBaseAddressis used to address where the callback endpoint is listening. This address is send to server so that it can open the connection and call the client back. If you do not specify the address a default is used because it is necessary for dual HTTP binding to work.