Leadtools.Multimedia Namespace > RTSPServer Class : TargetAddress Property |
'Declaration Public Property TargetAddress As String
'Usage Dim instance As RTSPServer Dim value As String instance.TargetAddress = value value = instance.TargetAddress
public string TargetAddress {get; set;}
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.