What is “mexHttpBinding”?

前端 未结 3 1078
傲寒
傲寒 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

    mexHttpBinding is used while adding a new Service Reference in a Project in Visual Studio 2013 (DEBUG) that will consume your WebService (providing the mexHttpBinding). After you've added the Service Reference successfully you might disable the mexHttpBinding.

    It is all described in the App.config when you're creating a WCF Service Library Project in the Visual Studio 2013 ( Solution >> Add New Project >> Visual C# >> WCF >> WCF Service Library)

提交回复
热议问题