| Visual Basic (Usage) |  Copy Code | 
|---|---|
| Dim instance As ConfiguredEndpointCollection Dim url As String Dim value As ConfiguredEndpoint value = instance.Create(url) | |
| C# | |
|---|---|
| public ConfiguredEndpoint Create( string url ) | |
Parameters
- url
            Call the Add() method to add it to the collection.
            
            
            
            
            
            Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x
 
     
     
     
     
    
    