C# 클래스 NetWrok.API

파일 보기 프로젝트 열기: simonwittber/netwrok-client 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
alliance Alliance
analytics Analytics
clan Clan
connection Connection
contacts Contacts
inbox Inbox
location Location
squad Squad

공개 메소드들

메소드 설명
API ( ) : System.Collections
Authenticate ( string email, string password ) : Request
Join ( string room ) : void
Leave ( string room ) : void
Register ( string handle, string email, string password ) : Request
Request ( string name ) : Request
RequestPasswordReset ( string email ) : void
ResetPassword ( string email, string token, string password ) : Request
Say ( string room, string cmd ) : void
Send ( string name ) : void

비공개 메소드들

메소드 설명
ByteArrayToHexString ( byte array ) : string
SHA256 ( string phrase ) : string

메소드 상세

API() 공개 메소드

public API ( ) : System.Collections
리턴 System.Collections

Authenticate() 공개 메소드

public Authenticate ( string email, string password ) : Request
email string
password string
리턴 Request

Join() 공개 메소드

public Join ( string room ) : void
room string
리턴 void

Leave() 공개 메소드

public Leave ( string room ) : void
room string
리턴 void

Register() 공개 메소드

public Register ( string handle, string email, string password ) : Request
handle string
email string
password string
리턴 Request

Request() 공개 메소드

public Request ( string name ) : Request
name string
리턴 Request

RequestPasswordReset() 공개 메소드

public RequestPasswordReset ( string email ) : void
email string
리턴 void

ResetPassword() 공개 메소드

public ResetPassword ( string email, string token, string password ) : Request
email string
token string
password string
리턴 Request

Say() 공개 메소드

public Say ( string room, string cmd ) : void
room string
cmd string
리턴 void

Send() 공개 메소드

public Send ( string name ) : void
name string
리턴 void

프로퍼티 상세

alliance 공개적으로 프로퍼티

public Alliance,NetWrok alliance
리턴 Alliance

analytics 공개적으로 프로퍼티

public Analytics,NetWrok analytics
리턴 Analytics

clan 공개적으로 프로퍼티

public Clan,NetWrok clan
리턴 Clan

connection 공개적으로 프로퍼티

public Connection,NetWrok connection
리턴 Connection

contacts 공개적으로 프로퍼티

public Contacts,NetWrok contacts
리턴 Contacts

inbox 공개적으로 프로퍼티

public Inbox,NetWrok inbox
리턴 Inbox

location 공개적으로 프로퍼티

public Location,NetWrok location
리턴 Location

squad 공개적으로 프로퍼티

public Squad,NetWrok squad
리턴 Squad