Click or drag to resize

ServerBaseTransportProtocol 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
[BrowsableAttribute(false)]
public virtual TransportProtocol TransportProtocol { get; }
View Source

Property Value

TransportProtocol

Implements

IServerTransportProtocol
See Also