8 references to Binder
System.ServiceModel.Primitives (8)
System\ServiceModel\Channels\ReliableOutputSessionChannel.cs (8)
348
await
Binder
.CloseAsync(timeoutHelper.RemainingTime());
672
if (
Binder
.IsHandleable(e))
742
await
Binder
.SendAsync(message, timeout, maskingMode);
749
if (
Binder
.IsHandleable(e))
762
await
Binder
.SendAsync(message, timeout, maskingMode);
768
return
Binder
.SendAsync(message, timeout, maskingMode);
816
(bool success, RequestContext context) = await
Binder
.TryReceiveAsync(TimeSpan.MaxValue);
830
if (!Connection.Closed && (
Binder
.State == CommunicationState.Opened))