'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