Click here to Skip to main content
15,916,692 members
Home / Discussions / C#
   

C#

 
GeneralRe: C# network programming issue Pin
Opa Knack14-Dec-04 6:27
Opa Knack14-Dec-04 6:27 
GeneralRe: C# network programming issue Pin
Gary Thom14-Dec-04 7:45
Gary Thom14-Dec-04 7:45 
GeneralRe: C# network programming issue Pin
Gary Thom14-Dec-04 6:01
Gary Thom14-Dec-04 6:01 
GeneralRe: C# network programming issue Pin
Opa Knack14-Dec-04 6:33
Opa Knack14-Dec-04 6:33 
GeneralRe: C# network programming issue Pin
Opa Knack14-Dec-04 6:34
Opa Knack14-Dec-04 6:34 
GeneralRe: C# network programming issue Pin
Gary Thom14-Dec-04 7:40
Gary Thom14-Dec-04 7:40 
GeneralRe: C# network programming issue Pin
Opa Knack14-Dec-04 7:59
Opa Knack14-Dec-04 7:59 
GeneralRe: C# network programming issue Pin
Opa Knack14-Dec-04 8:12
Opa Knack14-Dec-04 8:12 
Gary Thom wrote:
When the client 'connects' by creating the remoting object .Net takes care of the TCP part. The object is created in the server and a proxy is created for the client, the client uses the object as if it were created locally.

If I understood correct: I have to create a tcp channel next to my socket connection.

That still works fine...

I added a remote method to the hosted remote class of the server, so when I call myRemoteClass.Method()(on the client)
the method on the server is executed, but I want to do it in both directions, i.e. the server can call methods on the clients, too.

So I tried to marshal a class on the client(while a class is marshaled on the server) with the existing tcp channel, but it doesn't work, how to do it?
GeneralRe: C# network programming issue Pin
Gary Thom14-Dec-04 8:27
Gary Thom14-Dec-04 8:27 
GeneralDividing array into sub-arrays Pin
SebbaP12-Dec-04 7:39
SebbaP12-Dec-04 7:39 
GeneralRe: Dividing array into sub-arrays Pin
Dennis C. Dietrich12-Dec-04 10:58
Dennis C. Dietrich12-Dec-04 10:58 
GeneralRe: Dividing array into sub-arrays Pin
SebbaP12-Dec-04 11:32
SebbaP12-Dec-04 11:32 
GeneralRe: Dividing array into sub-arrays Pin
Dennis C. Dietrich12-Dec-04 12:15
Dennis C. Dietrich12-Dec-04 12:15 
GeneralRe: Dividing array into sub-arrays Pin
leppie12-Dec-04 12:41
leppie12-Dec-04 12:41 
General401 Unauthorized error GetResponse Pin
Anand Mudliar12-Dec-04 7:01
Anand Mudliar12-Dec-04 7:01 
QuestionHow to call a MouseEvent from a KeyBoard Event Pin
manivannan.p12-Dec-04 6:24
manivannan.p12-Dec-04 6:24 
Generalfatal execution engine error Pin
sharonz12-Dec-04 5:16
sharonz12-Dec-04 5:16 
GeneralSimulating Ctrl+c Pin
Paladin5912-Dec-04 4:47
Paladin5912-Dec-04 4:47 
GeneralRe: Simulating Ctrl+c Pin
Hmitosh12-Dec-04 21:12
Hmitosh12-Dec-04 21:12 
GeneralRe: Simulating Ctrl+c Pin
Paladin5913-Dec-04 20:04
Paladin5913-Dec-04 20:04 
GeneralFollowup: CLR Hosting startup time Pin
Uwe Keim11-Dec-04 23:44
sitebuilderUwe Keim11-Dec-04 23:44 
GeneralMicrosoft Winform Pin
Ray Hurst11-Dec-04 22:43
Ray Hurst11-Dec-04 22:43 
GeneralRe: Microsoft Winform Pin
leppie12-Dec-04 0:39
leppie12-Dec-04 0:39 
GeneralStrange Problem Pin
Moon Boy11-Dec-04 8:49
Moon Boy11-Dec-04 8:49 
GeneralRe: Strange Problem Pin
leppie11-Dec-04 21:00
leppie11-Dec-04 21:00 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.