C# Class ServiceStack.Redis.RedisEndpoint

Inheritance: IEndpoint
Afficher le fichier Open project: ServiceStack/ServiceStack.Redis Class Usage Examples

Méthodes publiques

Méthode Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
RedisEndpoint ( ) : System
RedisEndpoint ( string host, int port, string password = null, long db = RedisConfig.DefaultDb ) : System
ToString ( ) : string

Méthodes protégées

Méthode Description
Equals ( RedisEndpoint other ) : bool

Method Details

Equals() protected méthode

protected Equals ( RedisEndpoint other ) : bool
other RedisEndpoint
Résultat bool

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

RedisEndpoint() public méthode

public RedisEndpoint ( ) : System
Résultat System

RedisEndpoint() public méthode

public RedisEndpoint ( string host, int port, string password = null, long db = RedisConfig.DefaultDb ) : System
host string
port int
password string
db long
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string