C# 클래스 FixAsp.OwinAppSetup

파일 보기 프로젝트 열기: FixProject/Fix

공개 메소드들

메소드 설명
Setup ( AppFunc>.Action use, AppFunc>.Action map ) : void
WriteAsync ( this stream, string text ) : System.Threading.Tasks.Task

메소드 상세

Setup() 공개 정적인 메소드

public static Setup ( AppFunc>.Action use, AppFunc>.Action map ) : void
use AppFunc>.Action
map AppFunc>.Action
리턴 void

WriteAsync() 공개 정적인 메소드

public static WriteAsync ( this stream, string text ) : System.Threading.Tasks.Task
stream this
text string
리턴 System.Threading.Tasks.Task