2 overrides of IsStreamedOutput
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ClientWebSocketTransportDuplexSessionChannel.cs (1)
37
protected override bool
IsStreamedOutput
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\FramingChannels.cs (1)
47
protected override bool
IsStreamedOutput
2 references to IsStreamedOutput
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TransportDuplexSessionChannel.cs (1)
535
if (this.
IsStreamedOutput
)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\WebSocketTransportDuplexSessionChannel.cs (1)
273
if (
IsStreamedOutput
)