C# 클래스 Simulator.SimulatedUserAccount

상속: StopGuessing.AccountStorage.Memory.MemoryUserAccount
파일 보기 프로젝트 열기: Microsoft/StopGuessing 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
ClientAddresses ConcurrentBag
ConsecutiveIncorrectAttempts StopGuessing.DataStructures.DecayingDouble
Cookies ConcurrentBag
MaxConsecutiveIncorrectAttempts StopGuessing.DataStructures.DecayingDouble
Password string

프로퍼티 상세

ClientAddresses 공개적으로 프로퍼티

public ConcurrentBag ClientAddresses
리턴 ConcurrentBag

ConsecutiveIncorrectAttempts 공개적으로 프로퍼티

public DecayingDouble,StopGuessing.DataStructures ConsecutiveIncorrectAttempts
리턴 StopGuessing.DataStructures.DecayingDouble

Cookies 공개적으로 프로퍼티

public ConcurrentBag Cookies
리턴 ConcurrentBag

MaxConsecutiveIncorrectAttempts 공개적으로 프로퍼티

public DecayingDouble,StopGuessing.DataStructures MaxConsecutiveIncorrectAttempts
리턴 StopGuessing.DataStructures.DecayingDouble

Password 공개적으로 프로퍼티

public string Password
리턴 string