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