C# Class LtiLibrary.Core.Profiles.ToolConsumerProfileClient

ファイルを表示 Open project: andyfmiller/LtiLibrary

Public Methods

Method Description
GetToolConsumerProfileAsync ( string serviceUrl ) : Task

Get a ToolConsumerProfile from the service endpoint.

Method Details

GetToolConsumerProfileAsync() public static method

Get a ToolConsumerProfile from the service endpoint.
public static GetToolConsumerProfileAsync ( string serviceUrl ) : Task
serviceUrl string The full URL of the ToolConsumerProfile service.
return Task