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

Syntax

[Android.Runtime.Register("createSSLEngine", "(Ljava/lang/String;I)Ljavax/net/ssl/SSLEngine;", "")]
public SSLEngine CreateSSLEngine (string peerHost, int peerPort)

Parameters

peerHost
the name of the host
peerPort
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