Gets or sets the IP address on which the RTSP Server should listen for connections.
public string TargetAddress { get; set; }
Public Property TargetAddress As String
String containing the IP address. The address can be in the IPv4 format ("192.168.0.120") or a host address ("localhost").
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.
For an example, see RTSPServer.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET