6 implementations of BeginSend
Extensibility.MessageInterceptor.IntegrationTests (2)
System.ServiceModel.NetFramingBase (1)
System.ServiceModel.Primitives (1)
System.ServiceModel.Primitives.Tests (2)
ServiceModel\ThrowingOnCloseBindingElement.cs (2)
195public IAsyncResult BeginSend(Message message, TimeSpan timeout, AsyncCallback callback, object state) => InnerChannel.BeginSend(message, timeout, callback, state);
278public IAsyncResult BeginSend(Message message, TimeSpan timeout, AsyncCallback callback, object state) => InnerChannel.BeginSend(message, callback, state);
3 references to BeginSend
Extensibility.MessageInterceptor.IntegrationTests (2)
System.ServiceModel.Primitives.Tests (1)