5 references to SocketsHttpHandlerTypeName
System.Security.Cryptography (5)
src\libraries\Common\src\System\Net\Http\X509ResourceClient.cs (5)
94
[return: UnsafeAccessorType(
SocketsHttpHandlerTypeName
)]
98
private static extern TimeSpan GetPooledConnectionIdleTimeout([UnsafeAccessorType(
SocketsHttpHandlerTypeName
)] object handler);
101
private static extern bool GetAllowAutoRedirect([UnsafeAccessorType(
SocketsHttpHandlerTypeName
)] object handler);
103
private static extern void SetAllowAutoRedirect([UnsafeAccessorType(
SocketsHttpHandlerTypeName
)] object handler, bool value);
106
private static extern void SetPooledConnectionIdleTimeout([UnsafeAccessorType(
SocketsHttpHandlerTypeName
)] object handler, TimeSpan value);