C# 클래스 SobekCM.Engine_Library.Endpoints.EndpointBase

Base engine endpoint has helper method for serialization of the return object
파일 보기 프로젝트 열기: MarkVSullivan/SobekCM-Web-Application

보호된 메소드들

메소드 설명
Serialize ( object ReturnValue, HttpResponse Response, Microservice_Endpoint_Protocol_Enum Protocol, string CallbackJsonP ) : void

Serialize the return object, according to the protocol requested

메소드 상세

Serialize() 보호된 메소드

Serialize the return object, according to the protocol requested
protected Serialize ( object ReturnValue, HttpResponse Response, Microservice_Endpoint_Protocol_Enum Protocol, string CallbackJsonP ) : void
ReturnValue object Return object to serialize
Response System.Web.HttpResponse HTTP Response to write result to
Protocol Microservice_Endpoint_Protocol_Enum Requested protocol type
CallbackJsonP string Callback function for JSON-P
리턴 void