ClientKillParams

Undocumented in source.

Constructors

this
this()
Undocumented in source.

Members

Aliases

addParam
alias addParam = Params.addParam
Undocumented in source.

Enums

SkipMe
enum SkipMe
Undocumented in source.
Type
enum Type
Undocumented in source.

Functions

addr
ClientKillParams addr(byte[] ipPort)
Undocumented in source. Be warned that the author may not have intended to support it.
addr
ClientKillParams addr(string ip, int port)
Undocumented in source. Be warned that the author may not have intended to support it.
addr
ClientKillParams addr(string ipPort)
Undocumented in source. Be warned that the author may not have intended to support it.
id
ClientKillParams id(string clientId)
Undocumented in source. Be warned that the author may not have intended to support it.
id
ClientKillParams id(byte[] clientId)
Undocumented in source. Be warned that the author may not have intended to support it.
skipMe
ClientKillParams skipMe(SkipMe skipMe)
Undocumented in source. Be warned that the author may not have intended to support it.
type
ClientKillParams type(Type type)
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

clientKillParams
ClientKillParams clientKillParams()
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From Params

getParam
T getParam(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
getByteParams
const(ubyte)[][] getByteParams()
Undocumented in source. Be warned that the author may not have intended to support it.
contains
bool contains(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
addParam
void addParam(string name, string value)
Undocumented in source. Be warned that the author may not have intended to support it.
addParam
void addParam(string name, int value)
Undocumented in source. Be warned that the author may not have intended to support it.
addParam
void addParam(string name, long value)
Undocumented in source. Be warned that the author may not have intended to support it.
addParam
void addParam(string name, byte[] value)
Undocumented in source. Be warned that the author may not have intended to support it.
addParam
void addParam(string name, Object value)
Undocumented in source. Be warned that the author may not have intended to support it.
addParam
void addParam(string name, Variant value)
Undocumented in source. Be warned that the author may not have intended to support it.
addParam
void addParam(string name)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta