TargetAddress Property

Summary
Gets or sets the IP address on which the RTSP Server should listen for connections.
Syntax
C#
C++/CLI
public string TargetAddress { get; set; } 
public: 
property String^ TargetAddress { 
   String^ get(); 
   void set (    String^ ); 
} 

Property Value

String containing the IP address. The address can be in the IPv4 format ("192.168.0.120") or a host address ("localhost").

Remarks

The RTSP Server will listen for RTSP clients to connect to the address specified by this function and the port passed to StartServer.

See How to Get Your Own IP Address Programmatically on how to get the IP addresses for the network adapters in your computer.

Example

For an example, refer to RTSPServer.

Requirements

Target Platforms

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

Leadtools.Multimedia Assembly

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