i have defined both bindings in my web.config in WCF.
wshttpbinding
netTcpBinding
now i want to know which binding our service is using when we call our any method in service on client side. i have also created proxy of this service on Client Side.
and http,net.tcp bindings are also set in IIS.
Thanks & Regards,
Alokssm