Specifying ClientChannel outbound communication Port
Hopefully someone can help here, I have yet to find a solution to my problem.
I am using .net remoting in the 2.0 framework. Everything works fine, but I want to be able to specify what port my client app uses to send messages to my server.
Through some digging around I found out about the IDictionary object that the 'server' can use to specify port and proxyPort, but I need to do this for my clientchannel.
I am using HttpClientChannel, and HttpServerChannel.
I know someone here can help, the force is strong in this channel :)
Brent

