| Programming- languages |
Script- languages |
Tools with Scriptengine |
|
|
|
| Target Plattforms |
Databases |
|
|
| Show Cart | |
|
Your Cart is currently empty.
|
|
| StreamSocket.cs |
|
|
| 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:
Download: StreamSocket.cs |
| Last Updated on Sunday, 10 July 2011 06:18 |