Method | Description | |
---|---|---|
ReadPayload ( ISerializationContext context, IValueReader reader ) : void | ||
RegisterMessage ( ) : System | ||
RegisterMessage ( string username, string password ) : System | ||
WritePayload ( ISerializationContext context, IValueWriter writer ) : void |
public ReadPayload ( ISerializationContext context, IValueReader reader ) : void | ||
context | ISerializationContext | |
reader | IValueReader | |
return | void |
public RegisterMessage ( string username, string password ) : System | ||
username | string | |
password | string | |
return | System |
public WritePayload ( ISerializationContext context, IValueWriter writer ) : void | ||
context | ISerializationContext | |
writer | IValueWriter | |
return | void |