5 references to HttpClientTypeName
System.Security.Cryptography (5)
src\libraries\Common\src\System\Net\Http\X509ResourceClient.cs (5)
109
[return: UnsafeAccessorType(
HttpClientTypeName
)]
113
private static extern long GetMaxResponseContentBufferSize([UnsafeAccessorType(
HttpClientTypeName
)] object client);
115
private static extern void SetMaxResponseContentBufferSize([UnsafeAccessorType(
HttpClientTypeName
)] object client, long value);
128
private static extern object Send([UnsafeAccessorType(
HttpClientTypeName
)] object client, [UnsafeAccessorType(HttpRequestMessageTypeName)] object requestMessage, CancellationToken cancellationToken);
132
private static extern object SendAsync([UnsafeAccessorType(
HttpClientTypeName
)] object client, [UnsafeAccessorType(HttpRequestMessageTypeName)] object requestMessage, CancellationToken cancellationToken);