Are all WCF endpoint types capable of the same things? IS the only difference the transmission type and security?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Well no. An endpoint is the combination of an address, binding and a contract. Each of those 3 can vary and would make it different. The contract would influence which logical operation the service can perform, the binding influence the transmission type and some of it’s features (which I think you are asking about). Check out this table to see which bindings support which properties.