Link to home
Start Free TrialLog in
Avatar of milani_lucie
milani_lucieFlag for United States of America

asked on

CustomBinding in WCF using Configuration File - VB.NET

Hi,

Can you please let me know in simple terms:

CustomBinding in WCF using Configuration File - VB.NET

Please provide Host configuration file, Client configuration file & code !

Thanks
SOLUTION
Avatar of guvera
guvera
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of milani_lucie

ASKER

Hi Guvera

Can you please explain these two tags -  <httpTransport />  and  <textMessageEncoding /> ?

<bindings>
                <customBinding>
                                          <binding name=”custombinding”>
                                                                    <httpTransport />
                                                                    <textMessageEncoding />
                                           <binding>
                       </customBinding>
</bindings>

Thanks
ASKER CERTIFIED SOLUTION
Avatar of Nasir Razzaq
Nasir Razzaq
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial