LumiSoft Net Help
CreateSocket Method (localEP, protocolType)
NamespacesLumiSoft.NetCoreCreateSocket(IPEndPoint, ProtocolType)
Creates new socket for the specified end point.
Declaration Syntax
C#Visual BasicVisual C++
[ObsoleteAttribute("Use Net_Utils.CreateSocket instead of it")]
public static Socket CreateSocket(
	IPEndPoint localEP,
	ProtocolType protocolType
)
<ObsoleteAttribute("Use Net_Utils.CreateSocket instead of it")> _
Public Shared Function CreateSocket ( _
	localEP As IPEndPoint, _
	protocolType As ProtocolType _
) As Socket
[ObsoleteAttribute(L"Use Net_Utils.CreateSocket instead of it")]
public:
static Socket^ CreateSocket(
	IPEndPoint^ localEP, 
	ProtocolType protocolType
)
Parameters
localEP (IPEndPoint)
Local end point.
protocolType (ProtocolType)
Protocol type.
Return Value
Retruns newly created socket.

Assembly: LumiSoft.Net (Module: LumiSoft.Net) Version: 2.0.4006.27129