C# Class Universe.Modules.Scripting.RequestData

显示文件 Open project: Virtual-Universe/Virtual-Universe Class Usage Examples

Public Properties

Property Type Description
body string
contentType string
headers string>.Dictionary
requestDone bool
requestID UUID
responseBody string
responseCode int
startTime int
uri string

Property Details

body public_oe property

public string body
return string

contentType public_oe property

public string contentType
return string

headers public_oe property

public Dictionary headers
return string>.Dictionary

requestDone public_oe property

public bool requestDone
return bool

requestID public_oe property

public UUID requestID
return UUID

responseBody public_oe property

public string responseBody
return string

responseCode public_oe property

public int responseCode
return int

startTime public_oe property

public int startTime
return int

uri public_oe property

public string uri
return string