di Catalyst Development Corporation - Tipo prodotto: Componente / .NET Class / 100% Managed Code
Ti preghiamo di notare che le informazioni su questi prodotti non sono disponibili in italiano.
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.
I nostri prezzi standard sono indicati sotto. Accedi per vedere i tuoi prezzi scontati.
| Aggiungi al carrello | $ 191.10 | 1 Developer License Cod. Produttore: SWN6-E |
Download (4.3 MB) | |
| Aggiungi al carrello | $ 93.10 | 1 Developer Upgrade License from V5 Cod. Produttore: SWN6-EU |
Download (4.3 MB) | |
| Aggiungi al carrello | $ 142.10 | 1 Developer Upgrade License from V4 Cod. Produttore: SWN6-EU2 |
Verifica | Download (4.3 MB) |
| Aggiungi al carrello | $ 290.00 | 1 Developer License with Standard Support Cod. Produttore: SWN6-E + ST-SS-P |
Download (4.3 MB) | |
| Aggiungi al carrello | $ 590.00 | 1 Developer License with Priority Support Cod. Produttore: SWN6-E + ST-PS-P |
Download (4.3 MB) |
| Aggiungi al carrello | $ 191.10 | Standard Support Contract Renewal Cod. Produttore: ST-SS |
Verifica | Download (28 KB) |
| Aggiungi al carrello | $ 485.10 | Priority Support Contract Renewal Cod. Produttore: ST-PS |
Verifica | Download (28 KB) |
I nostri prezzi comprendono l'assistenza tecnica ComponentSource e, per la maggior parte dei prodotti scaricabili, una copia di riserva online e un aggiornamento GRATUITO alla nuova versione, se questa viene lanciata entro 30 giorni dall'acquisto. Tutte le vendite sono soggette ai nostri termini e condizioni standard ed alla nostra politica di rimborso. Contattaci se necessiti di un'opzione di licenza non elencata sopra, comprese licenze multiple e versioni precedenti.
I nostri prezzi standard sono indicati sopra. Accedi per vedere i tuoi prezzi scontati.
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.