Version

EndpointConfigurationName Property

Returns or sets the name of the endpoint defined in the client configuration file which is used to communicate with the WCF service.
Syntax
'Declaration
 
Public Property EndpointConfigurationName As String
public string EndpointConfigurationName {get; set;}
Remarks

If this is not set, both the RemoteBinding and RemoteAddress must be set for the connector to be able to connect to the WCF service.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also