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

파일 보기 프로젝트 열기: gkardava/WinPass 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
mServerNameList IList

공개 메소드들

메소드 설명
Encode ( Stream output ) : void
Parse ( Stream input ) : ServerNameList
ServerNameList ( IList serverNameList ) : System

비공개 메소드들

메소드 설명
CheckNameType ( byte nameTypesSeen, byte nameType ) : byte[]

메소드 상세

Encode() 공개 메소드

public Encode ( Stream output ) : void
output Stream
리턴 void

Parse() 공개 정적인 메소드

public static Parse ( Stream input ) : ServerNameList
input Stream
리턴 ServerNameList

ServerNameList() 공개 메소드

public ServerNameList ( IList serverNameList ) : System
serverNameList IList
리턴 System

프로퍼티 상세

mServerNameList 보호되어 있는 프로퍼티

protected IList mServerNameList
리턴 IList