1 instantiation of ConnectSocketState
System (1)
net\System\Net\ServicePoint.cs (1)
264state = new ConnectSocketState(this, PooledStream, owner, socket, socket6);
5 references to ConnectSocketState
System (5)
net\System\Net\ServicePoint.cs (5)
261ConnectSocketState state = null; 1231ConnectSocketState state = (ConnectSocketState)asyncResult.AsyncState; 1358ref IPAddress address, ConnectSocketState state, IAsyncResult asyncResult, out Exception exception) { 1511ConnectSocketState state, out Exception exception) {