C# Class MimeKit.Header.ReceivedTokenValue

ファイルを表示 Open project: jstedfast/MimeKit

Public Properties

Property Type Description
Length int
StartIndex int

Public Methods

Method Description
ReceivedTokenValue ( int startIndex, int length ) : System

Method Details

ReceivedTokenValue() public method

public ReceivedTokenValue ( int startIndex, int length ) : System
startIndex int
length int
return System

Property Details

Length public_oe property

public int Length
return int

StartIndex public_oe property

public int StartIndex
return int