←Select platform

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Multimedia Assembly