Initializes a new instance of the StandardSocket class
Namespace: EnterpriseDT.NetAssembly: edtFTPnet (in edtFTPnet.dll) Version: 2.2.3.0
Syntax
C# |
---|
public StandardSocket( AddressFamily addressFamily, SocketType socketType, ProtocolType protocolType, ILogTag logTag ) |
Visual Basic |
---|
Public Sub New ( _ addressFamily As AddressFamily, _ socketType As SocketType, _ protocolType As ProtocolType, _ logTag As ILogTag _ ) |
Visual C++ |
---|
public: StandardSocket( AddressFamily addressFamily, SocketType socketType, ProtocolType protocolType, ILogTag^ logTag ) |
Parameters
- addressFamily
- Type: System.Net.Sockets..::..AddressFamily
- socketType
- Type: System.Net.Sockets..::..SocketType
- protocolType
- Type: System.Net.Sockets..::..ProtocolType
- logTag
- Type: EnterpriseDT.Util.Debug..::..ILogTag