Utilities.TryValidateUtf8 Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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