Initializes a new instance of the StandardSocket class

Namespace: EnterpriseDT.Net
Assembly: edtFTPnet (in edtFTPnet.dll) Version: 2.2.3.0

Syntax

C#
protected StandardSocket(
	Socket socket
)
Visual Basic
Protected Sub New ( _
	socket As Socket _
)
Visual C++
protected:
StandardSocket(
	Socket^ socket
)

Parameters

socket
Type: System.Net.Sockets..::..Socket

See Also