C# 클래스 RohBot.Packets.NotificationSubscription

상속: Packet
파일 보기 프로젝트 열기: Rohansi/RohBot 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
DeviceToken string
RegexPattern string
Registered bool

공개 메소드들

메소드 설명
Handle ( Connection connection ) : void

메소드 상세

Handle() 공개 메소드

public Handle ( Connection connection ) : void
connection Connection
리턴 void

프로퍼티 상세

DeviceToken 공개적으로 프로퍼티

public string DeviceToken
리턴 string

RegexPattern 공개적으로 프로퍼티

public string RegexPattern
리턴 string

Registered 공개적으로 프로퍼티

public bool Registered
리턴 bool