ISocketFactory
ConnectSocket(Socket, String, Int32, InetAddress, Int32, IHttpParams)
CreateSocket()
IsSecure(Socket)
ConnectSocketAsync(ISocketFactory, Socket, String, Int32, InetAddress, Int32, IHttpParams)
monoandroid
namespace Org.Apache.Http.Conn.Schemes
{
public static class ISocketFactoryExtensions
{
public static Task<Socket?>! ConnectSocketAsync(this ISocketFactory! self, Socket? sock, string? host, int port, InetAddress? localAddress, int localPort, IHttpParams? params);
}
}
| .NET | 6.07.08.09.0 |
|---|---|
Information specific to monoandroid | |
| Assembly | Mono.Android , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
| Referencing | The API is automatically referenced. |
| Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API