ServiceModelSecurityTokenRequirement.ViaProperty 属性
定义
获取令牌需求属性的密钥,其值为通道与之连接的中转 URI(仅限客户端)。Gets the key for the token requirement property whose value is the Via URI that the channel is connecting to (client only).
public:
static property System::String ^ ViaProperty { System::String ^ get(); };
public static string ViaProperty { get; }
member this.ViaProperty : string
Public Shared ReadOnly Property ViaProperty As String
属性值
令牌需求属性的密钥,其值为通道与之连接的中转 URI。The key for the token requirement property whose value is the Via URI that the channel is connecting to.
注解
Via 属性包含中间目标的 URI。The Via property contains the URI of an intermediate destination.