Accepts a forwarded incoming connection. If there is no incoming connection in the queue, waits indefinitely.

Namespace:  Rebex.Net
Assembly:  Rebex.Networking (in Rebex.Networking.dll)

Syntax

Visual Basic
Public Function AcceptTcpIpForward ( _
	handle As SshForwardingHandle _
) As SshChannel
C#
public SshChannel AcceptTcpIpForward(
	SshForwardingHandle handle
)

Parameters

handle
Type: Rebex.Net..::..SshForwardingHandle
Incoming tunnel handle returned by StartTcpIpForward(String, Int32).

Return Value

SSH channel.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also