StopServer Method

Summary
Stops the RTSP server from listening on the specified port.
Syntax
C#
VB
C++
public void StopServer( 
   int port 
) 
Public Sub StopServer( _ 
   ByVal port As Integer _ 
)  
public: 
void StopServer(  
   int port 
)  

Parameters

port
The port on which the server is listening for incoming connections. This should be the same value passed to StartServer.

Remarks

This function turns the server off. It will stop listening for incoming connections and will disconnect any RTSP clients currently connected to the server.

Example

For an example, see RTSPServer.

Requirements

Target Platforms

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Multimedia Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.