C# 클래스 SharpRaven.Utilities.PacketBuilder

Utility class for building
파일 보기 프로젝트 열기: getsentry/raven-csharp

공개 메소드들

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

Creates the authentication header base on the provided Dsn.

비공개 메소드들

메소드 설명
PacketBuilder ( ) : System

Initializes the PacketBuilder class.

메소드 상세

CreateAuthenticationHeader() 공개 정적인 메소드

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