次の方法で共有


ServiceNameFormat.GetEndpointName(Type) メソッド

定義

指定されたサービスの種類の既定のエンドポイント リソース名を取得します

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

パラメーター

serviceInterfaceType
Type

サービス インターフェイスの種類名。

戻り値

エンドポイント リソースの名前。

注釈

適用対象