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

爱⌒轻易说出口 提交于 2021-02-07 02:49:17

问题


I am trying to connect to a WCF service someone set up and i'm having trouble, I have no idea what 808:* means in the "Binding Information" for net.tcp site bindings.

thanks

this is how the bindings are configured in IIS 7 (navigate to IIS, right click on the application hosting the service, click 'edit bindings'). there are two entries:

type: http, port: 8000, ip address: *, binding information: (empty)

type: net.tcp, port: (empty), ip address: (empty), binding information: 808:*


回答1:


I understand this is an old post but this might help someone that comes back looking for an answer similar to this:

808 is your port number you listen on * is a wild card for host name which means it will handle any requests coming in on port 808 with any host name.



来源:https://stackoverflow.com/questions/2849738/wcf-net-tcp-binding-808-what-does-this-mean

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!