Utilities.TryValidateUtf8 Method

Definition

public:
 static bool TryValidateUtf8(ArraySegment<System::Byte> arraySegment, bool endOfMessage, Microsoft::AspNetCore::WebSockets::Protocol::Utilities::Utf8MessageState ^ state);
public static bool TryValidateUtf8 (ArraySegment<byte> arraySegment, bool endOfMessage, Microsoft.AspNetCore.WebSockets.Protocol.Utilities.Utf8MessageState state);
static member TryValidateUtf8 : ArraySegment<byte> * bool * Microsoft.AspNetCore.WebSockets.Protocol.Utilities.Utf8MessageState -> bool
Public Shared Function TryValidateUtf8 (arraySegment As ArraySegment(Of Byte), endOfMessage As Boolean, state As Utilities.Utf8MessageState) As Boolean

Parameters

arraySegment
ArraySegment<Byte>
endOfMessage
Boolean

Returns

Boolean

Applies to