| Projets |
318 Visiteurs 3168 Projets
|
|
 |
 |
 |
 |
|
|
| 2004 - Pérennisation |
Socket c# : how to create a communication module as an assembly
[20 mn de lecture - paru le 4/14/2004 11:46:15 PM - Public : Débutant]
|
   
|
Auteur
Summary
The aim of this article is , first, to introduce the sockets and their applications
on .Net (c#) and then the creation of a communication module (as an Assembly:
class library) from the fonctions that will be introduced. The main interest is
to be able to develop once your Assembly and re-use it as you wish when you want
to integrate a user-server architecture. We're going to use Visual Studio .Net
2003 (optional) and the .Net Framework (version 1.1).
Summary
Introduction
1. Concept
1.1. Synoptic
1.2. Comments
2. Development of the communication module
2.1. Basics
2.2. Attributes
3. Shared Methods
3.1. Create
3.2. Send
3.3. Receive
3.4. Close
3.5. Other methods
4. Specific Methods
4.1. Server methods
4.2. User methods
5. Source Code
5.1. Attributes
5.2. Properties
5.3. Methods
5.4. Constructors
Conclusion
|
|
|
 |
 |
 |
 |
| Articles de la même catégorie |
|
|
|
 |
 |
 |
 |
| SUPINFO Training Center peut vous proposer une formation ... |
|
|
|
 |
 |
 |
 |
|