Back to product page

Port property


Holds local port where WebServer.NET listens.

Type

Integer.

Syntax

  • C#
  • VB.NET
Int32 Port {get; set; };

Property Port As Int32

Remarks

This property specifies port where wodWebServer.NET is listening for incoming connections. Usually you should set port 80 (Default). Of course - it is possible to use any other port of your choice, as long as clients are aware of this change.

Note: changing Secure property will also change Port property internally.

Platforms

Windows