Re: Remoting Server Client - Client Server



Hallo Klaus!
> Hostname und IP-Adressen lassen sich mit .NET z.B. so ermitteln:
>
> Dim ipHostInfo As IPHostEntry = Dns.Resolve(Dns.GetHostName())
> Dim ipAddress As IPAddress = ipHostInfo.AddressList(0)
>
> Damit kann sich ein Client am Server mit einem Remoting-Aufruf anmelden,
> so
> wie Du es beschrieben hast, und seine Adresse übermitteln.
Die Idee hatte ich auch schon. Allerdings funktioniert das ja nur, wenn die
Server Client Kommunikation direkt erfolgen kann.

In der Regel wird der Client ja hinter einem NAT/Proxy versteckt sein und
dann?

ICQ und Konsorten können ihre Kommunikation komplett HTTP tunneln. Genau so
etwas wollte ich ja über Remoting nachbauen. Scheint aber irgendwie das
falsche Werkzeug dafür zu sein.

Gruß
Gerald


.



Relevant Pages

  • Re: Threading a server
    ... TcpClient client = this.tcpListener.AcceptTcpClient; ... are potentially many connections required at a time. ... System.Net.IPAddress ipaddress = System.Net.IPAddress.Any; ... If I send one email at a time to the server, it works fine, and as long as ...
    (microsoft.public.dotnet.languages.csharp)
  • RE: Remoting Server Client - Client Server
    ... Damit kann sich ein Client am Server mit einem Remoting-Aufruf anmelden, ... > Objekt am Server erstellt und Register, ... > Nun ist mir aber nicht klar, wie der Server den Client benachrichtigen kann. ...
    (microsoft.public.de.german.entwickler.dotnet.framework)
  • Re: Remoting Server Client - Client Server
    ... "Gerald Mahlmeister" schrieb: ... >> Damit kann sich ein Client am Server mit einem Remoting-Aufruf anmelden, ... > Server Client Kommunikation direkt erfolgen kann. ...
    (microsoft.public.de.german.entwickler.dotnet.framework)
  • Re: IP addressing and RAS
    ... On the user propertires on the domain-> go to Dial-in tab and set the ... IPAddress for the user. ... On the server side you need to select the properties as "Client may request ...
    (microsoft.public.win2000.ras_routing)
  • Re: What doesnt lend itself to OO?
    ... >> proxy and instructs the server to constuct the real object. ... rather than client code. ... If 'clock' is instantiated in the server, ... > for the server interface at the OOA level. ...
    (comp.object)