[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Gets or sets a semicolon delimitered list of TCP/IP unicast end points.

Namespace: KvTv.DirectShow.Components
Assembly:   KvTv.DirectShow.Components (in KvTv.DirectShow.Components.dll)

Syntax

Visual Basic (Declaration)
<LocalizableAttribute(False)> _
Public Property EndPoints As String
C#
[LocalizableAttribute(false)]
public string EndPoints { get; set; }
Visual C++
[LocalizableAttribute(false)]
public:
property String^ EndPoints {
	String^ get ();
	void set (String^ value);
}

Remarks

E.g. "10.0.0.1:40100;0.0.0.0:40101".

Exceptions

ExceptionCondition
System.FormatExceptionThe provided string does not have a proper format.
System.NotSupportedExceptionThe set of endpoints are being changed after the graph has been Render()ed.