HttpTransportSecurity.ShouldSerializeRealm Method

Definition

Returns a value that indicates whether the Realm property has changed from its default value and should be serialized. . Used by WCF for XAML integration.

public:
 bool ShouldSerializeRealm();
public bool ShouldSerializeRealm ();
member this.ShouldSerializeRealm : unit -> bool
Public Function ShouldSerializeRealm () As Boolean

Returns

true if the Realm property value should be serialized; otherwise, false.

Applies to