3 references to alwaysUseCompletionPortsForConnect
System (3)
net\System\Net\Configuration\SocketElement.cs (3)
20this.properties.Add(this.alwaysUseCompletionPortsForConnect); 51get { return (bool)this[this.alwaysUseCompletionPortsForConnect]; } 52set { this[this.alwaysUseCompletionPortsForConnect] = value; }