C# Class MailKit.Security.Ntlm.Type3Message

Inheritance: MessageBase
Mostra file Open project: jstedfast/MailKit Class Usage Examples

Public Methods

Method Description
Encode ( ) : byte[]
Type3Message ( Type2Message type2, string userName, string hostName ) : System
Type3Message ( byte message, int startIndex, int length ) : System

Private Methods

Method Description
Decode ( byte message, int startIndex, int length ) : void
DecodeString ( byte buffer, int offset, int len ) : string
EncodeString ( string text ) : byte[]

Method Details

Encode() public method

public Encode ( ) : byte[]
return byte[]

Type3Message() public method

public Type3Message ( Type2Message type2, string userName, string hostName ) : System
type2 Type2Message
userName string
hostName string
return System

Type3Message() public method

public Type3Message ( byte message, int startIndex, int length ) : System
message byte
startIndex int
length int
return System