Discuss this help topic in SecureBlackbox Forum

TElServerNameSSLExtension.Add

TElServerNameSSLExtension     See also     


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


This method adds new server name to the list.

Declaration

[C#]
    int Add();

[VB.NET]
    Function Add() As Integer

[Pascal]
    function Add : integer;

[C++]
    int32_t Add();

[PHP]
    integer Add()

[Java]
    int add();

Return value

    Returns

Description

    Use this method to add new server name to the list. The method returns the index of the newly added name.

See also:     Clear     Remove    

Discuss this help topic in SecureBlackbox Forum