18 implementations of Send
System.ServiceModel (15)
System\ServiceModel\Channels\ChannelDemuxer.cs (1)
2930
public void
Send
(Message message, TimeSpan timeout)
System\ServiceModel\Channels\DatagramAdapter.cs (1)
1160
public void
Send
(Message message, TimeSpan timeout)
System\ServiceModel\Channels\DuplexChannel.cs (1)
87
public void
Send
(Message message, TimeSpan timeout)
System\ServiceModel\Channels\InternalDuplexChannelListener.cs (1)
242
public void
Send
(Message message, TimeSpan timeout)
System\ServiceModel\Channels\LayeredChannelFactory.cs (1)
251
public void
Send
(Message message, TimeSpan timeout)
System\ServiceModel\Channels\OutputChannel.cs (1)
74
public void
Send
(Message message, TimeSpan timeout)
System\ServiceModel\Channels\SecurityChannelFactory.cs (1)
569
public void
Send
(Message message, TimeSpan timeout)
System\ServiceModel\Channels\SecurityChannelListener.cs (1)
1068
public void
Send
(Message message, TimeSpan timeout)
System\ServiceModel\Channels\ServiceChannel.cs (1)
1278
public void
Send
(Message message, TimeSpan timeout)
System\ServiceModel\Channels\TransactionChannelFactory.cs (1)
264
public void
Send
(Message message, TimeSpan timeout)
System\ServiceModel\Channels\TransactionChannelListener.cs (1)
583
public virtual void
Send
(Message message, TimeSpan timeout)
System\ServiceModel\ClientBase.cs (1)
1368
void IOutputChannel.
Send
(Message message, TimeSpan timeout)
System\ServiceModel\Dispatcher\DuplexChannelBinder.cs (1)
1551
public void
Send
(Message message, TimeSpan timeout)
System\ServiceModel\Security\SecuritySessionClientSettings.cs (1)
3255
public void
Send
(Message message, TimeSpan timeout)
System\ServiceModel\Security\SecuritySessionServerSettings.cs (1)
3630
public void
Send
(Message message, TimeSpan timeout)
System.ServiceModel.Channels (1)
System\ServiceModel\Channels\UdpDuplexChannel.cs (1)
84
public void
Send
(Message message, TimeSpan timeout)
System.ServiceModel.Discovery (2)
System\ServiceModel\Discovery\DiscoveryClientDuplexChannel.cs (1)
41
public override void
Send
(Message message, TimeSpan timeout)
System\ServiceModel\Discovery\DiscoveryClientOutputChannel.cs (1)
64
public virtual void
Send
(Message message, TimeSpan timeout)
12 references to Send
System.ServiceModel (11)
System\ServiceModel\Channels\ChannelDemuxer.cs (2)
1269
this.innerChannel.
Send
(message, timeout);
2932
this.InnerChannel.
Send
(message, timeout);
System\ServiceModel\Channels\ClientReliableChannelBinder.cs (1)
392
channel.
Send
(message, timeout);
System\ServiceModel\Channels\LayeredChannelFactory.cs (1)
253
this.innerOutputChannel.
Send
(message, timeout);
System\ServiceModel\Channels\OneWayChannelFactory.cs (1)
342
this.innerChannel.
Send
(message, timeout);
System\ServiceModel\Channels\SecurityChannelListener.cs (1)
1116
((IDuplexChannel)this.InnerChannel).
Send
(faultMessage, timeout);
System\ServiceModel\Channels\ServerReliableChannelBinder.cs (1)
745
channel.
Send
(message, timeout);
System\ServiceModel\ClientBase.cs (1)
1370
((IOutputChannel)this.channel).
Send
(message, timeout);
System\ServiceModel\Dispatcher\DuplexChannelBinder.cs (2)
370
this.channel.
Send
(message, timeout);
696
this.channel.
Send
(message, timeout);
System\ServiceModel\Dispatcher\OutputChannelBinder.cs (1)
93
this.channel.
Send
(message, timeout);
System.ServiceModel.Discovery (1)
System\ServiceModel\Discovery\DiscoveryClientOutputChannel.cs (1)
66
this.InnerChannel.
Send
(message, timeout);