NET SFTP Library
DeletePortForwardingL Method






KellermanSoftware.NetSFtpLibrary Namespace > SFTP Class : DeletePortForwardingL Method
The network interface we should be listening on
The local port we are listening on
Delete local-side port forwarding
Syntax
'Declaration
 
Public Sub DeletePortForwardingL( _
   ByVal boundAddress As System.String, _
   ByVal lPort As System.Integer _
) 
'Usage
 
Dim instance As SFTP
Dim boundAddress As System.String
Dim lPort As System.Integer
 
instance.DeletePortForwardingL(boundAddress, lPort)
public void DeletePortForwardingL( 
   System.string boundAddress,
   System.int lPort
)
public procedure DeletePortForwardingL( 
    boundAddress: System.String;
    lPort: System.Integer
); 
public function DeletePortForwardingL( 
   boundAddress : System.String,
   lPort : System.int
);
public: void DeletePortForwardingL( 
   System.string* boundAddress,
   System.int lPort
) 
public:
void DeletePortForwardingL( 
   System.String^ boundAddress,
   System.int lPort
) 

Parameters

boundAddress
The network interface we should be listening on
lPort
The local port we are listening on
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

SFTP Class
SFTP Members