Method | Description | |
---|---|---|
Authorize ( string authorizeFor = "authorized" ) : bool | ||
Disconnect ( ) : void | ||
RaiseEvent ( string data ) : void | ||
Send ( object @event ) : void | ||
Send ( string @event ) : void | ||
Send ( string type, object @event ) : void | ||
SendTo ( string target, object @event ) : void | ||
SendTo ( string target, string @event ) : void | ||
SendTo ( string target, string type, object @event ) : void |
Method | Description | |
---|---|---|
DisconnectClient ( string clientId ) : void | ||
EventStream ( ) : System |
public Authorize ( string authorizeFor = "authorized" ) : bool | ||
authorizeFor | string | |
return | bool |
public Send ( string type, object @event ) : void | ||
type | string | |
@event | object | |
return | void |
public SendTo ( string target, object @event ) : void | ||
target | string | |
@event | object | |
return | void |
public SendTo ( string target, string @event ) : void | ||
target | string | |
@event | string | |
return | void |
public SendTo ( string target, string type, object @event ) : void | ||
target | string | |
type | string | |
@event | object | |
return | void |