Home > Language Reference > Classes > SslContext

SendShutdown Property

Determines whether closing the connection will send a shutdown message to the server or not.

Syntax

Public Property Get SendShutdown() As Boolean
Public Property Let SendShutdown(ByVal
bMode As Boolean)

ParameterDescription
bModeAny boolean expression.

Remarks

The SendShutdown property determines whether closing the connection will send a shutdown message to the server 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 send a shutdown message to the server.

Unless you know exactly what you are doing, you should not change the value of this property.

System requirements

SystemMinimal versionRemarks
Palm OSPalm OS 5.0N/A