ServerInfo

Overview

Location

  • Reference:
    • Go.dll  .NET, .NET Standard 2.0
    • Go.fx  Island
  • Namespace: go.net.smtp
  • Platforms: .NET, .NET Standard 2.0, Island

 

constructor

 

constructor

 

ServerInfo()

 

init()

 

Sub New()

constructor (string, Boolean, Slice<string>)

 

// .NET, .NET Standard 2.0
constructor(aName: string; aTLS: Boolean; aAuth: Slice<string>)
// Island
constructor(aName: string; aTLS: bool; aAuth: Slice<string>)

 

// .NET, .NET Standard 2.0
ServerInfo(string aName, Boolean aTLS, Slice<string> aAuth)
// Island
ServerInfo(string aName, bool aTLS, Slice<string> aAuth)

 

// .NET, .NET Standard 2.0
init(_ aName: string, _ aTLS: Boolean, _ aAuth: Slice<string>)
// Island
init(_ aName: string, _ aTLS: bool, _ aAuth: Slice<string>)

 

// .NET, .NET Standard 2.0
Sub New(aName As string, aTLS As Boolean, aAuth As Slice<string>)
// Island
Sub New(aName As string, aTLS As bool, aAuth As Slice<string>)

Parameters:

  • aName:
  • aTLS:
  • aAuth:

constructor (ServerInfo)

 

constructor(value: ServerInfo)

 

ServerInfo(ServerInfo value)

 

init(_ value: ServerInfo)

 

Sub New(value As ServerInfo)

Parameters:

  • value:

Auth

 

var Auth: Slice<string>;

 

Slice<string> Auth

 

var Auth: Slice<string>

 

Auth Slice<string>

 

FIELD Auth() As Slice<string>

Name

 

var Name: string;

 

string Name

 

var Name: string

 

Name string

 

FIELD Name() As string

TLS

 

var TLS: bool;

 

bool TLS

 

var TLS: bool

 

TLS bool

 

FIELD TLS() As bool

 

Auth

 

var Auth: Slice<string>;

 

Slice<string> Auth

 

var Auth: Slice<string>

 

Auth Slice<string>

 

FIELD Auth() As Slice<string>

Name

 

var Name: string;

 

string Name

 

var Name: string

 

Name string

 

FIELD Name() As string

TLS

 

var TLS: bool;

 

bool TLS

 

var TLS: bool

 

TLS bool

 

FIELD TLS() As bool

 

constructor

 

constructor

 

ServerInfo()

 

init()

 

Sub New()

constructor (string, Boolean, Slice<string>)

 

// .NET, .NET Standard 2.0
constructor(aName: string; aTLS: Boolean; aAuth: Slice<string>)
// Island
constructor(aName: string; aTLS: bool; aAuth: Slice<string>)

 

// .NET, .NET Standard 2.0
ServerInfo(string aName, Boolean aTLS, Slice<string> aAuth)
// Island
ServerInfo(string aName, bool aTLS, Slice<string> aAuth)

 

// .NET, .NET Standard 2.0
init(_ aName: string, _ aTLS: Boolean, _ aAuth: Slice<string>)
// Island
init(_ aName: string, _ aTLS: bool, _ aAuth: Slice<string>)

 

// .NET, .NET Standard 2.0
Sub New(aName As string, aTLS As Boolean, aAuth As Slice<string>)
// Island
Sub New(aName As string, aTLS As bool, aAuth As Slice<string>)

Parameters:

  • aName:
  • aTLS:
  • aAuth:

constructor (ServerInfo)

 

constructor(value: ServerInfo)

 

ServerInfo(ServerInfo value)

 

init(_ value: ServerInfo)

 

Sub New(value As ServerInfo)

Parameters:

  • value: