C# 클래스 Dev2.Runtime.WebServer.Responses.Streams.HttpPushContentStream

파일 보기 프로젝트 열기: Warewolf-ESB/Warewolf

공개 메소드들

메소드 설명
Write ( ) : void

보호된 메소드들

메소드 설명
HttpPushContentStream ( HttpResponseMessage response, MediaTypeHeaderValue contentType, int chunkSize = DefaultChunkSize ) : System
OpenInputStream ( ) : Stream

비공개 메소드들

메소드 설명
WriteToStream ( Stream outputStream, HttpContent content, System.Net.TransportContext context ) : void

메소드 상세

HttpPushContentStream() 보호된 메소드

protected HttpPushContentStream ( HttpResponseMessage response, MediaTypeHeaderValue contentType, int chunkSize = DefaultChunkSize ) : System
response System.Net.Http.HttpResponseMessage
contentType System.Net.Http.Headers.MediaTypeHeaderValue
chunkSize int
리턴 System

OpenInputStream() 보호된 추상적인 메소드

protected abstract OpenInputStream ( ) : Stream
리턴 Stream

Write() 공개 메소드

public Write ( ) : void
리턴 void