C# 클래스 LtiLibrary.Core.Extensions.HttpWebRequestExtensions

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

공개 메소드들

메소드 설명
ToFormattedRequestStringAsync ( this request ) : Task

Create a string representation of the HttpWebRequest similar to Fiddler's.

Created for learning and debugging LTI.

메소드 상세

ToFormattedRequestStringAsync() 공개 정적인 메소드

Create a string representation of the HttpWebRequest similar to Fiddler's.
Created for learning and debugging LTI.
public static ToFormattedRequestStringAsync ( this request ) : Task
request this
리턴 Task