LEADTOOLS Multimedia (Leadtools.Multimedia assembly)

TargetAddress Property

Show in webframe



Gets or sets the IP address on which the RTSP Server should listen for connections.
Syntax
'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;}
public:
property String^ TargetAddress {
   String^ get();
   void set (    String^ value);
}

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, 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