Click or drag to resize

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

Property Value

TransportProtocol

Implements

IClientTransportProtocol
See Also