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
Remarks
Requirements
Namespace: Javax.Net.Ssl
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1