C# 클래스 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.
파일 보기 프로젝트 열기: langhuihui/csharprtmp

공개 메소드들

메소드 설명
OpenSslError ( uint err ) : System

Constructs an OpenSslError object.

메소드 상세

OpenSslError() 공개 메소드

Constructs an OpenSslError object.
public OpenSslError ( uint err ) : System
err uint The native error code
리턴 System