2 types derived from HttpOutput
System.ServiceModel (2)
System\ServiceModel\Channels\HttpChannelHelpers.cs (2)
2375
class WebRequestHttpOutput :
HttpOutput
2906
class ListenerResponseHttpOutput :
HttpOutput
27 references to HttpOutput
System.ServiceModel (27)
System\ServiceModel\Channels\HttpChannelFactory.cs (4)
1229
HttpOutput
httpOutput =
HttpOutput
.CreateHttpOutput(this.webRequest, this.factory, request, this.factory.IsChannelBindingSupportEnabled);
1393
HttpOutput
httpOutput;
1546
this.httpOutput =
HttpOutput
.CreateHttpOutput(this.request, this.factory, this.requestMessage, this.factory.IsChannelBindingSupportEnabled);
System\ServiceModel\Channels\HttpChannelHelpers.cs (14)
1539
HttpOutput
thisPtr = (
HttpOutput
)state;
1626
HttpOutput
httpOutput;
1631
public WriteStreamedMessageAsyncResult(TimeSpan timeout,
HttpOutput
httpOutput, HttpResponseMessage httpResponseMessage, AsyncCallback callback, object state)
2019
HttpOutput
httpOutput;
2029
public SendAsyncResult(
HttpOutput
httpOutput, HttpResponseMessage httpResponseMessage, bool suppressEntityBody, TimeSpan timeout, AsyncCallback callback, object state)
2365
internal static
HttpOutput
CreateHttpOutput(HttpWebRequest httpWebRequest, IHttpTransportFactorySettings settings, Message message, bool enableChannelBindingSupport)
2370
internal static
HttpOutput
CreateHttpOutput(HttpListenerResponse httpListenerResponse, IHttpTransportFactorySettings settings, Message message, string httpMethod)
2723
HttpOutput
httpOutput;
2728
public GetOutputStreamAsyncResult(HttpWebRequest httpWebRequest,
HttpOutput
httpOutput, AsyncCallback callback, object state)
2800
HttpOutput
httpOutput;
2803
public WebRequestOutputStream(Stream requestStream, HttpWebRequest httpWebRequest,
HttpOutput
httpOutput)
3937
HttpOutput
httpOutput;
3953
public bool EnableDelayedAccept(
HttpOutput
output, bool closeHttpOutput)
System\ServiceModel\Channels\HttpPipeline.cs (4)
206
protected
HttpOutput
GetHttpOutput(Message message)
287
HttpOutput
httpOutput = this.GetHttpOutput(message);
364
HttpOutput
httpOutput = this.GetHttpOutput(message);
402
HttpOutput
httpOutput;
System\ServiceModel\Channels\HttpRequestContext.cs (5)
25
HttpOutput
httpOutput;
124
public abstract
HttpOutput
GetHttpOutput(Message message);
127
public
HttpOutput
GetHttpOutputCore(Message message)
830
public override
HttpOutput
GetHttpOutput(Message message)
848
return
HttpOutput
.CreateHttpOutput(listenerContext.Response, Listener, message, this.HttpMethod);