Click or drag to resize

ServerBaseCreate Method

Create a communications server

Namespace: GSF.Communication
Assembly: GSF.Communication (in GSF.Communication.dll) Version: 2.4.181-beta
Syntax
public static IServer Create(
	string configurationString
)
View Source

Parameters

configurationString  String
The configuration string for the server.

Return Value

IServer
A communications server.
Remarks
Note that typical configuration string should be prefixed with a "protocol=tcp" or a "protocol=udp"
See Also