IVsWCFReferenceGroupDetails.GetGeneratedEndpointNameInConfiguration Method
Returns the name of an endpoint configuration generated by ServiceEndpoint.
Namespace: Microsoft.VisualStudio.ManagedInterfaces9
Assembly: Microsoft.VisualStudio.ManagedInterfaces.WCF (in Microsoft.VisualStudio.ManagedInterfaces.WCF.dll)
Syntax
'Declaration
Function GetGeneratedEndpointNameInConfiguration ( _
endpoint As ServiceEndpoint _
) As String
string GetGeneratedEndpointNameInConfiguration(
ServiceEndpoint endpoint
)
String^ GetGeneratedEndpointNameInConfiguration(
ServiceEndpoint^ endpoint
)
abstract GetGeneratedEndpointNameInConfiguration :
endpoint:ServiceEndpoint -> string
function GetGeneratedEndpointNameInConfiguration(
endpoint : ServiceEndpoint
) : String
Parameters
endpoint
Type: System.ServiceModel.Description.ServiceEndpointA ServiceEndpoint returned by the GetServiceEndpoints method.
Return Value
Type: System.String
A String that contains the name of the endpoint configuration.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.