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()
// .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)
Parameters:
- aName:
- aTLS:
- aAuth:
constructor (ServerInfo)
constructor(value: ServerInfo)
ServerInfo(ServerInfo value)
init(_ value: ServerInfo)
Sub New(value As ServerInfo)
Parameters:
- value:
Auth
Name
TLS
Auth
Name
TLS
constructor
constructor
ServerInfo()
init()
Sub New()
// .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)
Parameters:
- aName:
- aTLS:
- aAuth:
constructor (ServerInfo)
constructor(value: ServerInfo)
ServerInfo(ServerInfo value)
init(_ value: ServerInfo)
Sub New(value As ServerInfo)
Parameters:
- value: