System.ServiceModel.Configuration.EndpointCollectionElement.TryAdd C# (CSharp) Méthode

TryAdd() protected abstract méthode

protected abstract TryAdd ( string name, ServiceEndpoint endpoint, Configuration config ) : bool
name string
endpoint ServiceEndpoint
config System.Configuration.Configuration
Résultat bool
		protected internal abstract bool TryAdd (string name, ServiceEndpoint endpoint, ConfigurationType config);
	}