C# Class SenseNet.Benchmarking.RequestState

Show file 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 property

public string ContentTypeName
return string

EndTime public property

public DateTime,System EndTime
return System.DateTime

FileSize public property

public long FileSize
return long

FsPath public property

public string FsPath
return string

Id public property

public int Id
return int

InitTime public property

public DateTime,System InitTime
return System.DateTime

Level public property

public int Level
return int

Request public property

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

Response public property

public Response Response
return Response

ResponseTime public property

public TimeSpan,System ResponseTime
return System.TimeSpan

SnPath public property

public string SnPath
return string

StartTime public property

public DateTime,System StartTime
return System.DateTime

UrlIndex public property

public int UrlIndex
return int