TransportInfoProtocol Property |
Gets the protocol used during the network communication.
Namespace:
Ozeki.Network
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.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
Type:
TransportType
See Also