Error processing SSI file
LEADTOOLS Multimedia (Leadtools.Multimedia assembly)

Show in webframe

StopServer Method






The port on which the server is listening for incoming connections. This should be the same value passed to StartServer.
Stops the RTSP server from listening on the specified port.
Syntax
public void StopServer( 
   int port
)
'Declaration
 
Public Sub StopServer( _
   ByVal port As Integer _
) 
'Usage
 
Dim instance As RTSPServer
Dim port As Integer
 
instance.StopServer(port)
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

See Also

Reference

RTSPServer Class
RTSPServer Members

Error processing SSI file
Leadtools.Multimedia requires a Multimedia or Multimedia Suite license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features