Click or drag to resize

TcpServerStart Method

Starts the TcpServer synchronously and begins accepting client connections asynchronously.

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

Implements

IServerStart
Exceptions
ExceptionCondition
InvalidOperationExceptionAttempt is made to Start the TcpServer when it is running.
See Also