PowerTCP Telnet for .NET CF
Protocol Property
See Also  Send comments on this topic.
Dart.Common Namespace > SslInfo Class : Protocol Property




Gets the SSL Protocol used by the SSL channel.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property Protocol As SslProtocols
Visual Basic (Usage)Copy Code
Dim instance As SslInfo
Dim value As SslProtocols
 
value = instance.Protocol
C# 
public SslProtocols Protocol {get;}
Managed Extensions for C++ 
public: __property SslProtocols get_Protocol();
C++/CLI 
public:
property SslProtocols Protocol {
   SslProtocols get();
}

Property Value

An SslProtocols enumerated value.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 4.2
© 2010 Dart Communications. All Rights Reserved.