Discuss this help topic in SecureBlackbox Forum

TElServerNameSSLExtension.Names

TElServerNameSSLExtension     See also     


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


Contains a list of server names.

Declaration

[C#]
    TElSSLServerName Names[int Index];

[VB.NET]
    Property Names(ByVal Index As Integer) As TElSSLServerName

[Pascal]
    property Names[Index : integer] : TElSSLServerName;

[C++]
    TElSSLServerName* get_Names(int32_t Index);

[PHP]
    TElSSLServerName get_Names(integer $Index)

[Java]
    not available

Parameters

  • Index - The index of desired name in the list. The first name has Index=0, the second has Index=1 and so on.

Description

    Use this indexed property to access the list of server names.

See also:     Count    

Discuss this help topic in SecureBlackbox Forum