Initializes a new instance of the HttpListener class.
[Visual Basic]Overloads Public Sub New( _
ByVal Port As Integer _
)
[C#]
public HttpListener(
int Port
);
Parameters
- Port
- The port to listen on.
Remarks
The HttpListener will start listening on all installed network cards.
See Also
HttpListener Class | HttpListener Members | Org.Mentalis.Proxy.Http Namespace | HttpListener Constructor Overload List