1 write to discoveryClientChannelBase
System.ServiceModel.Discovery (1)
System\ServiceModel\Discovery\DiscoveryClientChannelBase.cs (1)
452
this.
discoveryClientChannelBase
= discoveryClientChannelBase;
8 references to discoveryClientChannelBase
System.ServiceModel.Discovery (8)
System\ServiceModel\Discovery\DiscoveryClientChannelBase.cs (8)
460
thisPtr.
discoveryClientChannelBase
.Cleanup(thisPtr.RemainingTime());
466
this.
discoveryClientChannelBase
.InitializeAndFindAsync();
525
(thisPtr, t, c, s) => thisPtr.
discoveryClientChannelBase
.discoveredEndpoints.BeginDequeue(thisPtr.RemainingTime(), c, s),
526
(thisPtr, r) => thisPtr.currentEndpointDiscoveryMetadata = thisPtr.
discoveryClientChannelBase
.discoveredEndpoints.EndDequeue(r),
602
this.innerChannel = this.
discoveryClientChannelBase
.innerChannelFactory.CreateChannel(
638
string exceptionMessage = (this.
discoveryClientChannelBase
.totalDiscoveredEndpoints < 1) ?
640
SR.DiscoveryClientChannelCreationFailed(this.
discoveryClientChannelBase
.totalDiscoveredEndpoints);
641
return new EndpointNotFoundException(exceptionMessage, this.
discoveryClientChannelBase
.exception);