1 write to isEndpointFullyConfigured
System.ServiceModel (1)
System\ServiceModel\Description\ServiceEndpoint.cs (1)
216set { this.isEndpointFullyConfigured = value; }
1 reference to isEndpointFullyConfigured
System.ServiceModel (1)
System\ServiceModel\Description\ServiceEndpoint.cs (1)
215get { return this.isEndpointFullyConfigured; }