Re: C# remote server and host application

Tech-Archive recommends: Fix windows errors by optimizing your registry

From: Fred Hirschfeld (a_at_b.c)
Date: 03/24/05


Date: Thu, 24 Mar 2005 11:02:01 -0800

Thank I am not sure of but someone in the group should know.

Fred

"msuk" <msuk@discussions.microsoft.com> wrote in message
news:0D0F7448-25FC-4DFB-97AA-8ADF6BA625DD@microsoft.com...
> Hi,
>
> Thanks is it also possible to determine the ip address of the client?
>
> Thanks
> Msuk
>
> "Fred Hirschfeld" wrote:
>
>> In the getInfo method (assuming SAO) try Console.WriteLine(...);
>>
>> Fred
>>
>> "msuk" <msuk@discussions.microsoft.com> wrote in message
>> news:2896375D-2202-4259-8590-578E11DC7C8D@microsoft.com...
>> > All,
>> >
>> > I have a console host c# application that when run loads the remoting
>> > information from the app.config using
>> >
>> > RemotingConfiguration.Configure("xxxx.exe.config");
>> >
>> > and waits for incoming requests. What I would like to do is when a
>> request
>> > comes in display information in the console host application window. So
>> for
>> > example if in my remote application I have a method called getInfo()
>> > when
>> > this is called from the client application I would like to show the
>> request
>> > received in the host console application, is this possible?
>> >
>> > Thanks
>> > Msuk
>>
>>
>>