TopologyConfiguration.IsTrusted(String) Method

Definition

Checks if the specified GRUU is trusted in the topology.

public:
 abstract bool IsTrusted(System::String ^ gruu);
public abstract bool IsTrusted (string gruu);
abstract member IsTrusted : string -> bool
Public MustOverride Function IsTrusted (gruu As String) As Boolean

Parameters

gruu
String

The GRUU to be checked.

Returns

True if gruu is trusted.

Applies to