Namespace: Ozeki.NetworkAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public TCPListener(
string localAddress
)
Public Sub New (
localAddress As String
)
public:
TCPListener(
String^ localAddress
)
new :
localAddress : string -> TCPListener
Parameters
- localAddress
- Type: SystemString
See Also