3 overrides of IsStreamedOutput
System.ServiceModel (3)
System\ServiceModel\Channels\ClientWebSocketTransportDuplexSessionChannel.cs (1)
41protected override bool IsStreamedOutput
System\ServiceModel\Channels\FramingChannels.cs (1)
60protected override bool IsStreamedOutput
System\ServiceModel\Channels\ServerWebSocketTransportDuplexSessionChannel.cs (1)
42protected override bool IsStreamedOutput
2 references to IsStreamedOutput
System.ServiceModel (2)
System\ServiceModel\Channels\TransportDuplexSessionChannel.cs (1)
555return new SendAsyncResult(this, message, timeout, this.IsStreamedOutput, callback, state);
System\ServiceModel\Channels\WebSocketTransportDuplexSessionChannel.cs (1)
321if (this.IsStreamedOutput)