Click here to Skip to main content
15,900,254 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
AnswerRe: Remoting Pin
originSH5-Sep-07 1:50
originSH5-Sep-07 1:50 
GeneralRe: Remoting Pin
#realJSOP5-Sep-07 4:05
professional#realJSOP5-Sep-07 4:05 
GeneralRe: Remoting Pin
originSH5-Sep-07 4:24
originSH5-Sep-07 4:24 
GeneralRe: Remoting Pin
#realJSOP5-Sep-07 4:53
professional#realJSOP5-Sep-07 4:53 
GeneralRe: Remoting Pin
originSH5-Sep-07 5:14
originSH5-Sep-07 5:14 
GeneralRe: Remoting Pin
#realJSOP5-Sep-07 5:30
professional#realJSOP5-Sep-07 5:30 
GeneralRe: Remoting Pin
originSH5-Sep-07 22:00
originSH5-Sep-07 22:00 
AnswerRe: Remoting Pin
Larantz6-Sep-07 10:54
Larantz6-Sep-07 10:54 
As answer to your question
John Simmons / outlaw programmer wrote:
can a given app be both a client and a server

the answer is yes.
I've been home on paternityleave for 5 weeks and bored as I was of Soapseries in the evening;), I started making a chatserver and clients using remoting. I created two objects to expose through remoting - server channel object and client channel object. When I fire up the server, it starts a remoting server and exposes the server channel object. I then created a method in the server channel to allow clients to register with the server. When the client fires, it too sets up its own remoting server and exposes the client channel. Upon client registration, the server retrieves the remoting proxy from the client for bi-directional communication.

Hope that's of some help.

Best of luck!

-Larantz-




for those about to code, we salute you
http://www.itverket.no

QuestionHow to use drag & drop in DataGridView... Pin
tiasoft5-Sep-07 1:24
tiasoft5-Sep-07 1:24 
QuestionMusical Notes in C# Pin
Vasudevan Deepak Kumar4-Sep-07 20:14
Vasudevan Deepak Kumar4-Sep-07 20:14 
AnswerRe: Musical Notes in C# Pin
originSH4-Sep-07 22:17
originSH4-Sep-07 22:17 
GeneralRe: Musical Notes in C# Pin
Vasudevan Deepak Kumar5-Sep-07 1:38
Vasudevan Deepak Kumar5-Sep-07 1:38 
GeneralRe: Musical Notes in C# Pin
originSH5-Sep-07 1:38
originSH5-Sep-07 1:38 
AnswerRe: Musical Notes in C# Pin
PIEBALDconsult7-Sep-07 10:57
mvePIEBALDconsult7-Sep-07 10:57 
GeneralRe: Musical Notes in C# Pin
Paul Conrad8-Sep-07 4:33
professionalPaul Conrad8-Sep-07 4:33 
QuestionHow to create new e-mail in default e-mail client with an attachment? Pin
Josh Smith4-Sep-07 9:31
Josh Smith4-Sep-07 9:31 
AnswerRe: How to create new e-mail in default e-mail client with an attachment? Pin
Josh Smith4-Sep-07 10:13
Josh Smith4-Sep-07 10:13 
Questionconvert java.io.FileInputStream to System.IO.Stream Pin
p_s_i_200707303-Sep-07 20:24
p_s_i_200707303-Sep-07 20:24 
AnswerRe: convert java.io.FileInputStream to System.IO.Stream Pin
Dave Kreskowiak4-Sep-07 5:00
mveDave Kreskowiak4-Sep-07 5:00 
QuestionFramework64 Questions Pin
martin_hughes3-Sep-07 5:54
martin_hughes3-Sep-07 5:54 
AnswerRe: Framework64 Questions Pin
Scott Dorman5-Sep-07 6:06
professionalScott Dorman5-Sep-07 6:06 
GeneralRe: Framework64 Questions Pin
martin_hughes5-Sep-07 6:18
martin_hughes5-Sep-07 6:18 
QuestionServer Explorer: Data source not found Pin
xxrono2-Sep-07 11:09
xxrono2-Sep-07 11:09 
AnswerRe: Server Explorer: Data source not found Pin
rihdus3-Sep-07 2:47
rihdus3-Sep-07 2:47 
GeneralRe: Server Explorer: Data source not found Pin
xxrono3-Sep-07 3:41
xxrono3-Sep-07 3:41 

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.