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