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

Accepts an incomming connection on the end point specified by EndPoint.

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

Syntax

Visual Basic (Declaration)
Public Sub Accept
C#
public void Accept ()
Visual C++
public:
void Accept ()

Remarks

This call will block until a connection is establised.

Exceptions

ExceptionCondition
System.InvalidOperationExceptionRender() has not been called.