ValueWebSocketReceiveResult.EndOfMessage Property

Definition

Gets whether the message has been received completely.

public:
 property bool EndOfMessage { bool get(); };
public bool EndOfMessage { get; }
member this.EndOfMessage : bool
Public ReadOnly Property EndOfMessage As Boolean

Property Value

true if the message was received completely; otherwise, false.

Applies to