C# Class SharpRaven.Utilities.PacketBuilder

Utility class for building
Mostra file Open project: getsentry/raven-csharp

Public Methods

Method Description
CreateAuthenticationHeader ( Dsn dsn ) : string

Creates the authentication header base on the provided Dsn.

Private Methods

Method Description
PacketBuilder ( ) : System

Initializes the PacketBuilder class.

Method Details

CreateAuthenticationHeader() public static method

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