I was out of the office, and just noticed this thread. Are you using WSE? WSE3 has DIME built in, and you can turn it on with a flag in the config file. Very easy to use, and it will automatically be used anywhere a byte array is being sent.
Erick -----Original Message----- From: Unmoderated discussion of advanced .NET topics. [mailto:[EMAIL PROTECTED] On Behalf Of J. Merrill Sent: Thursday, June 23, 2005 8:36 AM To: [email protected] Subject: Re: [ADVANCED-DOTNET] Anyone have experience using DIME? At 09:57 AM 6/17/2005, Angela Tocco wrote (in part) >The trick is I cant use sockets because the application is using .Net >Remoting and it has to be able to go through port 80, outbound only. If you have two clients that are each restricted to "outbound only" (regardless of port restrictions), they won't be able to talk to each other -- neither can accept a connection from the other so there's no way to establish a direct connection. That has nothing to do with .Net or DIME or anything; it's just TCP/IP. You need a server to stand in the middle. (How could the two clients learn about each other? If each communicates with the server, then there's a place to hold the list of all clients; without that...) If all you're doing is uploading and downloading files, perhaps you should just use FTP. Good luck. (BTW, why are messages from "Angela Tocco" signed "Steve"?) J. Merrill / Analytical Software Corp =================================== This list is hosted by DevelopMentor(r) http://www.develop.com View archives and manage your subscription(s) at http://discuss.develop.com =================================== This list is hosted by DevelopMentorĀ® http://www.develop.com View archives and manage your subscription(s) at http://discuss.develop.com
