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