<PackageReference Include="System.ServiceModel.Primitives" Version="6.2.0" />

System.ServiceModel.Channels.BinaryFormatParser

static class BinaryFormatParser
public static int GetSessionKey(int value)

public static int GetStaticKey(int value)

public static bool IsSessionKey(int value)

public static bool MatchAttributeNode(byte[] buffer, int offset, int size)

public static int MatchBytes(byte[] buffer, int offset, int size, byte[] buffer2)

public static int MatchInt32(byte[] buffer, int offset, int size)

public static int MatchKey(byte[] buffer, int offset, int size)

public static int MatchUniqueID(byte[] buffer, int offset, int size)

public static int ParseInt32(byte[] buffer, int offset, int size)

public static int ParseKey(byte[] buffer, int offset, int size)

public static UniqueId ParseUniqueID(byte[] buffer, int offset, int size)