MailKit.Security.Ntlm.TargetInfo.EncodeFlags C# (CSharp) Метод

EncodeFlags() статический приватный Метод

static private EncodeFlags ( byte buf, int &index, short type, int value ) : void
buf byte
index int
type short
value int
Результат void
		static void EncodeFlags (byte[] buf, ref int index, short type, int value)
		{
			EncodeTypeAndLength (buf, ref index, type, 4);
			EncodeInt32 (buf, ref index, value);
		}