Interface ISslStreamFactory
SSL Stream Factory defines how SSL connection is established.
Namespace: Apache.Ignite.Core.Client
Assembly: Apache.Ignite.Core.dll
Syntax
public interface ISslStreamFactoryMethods
Create(Stream, String)
Creates the SSL stream.
Declaration
SslStream Create(Stream stream, string targetHost)Parameters
| Type | Name | Description | 
|---|---|---|
| Stream | stream | The underlying raw stream. | 
| System.String | targetHost | Target host. | 
Returns
| Type | Description | 
|---|---|
| SslStream | SSL stream. |