ServiceNameFormat.GetEndpointName(Type) Method

Definition

Gets the default endpoint resource name for the given service type

public static string GetEndpointName (Type serviceInterfaceType);
static member GetEndpointName : Type -> string
Public Shared Function GetEndpointName (serviceInterfaceType As Type) As String

Parameters

serviceInterfaceType
Type

Service interface type name.

Returns

The name of the endpoint resource.

Remarks

Applies to