17 implementations of EndSend
System.ServiceModel (15)
System\ServiceModel\Channels\ChannelDemuxer.cs (1)
2945
public void
EndSend
(IAsyncResult result)
System\ServiceModel\Channels\DatagramAdapter.cs (1)
1209
public void
EndSend
(IAsyncResult result)
System\ServiceModel\Channels\DuplexChannel.cs (1)
48
public void
EndSend
(IAsyncResult result)
System\ServiceModel\Channels\InternalDuplexChannelListener.cs (1)
191
public void
EndSend
(IAsyncResult result)
System\ServiceModel\Channels\LayeredChannelFactory.cs (1)
266
public void
EndSend
(IAsyncResult result)
System\ServiceModel\Channels\OutputChannel.cs (1)
42
public void
EndSend
(IAsyncResult result)
System\ServiceModel\Channels\SecurityChannelFactory.cs (1)
559
public void
EndSend
(IAsyncResult result)
System\ServiceModel\Channels\SecurityChannelListener.cs (1)
1058
public void
EndSend
(IAsyncResult result)
System\ServiceModel\Channels\ServiceChannel.cs (1)
1295
public void
EndSend
(IAsyncResult result)
System\ServiceModel\Channels\TransactionChannelFactory.cs (1)
254
public void
EndSend
(IAsyncResult result)
System\ServiceModel\Channels\TransactionChannelListener.cs (1)
573
public void
EndSend
(IAsyncResult result)
System\ServiceModel\ClientBase.cs (1)
1383
void IOutputChannel.
EndSend
(IAsyncResult result)
System\ServiceModel\Dispatcher\DuplexChannelBinder.cs (1)
1566
public void
EndSend
(IAsyncResult result)
System\ServiceModel\Security\SecuritySessionClientSettings.cs (1)
3276
public void
EndSend
(IAsyncResult result)
System\ServiceModel\Security\SecuritySessionServerSettings.cs (1)
3651
public void
EndSend
(IAsyncResult result)
System.ServiceModel.Channels (1)
System\ServiceModel\Channels\UdpDuplexChannel.cs (1)
67
public void
EndSend
(IAsyncResult result)
System.ServiceModel.Discovery (1)
System\ServiceModel\Discovery\DiscoveryClientOutputChannel.cs (1)
59
public void
EndSend
(IAsyncResult result)
28 references to EndSend
System.ServiceModel (25)
System\ServiceModel\Channels\ChannelDemuxer.cs (2)
1279
this.innerChannel.
EndSend
(result);
2947
this.InnerChannel.
EndSend
(result);
System\ServiceModel\Channels\ClientReliableChannelBinder.cs (1)
369
channel.
EndSend
(result);
System\ServiceModel\Channels\ContextOutputChannelBase.cs (1)
256
this.channel.InnerChannel.
EndSend
(result);
System\ServiceModel\Channels\DatagramAdapter.cs (1)
1280
channel.
EndSend
(result);
System\ServiceModel\Channels\InternalDuplexChannelListener.cs (1)
320
outputChannel.
EndSend
(result);
System\ServiceModel\Channels\LayeredChannelFactory.cs (1)
268
this.innerOutputChannel.
EndSend
(result);
System\ServiceModel\Channels\OneWayChannelFactory.cs (3)
331
this.innerChannel.
EndSend
(result);
746
innerChannel.
EndSend
(result);
797
thisPtr.innerChannel.
EndSend
(result);
System\ServiceModel\Channels\PeerNeighborManager.cs (1)
1125
this.proxy.
EndSend
(result);
System\ServiceModel\Channels\ReplyAdapterChannelListener.cs (1)
272
this.innerChannel.
EndSend
(result);
System\ServiceModel\Channels\SecurityChannelListener.cs (1)
1947
this.innerChannel.
EndSend
(result);
System\ServiceModel\Channels\ServerReliableChannelBinder.cs (1)
718
channel.
EndSend
(result);
System\ServiceModel\Channels\TransactionChannelFactory.cs (1)
256
InnerChannel.
EndSend
(result);
System\ServiceModel\Channels\TransactionChannelListener.cs (1)
575
InnerChannel.
EndSend
(result);
System\ServiceModel\ClientBase.cs (1)
1385
((IOutputChannel)this.channel).
EndSend
(result);
System\ServiceModel\Dispatcher\DuplexChannelBinder.cs (5)
365
this.channel.
EndSend
(result);
731
context.channel.
EndSend
(result);
753
thisPtr.context.channel.
EndSend
(result);
993
this.parent.channel.
EndSend
(sendResult);
1568
this.innerChannel.
EndSend
(result);
System\ServiceModel\Dispatcher\OutputChannelBinder.cs (1)
88
this.channel.
EndSend
(result);
System\ServiceModel\Security\SecurityChannel.cs (1)
153
channel.
EndSend
(result);
System\ServiceModel\Security\SecuritySessionServerSettings.cs (1)
4807
((IOutputChannel)faultContext).
EndSend
(result);
System.ServiceModel.Activities (2)
System\ServiceModel\Activities\InternalSendMessage.cs (2)
1853
((IOutputChannel)this.channel).
EndSend
(result);
1985
((IOutputChannel)thisPtr.channel).
EndSend
(result);
System.ServiceModel.Discovery (1)
System\ServiceModel\Discovery\DiscoveryClientOutputChannel.cs (1)
61
this.InnerChannel.
EndSend
(result);