![]() |
Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction | Help Version 19.0.2.9
|
Leadtools.Multimedia Namespace > RTSPServer Class : TargetAddress Property |
public string TargetAddress {get; set;}
'Declaration
Public Property TargetAddress As String
'Usage
Dim instance As RTSPServer Dim value As String instance.TargetAddress = value value = instance.TargetAddress
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.