Discuss this help topic in SecureBlackbox Forum

TElMaxFragmentLengthSSLExtension.MaxLength

TElMaxFragmentLengthSSLExtension     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Specifies the maximal fragment length

Declaration

[C#]
    TSBSSLFragmentLength MaxLength;

[VB.NET]
    Property MaxLength As TSBSSLFragmentLength

[Pascal]
    property MaxLength : TSBSSLFragmentLength;

[C++]
    TSBSSLFragmentLength get_MaxLength();
    void set_MaxLength(TSBSSLFragmentLength Value);

[PHP]
    integer get_MaxLength()
    void set_MaxLength(integer $Value)

[Java]
    TSBSSLFragmentLength getMaxLength();
    void setMaxLength(TSBSSLFragmentLength Value);

Values

Description

    Contains the maximal length of the single SSL/TLS fragment.

Discuss this help topic in SecureBlackbox Forum