TCPTransportProtocol Property |
Gets the protocol type.
Namespace:
Ozeki.Network
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntaxpublic TransportType Protocol { get; }
Public ReadOnly Property Protocol As TransportType
Get
public:
virtual property TransportType Protocol {
TransportType get () sealed;
}
abstract Protocol : TransportType with get
override Protocol : TransportType with get
Property Value
Type:
TransportTypeImplements
ITransportProtocol
See Also