2 references to GetRequestStreamCallback
System (2)
net\System\Net\filewebrequest.cs (2)
19
private static WaitCallback s_GetRequestStreamCallback = new WaitCallback(
GetRequestStreamCallback
);
21
private static ContextCallback s_WrappedGetRequestStreamCallback = new ContextCallback(
GetRequestStreamCallback
);