C# 클래스 Brunet.Relay.SimpleForwarderSelector

An ForwarderSelector that returns an address from the list pseudorandomly.
상속: IForwarderSelector
파일 보기 프로젝트 열기: pstjuste/brunet

보호된 프로퍼티들

프로퍼티 타입 설명
_cons List
_count int

공개 메소드들

메소드 설명
SimpleForwarderSelector ( ) : System
Update ( List cons ) : void

메소드 상세

SimpleForwarderSelector() 공개 메소드

public SimpleForwarderSelector ( ) : System
리턴 System

Update() 공개 메소드

public Update ( List cons ) : void
cons List
리턴 void

프로퍼티 상세

_cons 보호되어 있는 프로퍼티

protected List _cons
리턴 List

_count 보호되어 있는 프로퍼티

protected int _count
리턴 int