by Catalyst Development Corporation - 상품타입: Component / .NET Class / 100% Managed Code
주의 : 이 제품정보에는 한글안내가 포함되어 있지 않습니다.
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.
일반 적인 소비자 가격은 하기에 표시되어 있습니다. 고객님의 할인가격은 표시 하시려면 로그인 해주시기 바랍니다.
| 주문 | ₩ 297,100 | 1 Developer License 메이커 제품 번호: SWN6-E |
다운로드 (4.3 MB) | |
| 주문 | ₩ 144,700 | 1 Developer Upgrade License from V5 메이커 제품 번호: SWN6-EU |
다운로드 (4.3 MB) | |
| 주문 | ₩ 220,900 | 1 Developer Upgrade License from V4 메이커 제품 번호: SWN6-EU2 |
확인 | 다운로드 (4.3 MB) |
| 주문 | ₩ 450,900 | 1 Developer License with Standard Support 메이커 제품 번호: SWN6-E + ST-SS-P |
다운로드 (4.3 MB) | |
| 주문 | ₩ 917,300 | 1 Developer License with Priority Support 메이커 제품 번호: SWN6-E + ST-PS-P |
다운로드 (4.3 MB) |
| 주문 | ₩ 297,100 | Standard Support Contract Renewal 메이커 제품 번호: ST-SS |
확인 | 다운로드 (28 KB) |
| 주문 | ₩ 754,200 | Priority Support Contract Renewal 메이커 제품 번호: ST-PS |
확인 | 다운로드 (28 KB) |
가격에는 ComponentSource의 기술지원 요금이 포함되어 있습니다. 또한 다운로드 판매를 하고 있는 상품의 대부분은 온라인 백업요금이 포함되어 있어서 구입날로부터 30일 이내에 새로운 버전이 발매된 경우 무료로 업그레이드해 드리고 있습니다. 모든 주문에 대해서 당사표준 계약조건 및 반품조건 의 내용이 적용됩니다. 다음의 경우,고객 서비스로연락하시기 바랍니다. (상기의 리스트에 게재되지 않은 대량의 라이센스나 구 버전 등의 라이센스 옵션이 필요한 경우)
일반 적인 소비자 가격은 상기에 표시되어 있습니다. 고객님의 할인가격은 표시 하시려면 로그인 해주시기 바랍니다.
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.