6 implementations of Send
dotnet-svcutil-lib (6)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\LayeredChannelFactory.cs (1)
245public void Send(Message message)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\OutputChannel.cs (1)
69public void Send(Message message)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannel.cs (1)
1186public void Send(Message message)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannelProxy.cs (1)
745void IOutputChannel.Send(Message message)
FrameworkFork\System.ServiceModel\System\ServiceModel\ClientBase.cs (1)
771void IOutputChannel.Send(Message message)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\DuplexChannelBinder.cs (1)
1482public void Send(Message message)
1 reference to Send
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\ClientBase.cs (1)
773((IOutputChannel)_channel).Send(message);