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

Gets or sets the IPEndPoint to expose the stream on.

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

Syntax

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

Remarks

Default end point is port 40100 on Any interface.

Exceptions

ExceptionCondition
System.ArgumentNullExceptionThe property is being assigned a null reference.