LEADTOOLS Multimedia (Leadtools.Multimedia assembly)

StopServer Method

Show in webframe



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
'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
)
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

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.

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