Photon Plugins API Documentation v5.0RC1

Properties | List of all members
Photon.Hive.Plugin.IHttpResponse Interface Reference

Base interface of HTTP response. More...

Properties

HttpRequest Request [get]
 The corresponding HTTP request. More...
 
int HttpCode [get]
 The HTTP code returned from external web service. More...
 
string Reason [get]
 The human readable form of the returned HttpCode. More...
 
byte[] ResponseData [get]
 HTTP response data returned from external web service as byte[]. More...
 
string ResponseText [get]
 HTTP response data returned from external web service as string. More...
 
byte Status [get]
 The HttpRequestQueueResult returned from Photon servers. More...
 
int WebStatus [get]
 Reason of failure. More...
 
ICallInfo CallInfo [get]
 call info of plugin call which initiated http request More...
 
NameValueCollection Headers [get]
 gets headers for response More...
 

Detailed Description

Base interface of HTTP response.

Property Documentation

◆ CallInfo

ICallInfo Photon.Hive.Plugin.IHttpResponse.CallInfo
get

call info of plugin call which initiated http request

◆ Headers

NameValueCollection Photon.Hive.Plugin.IHttpResponse.Headers
get

gets headers for response

◆ HttpCode

int Photon.Hive.Plugin.IHttpResponse.HttpCode
get

The HTTP code returned from external web service.

◆ Reason

string Photon.Hive.Plugin.IHttpResponse.Reason
get

The human readable form of the returned HttpCode.

◆ Request

HttpRequest Photon.Hive.Plugin.IHttpResponse.Request
get

The corresponding HTTP request.

◆ ResponseData

byte [] Photon.Hive.Plugin.IHttpResponse.ResponseData
get

HTTP response data returned from external web service as byte[].

◆ ResponseText

string Photon.Hive.Plugin.IHttpResponse.ResponseText
get

HTTP response data returned from external web service as string.

◆ Status

byte Photon.Hive.Plugin.IHttpResponse.Status
get

The HttpRequestQueueResult returned from Photon servers.

◆ WebStatus

int Photon.Hive.Plugin.IHttpResponse.WebStatus
get

Reason of failure.