What is “mexHttpBinding”?

前端 未结 3 1077
傲寒
傲寒 2020-12-07 18:17

What is \"mexHttpBinding\" in WCF? When should this binding be used in preference to other bindings?

3条回答
  •  伪装坚强ぢ
    2020-12-07 18:52

    It is a binding that returns metadata so you can build a proxy at the client side. See here. More here as well.

提交回复
热议问题