WCF net.tcp binding 808:* what does this mean? -


I am trying to connect to a WCF service and I'm having trouble, I do not know that 808: * Means "binding information" for net.tcp site binding.

Thanks

In this way the binding is configured in IIS 7 (Navigate to IIS, right click on the app, host the service, click 'Edit Binding') Type: http: port: 8000, IP address: *, binding information: (empty)

Type: net.tcp, port: (empty), IP address: (empty), binding Information of: 808: *

I think this is an old post, but it M Who can return to seek such an answer:

808 Your port number you hear * is a wild card The host name, which means that it will handle any request that comes to port 808 on any host name.


Comments