C# Class LtiLibrary.AspNet.Extensions.HttpResponseExtensions

Exibir arquivo Open project: easygenerator/LtiLibrary

Public Methods

Method Description
WriteLtiRequest ( this response, LtiRequest request, string consumerSecret ) : void

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

Method Details

WriteLtiRequest() public static method

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