See Also

Tcp Class  | Tcp 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 > Tcp Class : UseSslShutdown Property (Tcp)

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

[Visual Basic]
<DefaultValueAttribute()> <CategoryAttribute("Security")> <DescriptionAttribute("Send shutdown bytes to gracefully close the SSL connection.")> Public Property UseSslShutdown As Boolean
[C#]
[DefaultValueAttribute()] [CategoryAttribute("Security")] [DescriptionAttribute("Send shutdown bytes to gracefully close the SSL connection.")] public bool UseSslShutdown {get; set;}
[C++]
[DefaultValueAttribute()] [CategoryAttribute("Security")] [DescriptionAttribute("Send shutdown bytes to gracefully close the SSL connection.")] public: __property bool get_UseSslShutdown(); public: __property void set_UseSslShutdown(    bool value );
[C++/CLI]
[DefaultValueAttribute()] [CategoryAttribute("Security")] [DescriptionAttribute("Send shutdown bytes to gracefully close the SSL connection.")] 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

Tcp Class  | Tcp Members


Send comments on this topic.

Documentation version 1.1.2.0.

© 2008 Dart Communications.  All rights reserved.