[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Assembly: KvTv.DirectShow.Components (in KvTv.DirectShow.Components.dll)
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
| Exception | Condition |
|---|---|
| System.ApplicationException | There are no more available end points. Increase the number of EndPoints or wait till there are some free. |
| System.InvalidOperationException | Render() has not been called. |