6 implementations of Send
dotnet-svcutil-lib (6)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\LayeredChannelFactory.cs (1)
245
public void
Send
(Message message)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\OutputChannel.cs (1)
69
public void
Send
(Message message)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannel.cs (1)
1186
public void
Send
(Message message)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannelProxy.cs (1)
745
void IOutputChannel.
Send
(Message message)
FrameworkFork\System.ServiceModel\System\ServiceModel\ClientBase.cs (1)
771
void IOutputChannel.
Send
(Message message)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\DuplexChannelBinder.cs (1)
1482
public 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);