all groups > dotnet remoting > may 2005 > threads for may 15 - 21, 2005
Filter by week: 1 2 3 4 5
File transfer
Posted by anbu at 5/19/2005 9:37:15 AM
Hi,
I am new to remoting. In my application I need to transfer file from client
pc to server using remoting. I prefered TCP channel. I have No idea how to
transfer filestream to server. Give me any clue so that i can work on it.
Thanks
anbu... more >>
Public member 'App' on type 'MarshalByRefObject' not found
Posted by Great Hackomania via DotNetMonster.com at 5/19/2005 8:45:38 AM
Hello Everyone,
I have converted a webservice to a remote class.
and now i am trying to call methods.
I need some parameters to pass in those function.
for that i have made a class in the client Program which can hold these
paramenters now i am passing this class object to the remote method... more >>
Bi-Directional Remoting Problem in the Internet
Posted by John Chan via .NET 247 at 5/17/2005 11:59:44 AM
I'm working on a project which involves clients calling into=
server and server calling back to the clients=2E I use =2ENet=
Remoting to do that (setting TypeFilterLevel to Full and=
creating the client and server sink providers on both sides)=2E It=
works great and fine within my intranet=2... more >>
client name in remote method
Posted by Sercan AYYILDIZ at 5/17/2005 12:22:02 AM
Hi,
I want to get machine name of client (or any data like this) in remote
method of a singleton object. I mean , i want to know "who is calling this
method". How can i do it?
Thanks... more >>
TTL again
Posted by Joe at 5/16/2005 3:28:45 PM
I need an object to live as long as the application is running. I use a
remote factory to create the object which needs to live.
What is the best way to handle this? I've read many articles but I just
can't seem to get it figured out.
I'm not really sure if an object created by a remote fa... more >>
Use of remoting for local assemblies
Posted by Gaurish Chandelkar via .NET 247 at 5/15/2005 4:53:28 AM
Hi All,
I have a case where the given assembly may or may not reside on same machine, so to make things scalable/uniform i thought of using remoting for local as well remote assemblies.
Has anybody benchmarked use of remoting on same machine instead of direct usage of assembly?
What are the per... more >>
|