wodWebServer.NET component

C# VB.NET HTTPS server component (HTTP, HTTPS, SSL), WEB server component


Download

Try it out for 30 days.

Get updates

Already bought wodWebServer.NET? Get latest update here.

Description

Go back to product description.

wodWebServer.NET Component
----------------------


1.4.4 September 28, 2000
* Websocket send data fix for over 64k of data

1.4.3 February 21, 2018
* WebSockets support

1.4.2 February 23, 2017
* Fixed problem when Users.Count was not decreasing even connection
	was closed by the server

1.4.1 January 15, 2015
* Fix in ASP.NET freeze on page refresh for IE clients

1.4.0 November 14, 2014
* New property UseIPv6 which enables IPv6 sockets

1.3.9 September 17, 2014
* Progress event now fires on downloads also

1.3.8 June 3, 2014
* SessionVars.ID is now public property

1.3.7 May 2, 2014
* Client certificate authentication fixes

1.3.6 August 21, 2011
* Prevents creation of wodWebServer DLL in DocumentRoot's folder

1.3.5 May 16, 2011
* Response.Stream is now closed after usage (to prevent possible
	"file used by another process" exception
* New method Response.Redirect

1.3.4 March 14, 2011
* Fix of serious error when directory beneath home could be accessed

1.3.3 March 2, 2011
* Fix in wodWebServer's freeze after many pages have been returned

1.3.2 September 20, 2010
* Fix for possible 'Attempted to access an unloaded AppDomain' error when
	running ASPX pages

1.3.1 August 29, 2010
* Response.Body and Request.Body are now encoded as UTF8 instead of ASCII
	to support non-english characters

1.3.0 April 23, 2010
* No changes in the DLL code
* Obfuscator changed to support VS2010

1.2.3 March 1, 2010
* Fix in Compression property. Even set to False, wodWebServer.NET was
	sending out compressed content

1.2.2 February 3, 2010
* Activated property returned True after calling Start method even 
	Start method caused an exception

1.2.1 January 28, 2010
* Behavior change - component uses MemoryStream now instead of FileStream
	when request needs to accept posted data
* Authentication support (Authenticate event, Login and Password properties)

1.0.5 January 15, 2010
* When no page name was specified, wodWebServer failed to open default one

1.0.4 December 29, 2009
* Date header in response returned wrong date (not in GMT)

1.0.3 August 16, 2009
* Improved handling of uploaded files
* WebUploads class new properties - Type, Name, Filename, Headers

1.0.2 August 5, 2009
* New property AllowBrowsing
* New property Compression

1.0.1 June 10, 2009
* Initial release