C# Class SenseNet.Benchmarking.RequestState

显示文件 Open project: maxpavlov/FlexNet Class Usage Examples

Public Properties

Property Type Description
ContentTypeName string
EndTime System.DateTime
FileSize long
FsPath string
Id int
InitTime System.DateTime
Level int
Request System.Net.WebRequest
Response Response
ResponseTime System.TimeSpan
SnPath string
StartTime System.DateTime
UrlIndex int

Property Details

ContentTypeName public_oe property

public string ContentTypeName
return string

EndTime public_oe property

public DateTime,System EndTime
return System.DateTime

FileSize public_oe property

public long FileSize
return long

FsPath public_oe property

public string FsPath
return string

Id public_oe property

public int Id
return int

InitTime public_oe property

public DateTime,System InitTime
return System.DateTime

Level public_oe property

public int Level
return int

Request public_oe property

public WebRequest,System.Net Request
return System.Net.WebRequest

Response public_oe property

public Response Response
return Response

ResponseTime public_oe property

public TimeSpan,System ResponseTime
return System.TimeSpan

SnPath public_oe property

public string SnPath
return string

StartTime public_oe property

public DateTime,System StartTime
return System.DateTime

UrlIndex public_oe property

public int UrlIndex
return int