C# Class 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
Inheritance: EndpointBase
Show file Open project: MarkVSullivan/SobekCM-Web-Application

Public Methods

Method Description
Register_User ( HttpResponse Response, List UrlSegments, NameValueCollection QueryString, Microservice_Endpoint_Protocol_Enum Protocol, NameValueCollection RequestForm, bool IsDebug ) : void

Register a user for the conference

Method Details

Register_User() public method

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
return void