ServiceModelSecurityTokenRequirement.ViaProperty Property

Definition

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; }
static member ViaProperty : string
Public Shared ReadOnly Property ViaProperty As String

Property Value

The key for the token requirement property whose value is the Via URI that the channel is connecting to.

Remarks

The Via property contains the URI of an intermediate destination.

Applies to

See also