System.ServiceModel.Channels.BinaryFormatParser
namespace System.ServiceModel.Channels
{
internal static class BinaryFormatParser
{
public static bool IsSessionKey(int value);
public static int GetSessionKey(int value);
public static int GetStaticKey(int value);
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);
public static int MatchBytes(byte[] buffer, int offset, int size, byte[] buffer2);
public static bool MatchAttributeNode(byte[] buffer, int offset, int size);
public static int MatchKey(byte[] buffer, int offset, int size);
public static int MatchInt32(byte[] buffer, int offset, int size);
public static int MatchUniqueID(byte[] buffer, int offset, int size);
}
}