ConnectionValidationResponse
constructor in Coherence.Brisk.ConnectionValidationResponse
Constructors
public ConnectionValidationResponse(bool accepted, CustomPayload hostPayload = default)
Parameters
Type | Name | Description |
---|---|---|
bool | accepted | Boolean stating if the new connection should be accepted. |
CustomPayload | hostPayload | Optional custom payload sent to the new connection. |