C# Class MailKit.Security.Ntlm.MessageBase

Mostra file Open project: jstedfast/MailKit

Public Methods

Method Description
Encode ( ) : byte[]

Protected Methods

Method Description
MessageBase ( int messageType ) : System
PrepareMessage ( int size ) : byte[]
ValidateArguments ( byte message, int startIndex, int length ) : void

Private Methods

Method Description
CheckHeader ( byte message, int startIndex ) : bool

Method Details

Encode() public abstract method

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

MessageBase() protected method

protected MessageBase ( int messageType ) : System
messageType int
return System

PrepareMessage() protected method

protected PrepareMessage ( int size ) : byte[]
size int
return byte[]

ValidateArguments() protected method

protected ValidateArguments ( byte message, int startIndex, int length ) : void
message byte
startIndex int
length int
return void