Cassini Configuration API Documentation

ApplicationEntry Constructor (Int32, String)

Creates application record and assigns a specific port to it.

[Visual Basic]
Overloads Public Sub New( _
   ByVal port As Integer, _
   ByVal physicalPath As String _
)
[C#]
public ApplicationEntry(
   int port,
   string physicalPath
);

Parameters

port
TCP port the application will listen on. Avoid assining ports explicitly if possible.
physicalPath
Path to application location on a desk.

See Also

ApplicationEntry Class | CassiniConfiguration Namespace | ApplicationEntry Constructor Overload List