von Catalyst Development Corporation - Produkttyp: Komponente / .NET Class / 100% Managed Code
Bitte beachten Sie, diese Produktinformation ist nicht in deutscher Sprache verfügbar.
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.
Unsere regulären Preise werden nachstehend angezeigt. Bitte melden Sie sich an um Ihre ermäßigten Preise zu sehen.
| In den Einkaufswagen | $ 191.10 | 1 Developer License Hersteller Art-Nr. SWN6-E |
Download (4.3 MB) | |
| In den Einkaufswagen | $ 93.10 | 1 Developer Upgrade License from V5 Hersteller Art-Nr. SWN6-EU |
Download (4.3 MB) | |
| In den Einkaufswagen | $ 142.10 | 1 Developer Upgrade License from V4 Hersteller Art-Nr. SWN6-EU2 |
Prüfen | Download (4.3 MB) |
| In den Einkaufswagen | $ 290.00 | 1 Developer License with Standard Support Hersteller Art-Nr. SWN6-E + ST-SS-P |
Download (4.3 MB) | |
| In den Einkaufswagen | $ 590.00 | 1 Developer License with Priority Support Hersteller Art-Nr. SWN6-E + ST-PS-P |
Download (4.3 MB) |
| In den Einkaufswagen | $ 191.10 | Standard Support Contract Renewal Hersteller Art-Nr. ST-SS |
Prüfen | Download (28 KB) |
| In den Einkaufswagen | $ 485.10 | Priority Support Contract Renewal Hersteller Art-Nr. ST-PS |
Prüfen | Download (28 KB) |
Unsere Preise beinhalten einen technischen Support durch ComponentSource und für die meisten herunterladbaren Produkte zusätzlich ein Online-Backup sowie eine kostenlose Aktualisierung auf die neue Version, sofern sie binnen 30 Tagen nach dem Kauf freigegeben werden. Die angezeigten Preise sind zuzüglich aller Steuern. Für mehr Information zu eventuell anfallende Steuern, gehen Sie bitte auf diese Webseite. Alle Verkäufe unterliegen unseren Standardgeschäftsbedingungen und unseren Rückgaberegeln. Treten Sie bitte mit uns in Kontakt , wenn Sie eine Lizenzierungsoption anfordern möchten, die in der obigen Liste nicht aufgeführt ist, einschließlich Mehrplatzlizenzen und ältere Versionen.
Unsere regulären Preise werden oben angezeigt. Bitte melden Sie sich an um Ihre ermäßigten Preise zu sehen.
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.