SecureBlackbox 2020 .NET Edition

Questions / Feedback?

KeepAlivePolicy Property

Defines the keep-alive handling policy.

Syntax

public SoapclientKeepAlivePolicies KeepAlivePolicy { get; set; }

enum SoapclientKeepAlivePolicies { ckapStandardDefined, ckapPreferKeepAlive, ckapRelyOnServer, ckapKeepAlivesDisabled }
Public Property KeepAlivePolicy As SoapclientKeepAlivePolicies

Enum SoapclientKeepAlivePolicies ckapStandardDefined ckapPreferKeepAlive ckapRelyOnServer ckapKeepAlivesDisabled End Enum

Default Value

0

Remarks

Use this property to tune-up the keep-alive mechanism as per the needs of your application.

ckapStandardDefined0Follow the standard
ckapPreferKeepAlive1Always request a keep-alive connection
ckapRelyOnServer2Not include the "Connection" header, allowing the server to choose the keep-alive mode
ckapKeepAlivesDisabled3Disable keep-alives by including the "Connection: Close" header

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox 2020 .NET Edition - Version 20.0 [Build 8165]