2 overrides of OnSendCore
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\FramingChannels.cs (1)
76
protected override void
OnSendCore
(Message message, TimeSpan timeout)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\WebSocketTransportDuplexSessionChannel.cs (1)
266
protected override void
OnSendCore
(Message message, TimeSpan timeout)
1 reference to OnSendCore
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TransportDuplexSessionChannel.cs (1)
635
this.
OnSendCore
(message, timeoutHelper.RemainingTime());