NetTcpBinding.ShouldSerializeListenBacklog Method

Definition

Returns a value that indicates whether the ListenBacklog property has changed from its default value and should be serialized.

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

Returns

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

Applies to