C# Class OpenSSL.Core.OpenSslError

This is a struct that contains a uint for the native openssl error code. It provides helper methods to convert this error code into strings.
Afficher le fichier Open project: langhuihui/csharprtmp

Méthodes publiques

Méthode Description
OpenSslError ( uint err ) : System

Constructs an OpenSslError object.

Method Details

OpenSslError() public méthode

Constructs an OpenSslError object.
public OpenSslError ( uint err ) : System
err uint The native error code
Résultat System