Click or drag to resize

ZeroMQClientTransportProtocol Property

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

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

IClientTransportProtocol
See Also