Click or drag to resize

ZeroMQServerTransportProtocol Property

Gets the TransportProtocol used by the server for the transportation of data with the clients.

Namespace: GSF.Communication
Assembly: GSF.Communication (in GSF.Communication.dll) Version: 2.4.181-beta
Syntax
public override TransportProtocol TransportProtocol { get; }
View Source

Property Value

TransportProtocol

Implements

IServerTransportProtocol
See Also