Show / Hide Table of Contents

Class Tokens.BasicAuthCredentials

Inheritance
System.Object
Tokens.BasicAuthCredentials
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: CommonBotLibrary
Assembly: cs.temp.dll.dll
Syntax
public class BasicAuthCredentials

Constructors

BasicAuthCredentials(String, String)

Declaration
public BasicAuthCredentials(string username, string password)
Parameters
Type Name Description
System.String username
System.String password

Properties

Password

Declaration
public string Password { set; }
Property Value
Type Description
System.String

Username

Declaration
public string Username { set; }
Property Value
Type Description
System.String
Back to top © 2017 - Borja Canseco