Click or drag to resize

TcpServer.Start Method

Starts the TcpServer synchronously and begins accepting client connections asynchronously.

Namespace: GSF.Communication
Assembly: GSF.Communication (in GSF.Communication.dll) Version: 2.4.246-beta
Syntax
public override void Start()
View Source

Implements

IServer.Start()
Exceptions
ExceptionCondition
InvalidOperationExceptionAttempt is made to Start() the TcpServer when it is running.
See Also