WebHttpSecurity.ShouldSerializeTransport Method

Definition

Returns a value that indicates whether the Transport property has changed from its default value and should be serialized. This is used by WCF for XAML integration.

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

Returns

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

Applies to