Home
last modified time | relevance | path

Searched refs:HttpClientTransportSink (Results 1 – 5 of 5) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Runtime.Remoting/System.Runtime.Remoting.Channels.Http/
H A DHttpServerTransportSink.cs175 HttpClientTransportSink.CopyStream (responseStream, ms, 1024); in WriteOut()
183 HttpClientTransportSink.CopyStream (ms, context.Response.OutputStream, 1024); in WriteOut()
H A DHttpClientTransportSinkProvider.cs53 return new HttpClientTransportSink ((HttpClientChannel)channel, url); in CreateSink()
H A DHttpClientTransportSink.cs37 class HttpClientTransportSink : IClientChannelSink class
42 public HttpClientTransportSink (HttpClientChannel channel, string url) in HttpClientTransportSink() method in System.Runtime.Remoting.Channels.Http.HttpClientTransportSink
H A DHttpRemotingHandler.cs116 HttpClientTransportSink.CopyStream (responseStream, response.OutputStream, 1024); in ProcessRequest()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Runtime.Remoting/
H A DSystem.Runtime.Remoting.dll.sources50 System.Runtime.Remoting.Channels.Http/HttpClientTransportSink.cs