See Also

SslStream Class  | SslStream Members

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

Language

Visual Basic

C#

C++

C++/CLI

Show All

See Also Languages PowerTCP SSL Sockets for .NET

UseSslShutdown Property

Dart.PowerTCP.SslSockets Namespace > SslStream Class : UseSslShutdown Property (SslStream)

Controls whether or not shut-down bytes are sent to the server when the connection is closed.

[Visual Basic]
Public Property UseSslShutdown As Boolean
[C#]
public bool UseSslShutdown {get; set;}
[C++]
public: __property bool get_UseSslShutdown(); public: __property void set_UseSslShutdown(    bool value );
[C++/CLI]
public: property bool UseSslShutdown {    bool get();    void set (bool value); }

Return Type

True if shut-down bytes are to be sent to the server; false otherwise. The default value is true.

Remarks

When the Object.Close method is used to close down a secure connection, the component will send out shut-down bytes to attempt to gracefully shut down the connection. However, some servers do not expect these shut-down bytes and, as a result, the connection can be improperly closed. If this is the case, set this property to false and no shut-down bytes will be sent when the connection is closed.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also

SslStream Class  | SslStream Members


Send comments on this topic.

Documentation version 1.1.2.0.

© 2008 Dart Communications.  All rights reserved.