TransportInfoProtocol Property |
Gets the protocol used during the network communication.
Namespace: Ozeki.NetworkAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntaxpublic TransportType Protocol { get; }
Public ReadOnly Property Protocol As TransportType
Get
public:
property TransportType Protocol {
TransportType get ();
}
member Protocol : TransportType with get
Property Value
TransportType
See Also