Stops the RTSP server from listening on the specified port.
public void StopServer(
int port
)
Public Sub StopServer( _
ByVal port As Integer _
)
public:
void StopServer(
int port
)
port
The port on which the server is listening for incoming connections. This should be the same value passed to StartServer.
This function turns the server off. It will stop listening for incoming connections and will disconnect any RTSP clients currently connected to the server.
For an example, see RTSPServer.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET