1 write to discoveryClientChannelBase
System.ServiceModel.Discovery (1)
System\ServiceModel\Discovery\DiscoveryClientChannelBase.cs (1)
452this.discoveryClientChannelBase = discoveryClientChannelBase;
8 references to discoveryClientChannelBase
System.ServiceModel.Discovery (8)
System\ServiceModel\Discovery\DiscoveryClientChannelBase.cs (8)
460thisPtr.discoveryClientChannelBase.Cleanup(thisPtr.RemainingTime()); 466this.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), 602this.innerChannel = this.discoveryClientChannelBase.innerChannelFactory.CreateChannel( 638string exceptionMessage = (this.discoveryClientChannelBase.totalDiscoveredEndpoints < 1) ? 640SR.DiscoveryClientChannelCreationFailed(this.discoveryClientChannelBase.totalDiscoveredEndpoints); 641return new EndpointNotFoundException(exceptionMessage, this.discoveryClientChannelBase.exception);