C# Класс LtiLibrary.AspNet.Extensions.HttpResponseExtensions

Показать файл Открыть проект

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

Метод Описание
WriteLtiRequest ( this response, LtiRequest request, string consumerSecret ) : void

Writes the LtiConsumerRequest to the HttpResponse so that the client browser executes the LTI launch request.

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

WriteLtiRequest() публичный статический Метод

Writes the LtiConsumerRequest to the HttpResponse so that the client browser executes the LTI launch request.
public static WriteLtiRequest ( this response, LtiRequest request, string consumerSecret ) : void
response this The HttpResponse to write the launch request to.
request LtiLibrary.Core.Lti1.LtiRequest The LtiConsumerRequest to write.
consumerSecret string The OAuth secret to use when signing the request.
Результат void