Re: High Speed Network Object Packing
From: Yan-Hong Huang[MSFT] (yhhuang_at_online.microsoft.com)
Date: 05/27/04
- Next message: Jon Skeet [C# MVP]: "Re: [Reflection] Can find types without loading assemblies?"
- Previous message: Jon Skeet [C# MVP]: "Re: CryptoStream problem"
- In reply to: Tom: "Re: High Speed Network Object Packing"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 27 May 2004 09:40:53 GMT
Hi Tom,
Sorry for not getting to you sooner.
I didn't find any existing sample in the network which is fit for you exactly. Anyway, I think we can divide the problem into two parts:
1) Transfer data back and forth in Network
In order to do that, we can use socket or something else to transfer data. The following link has a sample:
http://www.codeguru.com/Csharp/Csharp/cs_network/sockets/article.php/c6039/
2) Serializa class based on the stream that we get from the network:
The following article introduces much on how to pass an object across the network.
"Object Serialization in Visual Basic .NET"
http://msdn.microsoft.com/library/en-us/dnadvnet/html/vbnet09252001.asp?frame=true
Some other useful links include:
Discussions on Serialization over NetworkStreams:
http://groups.google.com/groups?hl=en&lr=&ie=UTF-8&threadm=OLWb91ZaBHA.1416%40tkmsftngp02&rnum=6&prev=/groups%3Fhl%
3Den%26lr%3D%26ie%3DUTF-8%26q%3Dserialize%2Bclass%2Bback%2Band%2Bforth%2B
"Interoperability Technologies: Point to Point"
http://msdn.microsoft.com/library/en-us/dnpag/html/jdni_ch04.asp?frame=true
Hope that helps.
Best regards,
Yanhong Huang
Microsoft Community Support
Get Secure! ¨C www.microsoft.com/security
This posting is provided "AS IS" with no warranties, and confers no rights.
- Next message: Jon Skeet [C# MVP]: "Re: [Reflection] Can find types without loading assemblies?"
- Previous message: Jon Skeet [C# MVP]: "Re: CryptoStream problem"
- In reply to: Tom: "Re: High Speed Network Object Packing"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|