Binds the Sftp object to an underlying stream socket. This method is experimental and intended for advanced users.

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

Syntax

Visual Basic
Public Sub Bind ( _
	socket As ISocket _
)
C#
public void Bind(
	ISocket socket
)

Parameters

socket
Type: Rebex.Net..::..ISocket

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also