c# - How to convert a CustomBindingElement to a Binding? -
i want instantiate programmatically wcf client. client requires binding , endpointaddress. have configuration file have opened using openexeconfig , have retrieved relevant binding cfg.getsection("system.servicemodel/bindings")[1].
however, instead of binding, custombindingelement.
my question - how programmatically convert custombindingelement binding can consumed client?
Comments
Post a Comment