User-1000095884 posted
Hi,
The MEX is a special endpoint in WCF that exposes metadata used to describe a service. As discussed in
this thread, you need use mex endpoint for TCP to get metadata. It will splice "mex" address with thebaseAddress you provided, to provide a metadata address like "net.tcp://localhost:1645/ChatServer/mex".
Best Regards.