Software by ksd-systems
Copyright 2004-2009

Dev Langs:

Programming-
languages
Script-
languages
Tools with
Scriptengine
  • C / C++
  • VB6
  • .Net
  • PHP
  • ASP
  • Javascript
  • Crystal-Reports
  • MS-SQL
  • FileMaker
These languages are mainly used

Details:

Target
Plattforms
Databases
  • Win 3.11 to ...
  • OS Independent
  • AVR's
  • MySql 3 to ...
  • Access 97 to ...
  • MsSql 2005
  • FileMaker
These Software are mainly used
Home Freeware .Net StreamSocket.cs

Infobar

StreamSocket.cs PDF Print
Wednesday, 06 July 2011 06:34
The StreamSocket class was developed to integrate afterwards, with the least possible effort, the SSL encryption into existing projects. It is a mix of the interfaces of the following classes: Socket, Stream Network, SslStream.

First attempt of applying an SSL encryption, to a standard socket, in an existing project showed that it is not reasonably possible. The reason for this: For each socket must be a Network Stream/SslStream created, at the right time opened/closed and handed over with each passing of the Socket. To get around this, the stream class was developed. With it, the standard socket can be replaced with minor modifications.

The Class is available under the GNU LGPL(Lesser General Public License) License Version 2.1.

Technical:
  • Net Framework Version 2.0 to 4.0
  • Currently only tested with the following settings: AddressFamily.InterNetwork, SocketType.Stream, ProtocolType.Tcp
  • For Demo see OscarLib

Download:
StreamSocket.cs
Last Updated on Sunday, 10 July 2011 06:18
 
Content View Hits : 155740
We have 3 guests online