PowerTCP Sockets for .NET について

接続ごとに専用のスレッドを処理できる.NET環境でスケーラブルなインターネット/イントラネットアプリケーションを構築可能

PowerTCP Sockets for .NET はただ数行のコードと便利なイベントだけでインターネットクライアントアプリケーションを作成するのを助けることができる使いやすい TCP と UDP コンポーネントを含んでいます。ping コンポーネントはICMP, UDP, TCPを使ってサーバー検証を可能にし、同時にトレースコンポーネントは速い応答のための非同期のトレースルートを行ないます。DNSサーバーの利用を考慮に入れて、 OS サービスに依存するDNSコンポーネントではありません。先進的な SegmentedStream テクノロジーが特定のデリミターあるいはカスタム製のTCPベースのプロトコルを構築するのに理想的な固定長に対して受けられるためにデータを可能にします。

Features:

  • AutoReceive technology reduces code by managing all incoming data
  • On-the-fly data parsing and Event notification with the TCP component
  • Supports SOCKS4 and SOCKS5 proxies
  • High server performance with every connection receiving a separate thread (tested to accept over 75 connections per second)
  • Designed for usage on the desktop, in a Web Service, or in ASP.NET
  • Unique asynchronous UDP send/receive capability enhances what is provided in the Microsoft .NET Framework
  • EnhancedStream and PipeStream classes allow developers to create their own powerful Streams
  • Look-ups, reverse address look-ups, and mail address look-ups (from MX records) with user defined DNS servers using the Dns component
  • Ping component allows for host verification using ICMP, UDP, and TCP protocols
  • Trace supports asynchronous echoes for unprecedented trace route performance
  • Each component architected to take advantage of .NET object-oriented capabilities
  • Each component has multi-threaded asynchronous functionality
  • Each component allows user-interface events to process during synchronous use
  • Each component is thread-safe on critical members
  • Supports International character sets
  • Debugging has been extended beyond run-time testing to a design-time Editor in every component to allow connectivity to be tested without compiling. Properties set in the Editor are recorded directly in the code, and a real-time feedback window gives detailed information about results
  • Includes a royalty-free license
  • Over 2 dozen tutorials and a comprehensive reference guide with full support for dynamic help are included with the integrated Help 2.0 documentation