2 overrides of OnSendAsync
System.ServiceModel.NetFramingBase (1)
System\ServiceModel\Channels\TransportDuplexSessionChannel.cs (1)
392
protected override async Task
OnSendAsync
(Message message, TimeSpan timeout)
System.ServiceModel.Primitives (1)
System\ServiceModel\Channels\ReliableOutputSessionChannel.cs (1)
353
protected override async Task
OnSendAsync
(Message message, TimeSpan timeout)
2 references to OnSendAsync
System.ServiceModel.Primitives (2)
System\ServiceModel\Channels\OutputChannel.cs (2)
42
return
OnSendAsync
(message, timeout).ToApm(callback, state);
117
return
OnSendAsync
(message, timeout);