C# 클래스 Org.BouncyCastle.Crypto.Tls.TlsInputStream

An input Stream for a TLS 1.0 connection.
상속: Org.BouncyCastle.Utilities.IO.BaseInputStream
파일 보기 프로젝트 열기: red-gate/iTextSharp-4.1.6 1 사용 예제들

공개 메소드들

메소드 설명
Close ( ) : void
Read ( byte buf, int offset, int len ) : int
ReadByte ( ) : int

비공개 메소드들

메소드 설명
TlsInputStream ( TlsProtocolHandler handler ) : System

메소드 상세

Close() 공개 메소드

public Close ( ) : void
리턴 void

Read() 공개 메소드

public Read ( byte buf, int offset, int len ) : int
buf byte
offset int
len int
리턴 int

ReadByte() 공개 메소드

public ReadByte ( ) : int
리턴 int