PowerTCP Telnet for .NET CF
ShutdownSsl Method
See Also  Send comments on this topic.
Dart.Common Namespace > TcpBase Class : ShutdownSsl Method




Signals the remote host to shutdown the SSL connection.

Syntax

Visual Basic (Declaration) 
Public Sub ShutdownSsl() 
Visual Basic (Usage)Copy Code
Dim instance As TcpBase
 
instance.ShutdownSsl()
C# 
public void ShutdownSsl()
Managed Extensions for C++ 
public: void ShutdownSsl(); 
C++/CLI 
public:
void ShutdownSsl(); 

Remarks

This method provides a means for switching a secure connection to a non-secure connection.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

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