wcf - wsHttpsBinding Vs wsHttpBinding -
i have come across wshttpbinding when writing code wcf projects. however, have never used wshttpsbinding.
question: wshttpsbinding exist in wcf or custom binding? if exists, why developer use wshttpsbinding rather wshttpbinding?
wshttpbinding supports interoperability. binding, soap message is, default, encrypted. supports http , https. in terms of encoding, provides support text mtom encoding methods. supports ws-* standards ws-addressing, ws-security , ws-reliablemessaging. default, reliable sessions disabled because can cause bit of performance overhead. http://www.codeproject.com/articles/431291/wcf-services-choosing-the-appropriate-wcf-binding
Comments
Post a Comment