C# 클래스 PlayFab.Internal.CallRequestContainer

파일 보기 프로젝트 열기: PlayFab/PlayFab-Samples 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
ApiEndpoint string
ApiRequest PlayFabRequestCommon
ApiResult PlayFab.SharedModels.PlayFabResultCommon
AuthKey AuthType
CustomData object
DeserializeResultJson System.Action
Error PlayFabError
ErrorCallback Action
FullUrl string
HttpRequest System.Net.HttpWebRequest
HttpState HttpRequestState
InvokeSuccessCallback System.Action
JsonResponse string
Payload byte[]
Stopwatch System.Diagnostics.Stopwatch
Timing PlayFabHttp.RequestTiming

공개 메소드들

메소드 설명
CallRequestContainer ( ) : System

메소드 상세

CallRequestContainer() 공개 메소드

public CallRequestContainer ( ) : System
리턴 System

프로퍼티 상세

ApiEndpoint 공개적으로 프로퍼티

public string ApiEndpoint
리턴 string

ApiRequest 공개적으로 프로퍼티

public PlayFabRequestCommon ApiRequest
리턴 PlayFabRequestCommon

ApiResult 공개적으로 프로퍼티

public PlayFabResultCommon,PlayFab.SharedModels ApiResult
리턴 PlayFab.SharedModels.PlayFabResultCommon

AuthKey 공개적으로 프로퍼티

public AuthType AuthKey
리턴 AuthType

CustomData 공개적으로 프로퍼티

public object CustomData
리턴 object

DeserializeResultJson 공개적으로 프로퍼티

public Action,System DeserializeResultJson
리턴 System.Action

Error 공개적으로 프로퍼티

public PlayFabError Error
리턴 PlayFabError

ErrorCallback 공개적으로 프로퍼티

public Action ErrorCallback
리턴 Action

FullUrl 공개적으로 프로퍼티

public string FullUrl
리턴 string

HttpRequest 공개적으로 프로퍼티

public System.Net.HttpWebRequest HttpRequest
리턴 System.Net.HttpWebRequest

HttpState 공개적으로 프로퍼티

public HttpRequestState HttpState
리턴 HttpRequestState

InvokeSuccessCallback 공개적으로 프로퍼티

public Action,System InvokeSuccessCallback
리턴 System.Action

JsonResponse 공개적으로 프로퍼티

public string JsonResponse
리턴 string

Payload 공개적으로 프로퍼티

public byte[] Payload
리턴 byte[]

Stopwatch 공개적으로 프로퍼티

public System.Diagnostics.Stopwatch Stopwatch
리턴 System.Diagnostics.Stopwatch

Timing 공개적으로 프로퍼티

public PlayFabHttp.RequestTiming Timing
리턴 PlayFabHttp.RequestTiming