C# Class Dev2.Runtime.WebServer.Responses.Streams.HttpPushContentStream

ファイルを表示 Open project: Warewolf-ESB/Warewolf

Public Methods

Method Description
Write ( ) : void

Protected Methods

Method Description
HttpPushContentStream ( HttpResponseMessage response, MediaTypeHeaderValue contentType, int chunkSize = DefaultChunkSize ) : System
OpenInputStream ( ) : Stream

Private Methods

Method Description
WriteToStream ( Stream outputStream, HttpContent content, System.Net.TransportContext context ) : void

Method Details

HttpPushContentStream() protected method

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

OpenInputStream() protected abstract method

protected abstract OpenInputStream ( ) : Stream
return Stream

Write() public method

public Write ( ) : void
return void