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