1 write to publishedEndpoints
System.ServiceModel.Discovery (1)
System\ServiceModel\Discovery\OnlineAnnouncementChannelDispatcher.cs (1)
35
this.
publishedEndpoints
= publishedEndpoints;
2 references to publishedEndpoints
System.ServiceModel.Discovery (2)
System\ServiceModel\Discovery\OnlineAnnouncementChannelDispatcher.cs (2)
117
this.announceOnlineAsyncResult = new AnnouncementDispatcherAsyncResult(this.announcementEndpoints, this.
publishedEndpoints
, this.discoveryMessageSequenceGenerator, true, callback, state);
145
this.announceOnlineAsyncResult = new AnnouncementDispatcherAsyncResult(this.announcementEndpoints, this.
publishedEndpoints
, this.discoveryMessageSequenceGenerator, true, null, null);