TcpTransportBindingElement.ShouldSerializeListenBacklog Method

Definition

Indicates whether the TCP transport binding element should serialize listen backlog.

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

Returns

true if the TCP transport binding element should serialize listen backlog; otherwise, false.

Applies to