Rebex SFTP for .NET

ProxySocket.Send Method

Sends data to a connected ProxySocket.

Overload List

Sends data to a connected ProxySocket.

public int Send(byte[]);

Sends the specified amount of data to a connected ProxySocket starting at the indicated location in the data and using the supplied flags.

public int Send(byte[],int,int,SocketFlags);

Sends the specified amount of data to a connected ProxySocket using the supplied flags.

public int Send(byte[],int,SocketFlags);

Sends data to a connected ProxySocket using the supplied flags.

public int Send(byte[],SocketFlags);

See Also

ProxySocket Class | Rebex.Net Namespace