edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing

BaseSocket(AddressFamily, SocketType, ProtocolType, ILogTag) Constructor

Initializes a new instance of the StandardSocket class

Definition

Namespace: EnterpriseDT.Net
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
C#
public BaseSocket(
	AddressFamily addressFamily,
	SocketType socketType,
	ProtocolType protocolType,
	ILogTag logTag
)

Parameters

addressFamily  AddressFamily
 
socketType  SocketType
 
protocolType  ProtocolType
 
logTag  ILogTag
 

See Also