C# Class Dicom.Network.OpenSslBIO

Inheritance: IDisposable
ファイルを表示 Open project: fo-dicom/mdcm Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
FromFile ( string file ) : OpenSslBIO
OpenSslBIO ( IntPtr bio ) : System

Method Details

Dispose() public method

public Dispose ( ) : void
return void

FromFile() public static method

public static FromFile ( string file ) : OpenSslBIO
file string
return OpenSslBIO

OpenSslBIO() public method

public OpenSslBIO ( IntPtr bio ) : System
bio System.IntPtr
return System