C# Класс MailKit.Security.Ntlm.TargetInfo

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Decode ( byte buffer, int startIndex, int length, bool unicode ) : void
Encode ( bool unicode ) : byte[]
TargetInfo ( ) : System
TargetInfo ( byte buffer, int startIndex, int length, bool unicode ) : System

Приватные методы

Метод Описание
CalculateSize ( bool unicode ) : int
DecodeFlags ( byte buffer, int &index ) : int
DecodeString ( byte buffer, int &index, bool unicode ) : string
DecodeTimestamp ( byte buffer, int &index ) : long
EncodeFlags ( byte buf, int &index, short type, int value ) : void
EncodeInt32 ( byte buf, int &index, int value ) : void
EncodeString ( byte buf, int &index, short type, string value, bool unicode ) : void
EncodeTimestamp ( byte buf, int &index, short type, long value ) : void
EncodeTypeAndLength ( byte buf, int &index, short type, short length ) : void

Описание методов

Decode() публичный Метод

public Decode ( byte buffer, int startIndex, int length, bool unicode ) : void
buffer byte
startIndex int
length int
unicode bool
Результат void

Encode() публичный Метод

public Encode ( bool unicode ) : byte[]
unicode bool
Результат byte[]

TargetInfo() публичный Метод

public TargetInfo ( ) : System
Результат System

TargetInfo() публичный Метод

public TargetInfo ( byte buffer, int startIndex, int length, bool unicode ) : System
buffer byte
startIndex int
length int
unicode bool
Результат System