Пример #1
0
 // note: the linker will re-write this to only reference the selected handler
 // but we want this to work "as expected" even if the application is not being linked
 static HttpMessageHandler GetDefaultHandler()
 {
     return(RuntimeOptions.GetHttpMessageHandler());
 }