C# 클래스 LtiLibrary.AspNet.Extensions.HttpResponseExtensions

파일 보기 프로젝트 열기: easygenerator/LtiLibrary

공개 메소드들

메소드 설명
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