6 implementations of Send
dotnet-svcutil-lib (6)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\LayeredChannelFactory.cs (1)
250
public void
Send
(Message message, TimeSpan timeout)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\OutputChannel.cs (1)
74
public void
Send
(Message message, TimeSpan timeout)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannel.cs (1)
1191
public void
Send
(Message message, TimeSpan timeout)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannelProxy.cs (1)
750
void IOutputChannel.
Send
(Message message, TimeSpan timeout)
FrameworkFork\System.ServiceModel\System\ServiceModel\ClientBase.cs (1)
776
void IOutputChannel.
Send
(Message message, TimeSpan timeout)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\DuplexChannelBinder.cs (1)
1487
public void
Send
(Message message, TimeSpan timeout)
7 references to Send
dotnet-svcutil-lib (7)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\LayeredChannelFactory.cs (1)
252
_innerOutputChannel.
Send
(message, timeout);
FrameworkFork\System.ServiceModel\System\ServiceModel\ClientBase.cs (1)
778
((IOutputChannel)_channel).
Send
(message, timeout);
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\DuplexChannelBinder.cs (4)
360
_channel.
Send
(message, timeout);
472
_channel.
Send
(message, timeoutHelper.RemainingTime());
521
_channel.
Send
(message, timeoutHelper.RemainingTime());
652
_channel.
Send
(message, timeout);
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\OutputChannelBinder.cs (1)
92
_channel.
Send
(message, timeout);