C# Класс SobekCM.Engine_Library.Endpoints.CustomServices

Custom services endpoint is used to demonstrate how to add new endpoints to the SobekCM system that are not part of the main system
Наследование: EndpointBase
Показать файл Открыть проект

Открытые методы

Метод Описание
Register_User ( HttpResponse Response, List UrlSegments, NameValueCollection QueryString, Microservice_Endpoint_Protocol_Enum Protocol, NameValueCollection RequestForm, bool IsDebug ) : void

Register a user for the conference

Описание методов

Register_User() публичный Метод

Register a user for the conference
public Register_User ( HttpResponse Response, List UrlSegments, NameValueCollection QueryString, Microservice_Endpoint_Protocol_Enum Protocol, NameValueCollection RequestForm, bool IsDebug ) : void
Response System.Web.HttpResponse
UrlSegments List
QueryString System.Collections.Specialized.NameValueCollection
Protocol Microservice_Endpoint_Protocol_Enum
RequestForm System.Collections.Specialized.NameValueCollection
IsDebug bool
Результат void