Javax.Net.Ssl.SSLContextSpi.EngineCreateSSLEngine Method
Creates an SSLEngine instance from this context with the specified hostname and port.

Syntax

[Android.Runtime.Register("engineCreateSSLEngine", "(Ljava/lang/String;I)Ljavax/net/ssl/SSLEngine;", "GetEngineCreateSSLEngine_Ljava_lang_String_IHandler")]
protected abstract SSLEngine EngineCreateSSLEngine (string host, int port)

Parameters

host
the name of the host
port
the port

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Lang.UnsupportedOperationExceptionif the provider does not support the operation.

Remarks

Creates an SSLEngine instance from this context with the specified hostname and port.

[Android Documentation]

Requirements

Namespace: Javax.Net.Ssl
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1