Userinfo
Overview
Location
-
Reference:
- Go.dll .NET, .NET Standard 2.0
- Go.fx Island
- Namespace: go.net.url
- Platforms: .NET, .NET Standard 2.0, Island
Instance Methods
constructor
constructor
Userinfo()
init()
Sub New()
// .NET, .NET Standard 2.0
constructor(ausername: string; apassword: string; apasswordSet: Boolean)
// Island
constructor(ausername: string; apassword: string; apasswordSet: bool)
// .NET, .NET Standard 2.0
Userinfo(string ausername, string apassword, Boolean apasswordSet)
// Island
Userinfo(string ausername, string apassword, bool apasswordSet)
Parameters:
- ausername:
- apassword:
- apasswordSet:
constructor (Userinfo)
constructor(value: Userinfo)
Userinfo(Userinfo value)
init(_ value: Userinfo)
Sub New(value As Userinfo)
Parameters:
- value: