C# Class Sentry.Dsn

The Data Source Name of a given project in Sentry.
Afficher le fichier Open project: ryanvalentin/raven-uwp Class Usage Examples

Méthodes publiques

Méthode Description
Dsn ( string dsn ) : System

Initializes a new instance of the Dsn class.

ToString ( ) : string

Returns a System.String that represents this instance.

Private Methods

Méthode Description
GetPath ( Uri uri ) : string

Get a path from a Dsn uri

GetPrivateKey ( Uri uri ) : string

Get a private key from a Dsn uri.

GetProjectID ( Uri uri ) : string

Get a project ID from a Dsn uri.

GetPublicKey ( Uri uri ) : string

Get a public key from a Dsn uri.

Method Details

Dsn() public méthode

Initializes a new instance of the Dsn class.
public Dsn ( string dsn ) : System
dsn string The Data Source Name.
Résultat System

ToString() public méthode

Returns a System.String that represents this instance.
public ToString ( ) : string
Résultat string