Click or drag to resize

ServerBase(TransportProtocol, String) Constructor

Initializes a new instance of the server.

Namespace: GSF.Communication
Assembly: GSF.Communication (in GSF.Communication.dll) Version: 2.4.181-beta
Syntax
protected ServerBase(
	TransportProtocol transportProtocol,
	string configurationString
)
View Source

Parameters

transportProtocol  TransportProtocol
One of the TransportProtocol values.
configurationString  String
The data used by the server for initialization.
See Also