Esempio n. 1
0
 internal LoginResultData(LoginResultCodes code, string message, UriString host)
     : this(code, message, host, null)
 {
 }