3 overrides of BeginSendCore
System.ServiceModel (3)
System\ServiceModel\Channels\SecurityChannelFactory.cs (1)
877
protected override IAsyncResult
BeginSendCore
(IRequestChannel channel, Message message, TimeSpan timeout, AsyncCallback callback, object state)
System\ServiceModel\Channels\SecurityChannelListener.cs (1)
1464
protected override IAsyncResult
BeginSendCore
(RequestContext context, Message message, TimeSpan timeout, AsyncCallback callback, object state)
System\ServiceModel\Security\SecurityChannel.cs (1)
140
protected override IAsyncResult
BeginSendCore
(IOutputChannel channel, Message message, TimeSpan timeout, AsyncCallback callback, object state)