How to create a WCF client without settings in config file?
I just start work on WCF a month ago. Please forgive me if I ask something already answered. I try to search first but found nothing. I read this article, WCF File Transfer: Streaming & Chunking Channel Hosted In IIS. It works great. Now I like to integrate client side code to be part of my application, which is a dll running inside AutoCAD. If I want to work with config file, I have to change acad.exe.config which I don't think is a good idea. So I think if it possible, I want to move all code in config file to code. Here is config file: <?xml version="1.0" encoding="utf-8" ?> <configuration>