Click or drag to resize

CrosserEndpointInfoMessage Property

The information message send from the endpoint to the client when the connection is accepted

Namespace:  Crosser.Server.Modules.Endpoint
Assembly:  Crosser.Server (in Crosser.Server.dll) Version: 0.0.5
Syntax
C#
public byte[] InfoMessage { get; }

Property Value

Type: Byte

Implements

ICrosserEndpointInfoMessage
See Also