C# 클래스 openCrypto.TLS.TLSMessage

파일 보기 프로젝트 열기: kazuki/opencrypto-tls 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
_recordType ContentType

공개 메소드들

메소드 설명
Write ( byte buffer, int offset ) : ushort

보호된 메소드들

메소드 설명
TLSMessage ( ContentType type ) : System

메소드 상세

TLSMessage() 보호된 메소드

protected TLSMessage ( ContentType type ) : System
type ContentType
리턴 System

Write() 공개 추상적인 메소드

public abstract Write ( byte buffer, int offset ) : ushort
buffer byte
offset int
리턴 ushort

프로퍼티 상세

_recordType 보호되어 있는 프로퍼티

protected ContentType _recordType
리턴 ContentType