par Catalyst Development Corporation - Type de produit : Composant / .NET Class / 100% Managed Code
Veuillez noter que les informations sur les produits ne sont pas disponibles en français.
Develop TCP/IP networking applications in .NET. SocketWrench .NET Edition is a managed code class that simplifies the task of developing TCP/IP networking applications in Visual Studio .NET using any of the available programming languages such as Visual Basic and C#. SocketWrench is ideal for the developer who requires the features and functionality of the native socket classes, without the inherent complexities and learning curve typically involved with network programming. The class provides a comprehensive interface that makes it easy to build both client and server applications, with full support for the TCP and UDP protocols as well as raw sockets.
Nos prix standard sont montrés ci-dessous. Veuillez vous connecter pour voir vos prix.
| Ajouter au Caddie | $ 191.10 | 1 Developer License Réf. Editeur : SWN6-E |
Téléchargement (4.3 Mo) | |
| Ajouter au Caddie | $ 93.10 | 1 Developer Upgrade License from V5 Réf. Editeur : SWN6-EU |
Téléchargement (4.3 Mo) | |
| Ajouter au Caddie | $ 142.10 | 1 Developer Upgrade License from V4 Réf. Editeur : SWN6-EU2 |
Vérifier | Téléchargement (4.3 Mo) |
| Ajouter au Caddie | $ 290.00 | 1 Developer License with Standard Support Réf. Editeur : SWN6-E + ST-SS-P |
Téléchargement (4.3 Mo) | |
| Ajouter au Caddie | $ 590.00 | 1 Developer License with Priority Support Réf. Editeur : SWN6-E + ST-PS-P |
Téléchargement (4.3 Mo) |
| Ajouter au Caddie | $ 191.10 | Standard Support Contract Renewal Réf. Editeur : ST-SS |
Vérifier | Téléchargement (28 Ko) |
| Ajouter au Caddie | $ 485.10 | Priority Support Contract Renewal Réf. Editeur : ST-PS |
Vérifier | Téléchargement (28 Ko) |
Nos prix comprennent le support technique ComponentSource et, pour la majorité des produits téléchargeables, une sauvegarde en ligne ainsi qu'une mise à niveau GRATUITE si la nouvelle version est parue pendant les 30 jours consécutifs à votre achat. Toutes les ventes sont sujettes à nos Termes et Conditions standard à notre Politique de renvoi. Veuillez nous contacter si vous avez besoin d'une option de licence (licence de volume et versions précédentes) qui ne figure pas sur la liste ci-dessus.
Nos prix standard sont montrés ci-dessus. Veuillez vous connecter pour voir vos prix.
What's new in SocketWrench .NET V6.0?
SocketWrench .NET 6.0 has been released and offers developers exciting new features, improved performance and full compatibility with the Windows Vista and Windows Server 2008 operating systems. The version 6.0 components are compatible with version 4.0 and 5.0 and support side-by-side deployment, simplifying the upgrade process so that you can spend your time improving your software, not rewriting it.
SocketWrench .NET Features
SocketWrench .NET Overview
SocketWrench .NET enables developers to quickly and easily build client-server applications using the industry-standard TCP and UDP protocols. Unlike the native .NET socket class which requires that you have a fairly good understanding of network programming in general, SocketWrench .NET offers a significantly reduced learning curve and programmers who have no experience writing network applications can get up to speed quickly. The documentation includes a comprehensive Developer's Guide, along with the Technical Reference and example programs to help you become productive right away.
The class provides a high-level interface that allows you to easily do things like read and write arbitrary streams of data using the ReadStream and WriteStream methods, as well as stream the data to a disk file using the StoreStream method. There's also methods that allow you to essentially treat the socket stream as a text file using the ReadLine and WriteLine methods. SocketWrench .NET also provides lower-level access to the socket, as well as support for datagram (UDP) sockets.
SocketWrench .NET has integrated support for secure, encrypted connections using the industry standard Secure Sockets Layer (SSL) and Transport Layer Security (TLS) protocols. There's no need for you to understand the details of certificate management, data encryption or how the security protocols work. Secure sessions can be established just by setting a few properties and SocketWrench takes care of the rest. You can easily create secure client and server applications, and there's support for advanced features like client certificates and protocol selection.
Included with SocketWrench .NET are debugging facilities that let you log every socket operation, including hex-dumps of the data being sent and received without depending on external utilities. Trace logging is something that's built-in to SocketWrench and makes it very simple to implement; you can even enable this on your target client systems so that your end users can send you back log files and our technical support staff can help you analyze problems. This ensures that potential problems will be resolved in a shorter timeframe, impressing your customers and improving the overall reliability of your software.
For developers who have used the ActiveX version of SocketWrench, you'll immediately find yourself in familiar territory. The SocketWrench .NET class interface has properties, methods and events that are very similar to the control that you've used in languages like Visual Basic 6.0. It is important to keep in mind that SocketWrench .NET is a managed code class, not a wrapper around the ActiveX control, so there will be some inherent differences. However, whenever possible the class interface was designed to make the transition from the ActiveX control as easy as possible.