HttpListener Constructor (Int32)

Mentalis.org Proxy

Mentalis.org Proxy Documentation

HttpListener Constructor (Int32)

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