C# Class SharpRaven.Utilities.PacketBuilder

Utility class for building
Afficher le fichier Open project: getsentry/raven-csharp

Méthodes publiques

Méthode Description
CreateAuthenticationHeader ( Dsn dsn ) : string

Creates the authentication header base on the provided Dsn.

Private Methods

Méthode Description
PacketBuilder ( ) : System

Initializes the PacketBuilder class.

Method Details

CreateAuthenticationHeader() public static méthode

Creates the authentication header base on the provided Dsn.
public static CreateAuthenticationHeader ( Dsn dsn ) : string
dsn Dsn The DSN.
Résultat string