Home > Language Reference > Classes > SslContext
WaitForShutdown Property
Determines whether to wait for a shutdown message from the server to close the connection or not.
Syntax
Public Property Get WaitForShutdown() As Boolean
Public Property Let WaitForShutdown(ByVal bMode As Boolean)
| Parameter | Description |
| bMode | Any boolean expression. |
Remarks
The WaitForShutdown property determines whether to wait for the server to send a shutdown message before closing the connection or not. During the SSL protocol shutdown sequence, the two SSL endpoints swap shutdown messages. If this property is set to False, closing the connection will not wait for a shutdown message from the server.
Unless you know exactly what you are doing, you should not change the value of this property.
System requirements
| System | Minimal version | Remarks |
| Palm OS | Palm OS 5.0 | N/A |