Discuss this help topic in SecureBlackbox Forum

TElDTLSServer.MaxDataSize

TElDTLSServer     See also     


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


Specifies maximum size of the packet which will not be divided into smaller ones.

Declaration

[C#]
    int MaxDataSize;

[VB.NET]
    Property MaxDataSize As Integer

[Pascal]
    property MaxDataSize: integer;

[C++]
    int32_t get_MaxDataSize();

[PHP]
    integer get_MaxDataSize()

[Java]
    int getMaxDataSize();

Description

    Use this read-only property to get the maximum size of the data piece which will not be divided into smaller ones. The value of this property is smaller or equal to the DatagramSize.

See also:     DatagramSize    

Discuss this help topic in SecureBlackbox Forum