[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 Function Accept As IPEndPoint
C#
public IPEndPoint Accept ()
Visual C++
public:
IPEndPoint^ Accept ()

Return Value

The IPEndPoint the connection will be accepted on.

Exceptions

ExceptionCondition
System.ApplicationExceptionThere are no more available end points. Increase the number of EndPoints or wait till there are some free.
System.InvalidOperationExceptionRender() has not been called.