C# Class PreStorm.ServiceArgs

Afficher le fichier Open project: jshirota/PreStorm

Méthodes publiques

Méthode Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
ServiceArgs ( string url, ICredentials credentials, Token token, string gdbVersion ) : System.Net

Method Details

Equals() public méthode

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

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

ServiceArgs() public méthode

public ServiceArgs ( string url, ICredentials credentials, Token token, string gdbVersion ) : System.Net
url string
credentials ICredentials
token Token
gdbVersion string
Résultat System.Net