C# 클래스 SteamDroidServer.Users

Users handles the allowed users on the server, which are read from the allowed file
파일 보기 프로젝트 열기: FlyingPie/SteamDroid 1 사용 예제들

공개 메소드들

메소드 설명
Instance ( ) : Users

Returns the Users object

IsAllowed ( String user ) : bool

Returns whether the specified user is allowed to connect to the server

Users ( ) : System

비공개 메소드들

메소드 설명
LoadUsers ( ) : void

Loads the allowed file and imports the users

메소드 상세

Instance() 공개 정적인 메소드

Returns the Users object
public static Instance ( ) : Users
리턴 Users

IsAllowed() 공개 메소드

Returns whether the specified user is allowed to connect to the server
public IsAllowed ( String user ) : bool
user String The user to check for
리턴 bool

Users() 공개 메소드

public Users ( ) : System
리턴 System