C# Class Sentry.Dsn

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

Public Methods

Method 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

Method 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 method

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

ToString() public method

Returns a System.String that represents this instance.
public ToString ( ) : string
return string