C# 클래스 Sentry.Dsn

The Data Source Name of a given project in Sentry.
파일 보기 프로젝트 열기: ryanvalentin/raven-uwp 1 사용 예제들

공개 메소드들

메소드 설명
Dsn ( string dsn ) : System

Initializes a new instance of the Dsn class.

ToString ( ) : string

Returns a System.String that represents this instance.

비공개 메소드들

메소드 설명
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.

메소드 상세

Dsn() 공개 메소드

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

ToString() 공개 메소드

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