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