edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing
Click or drag to resize

BaseSocketSetSocketOption Method

Sets a Socket option.

Namespace:  EnterpriseDT.Net
Assembly:  edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.3.0.0
Syntax
public abstract void SetSocketOption(
	SocketOptionLevel optionLevel,
	SocketOptionName optionName,
	int optionValue
)

Parameters

optionLevel
Type: System.Net.SocketsSocketOptionLevel
optionName
Type: System.Net.SocketsSocketOptionName
optionValue
Type: SystemInt32
See Also