C# 클래스 ScriptCs.WebApi.WriteToStreamArgs

파일 보기 프로젝트 열기: scriptcs-contrib/scriptcs-webapi

공개 메소드들

메소드 설명
WriteToStreamArgs ( Type type, object instance, Stream stream, HttpContent content, System.Net.TransportContext context, CancellationToken token ) : System

메소드 상세

WriteToStreamArgs() 공개 메소드

public WriteToStreamArgs ( Type type, object instance, Stream stream, HttpContent content, System.Net.TransportContext context, CancellationToken token ) : System
type System.Type
instance object
stream Stream
content System.Net.Http.HttpContent
context System.Net.TransportContext
token System.Threading.CancellationToken
리턴 System