PowerTCP Sockets for .NET
ShutdownSsl Method (TcpBase)




Signals the remote host to shutdown the SSL connection.
Syntax
'Declaration
 
Public Sub ShutdownSsl() 
'Usage
 
Dim instance As TcpBase
 
instance.ShutdownSsl()
public void ShutdownSsl()
public: void ShutdownSsl(); 
public:
void ShutdownSsl(); 
Remarks

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

See Also

Reference

TcpBase Class
TcpBase Members


PowerTCP Sockets for .NET Documentation Version 4.5
© 2018 Dart Communications. All Rights Reserved.
Send comments on this topic