ServiceModelSecurityTokenRequirement.ListenUriProperty 属性

定义

获取令牌需求属性的密钥,其值为发出请求的服务终结点侦听时使用的 URI(仅限服务)。Gets the key for the token requirement property whose value is the URI that the service endpoint making the request is listening at (service only).

public:
 static property System::String ^ ListenUriProperty { System::String ^ get(); };
public static string ListenUriProperty { get; }
member this.ListenUriProperty : string
Public Shared ReadOnly Property ListenUriProperty As String

属性值

String

令牌需求属性的密钥,其值为发出请求的服务终结点侦听时使用的 URI。The key for the token requirement property whose value is the URI that the service endpoint making the request is listening at.

适用于

另请参阅