1 write to servicePoint
System (1)
net\System\Net\ServicePoint.cs (1)
1208
this.
servicePoint
= servicePoint;
3 references to servicePoint
System (3)
net\System\Net\ServicePoint.cs (3)
1240
ws = state.
servicePoint
.ConnectSocketInternal(state.connectFailure, state.s4, state.s6, ref socket, ref address, state, asyncResult, out innerException);
1255
state.
servicePoint
.CompleteGetConnection(state.s4, state.s6, socket, address);
1268
ws == WebExceptionStatus.ProxyNameResolutionFailure || ws == WebExceptionStatus.NameResolutionFailure ? state.
servicePoint
.Host : null,