Table of Contents

Class TlsServerConnectionHelper

Namespace
Gio
Assembly
Gio-2.0.dll
public sealed class TlsServerConnectionHelper : Object, IObject, INotifyPropertyChanged, IDisposable, TlsServerConnection, IHandle, GTypeProvider
Inheritance
TlsServerConnectionHelper
Implements
Inherited Members

Constructors

TlsServerConnectionHelper(IntPtr, bool)

public TlsServerConnectionHelper(IntPtr handle, bool ownedRef)

Parameters

handle IntPtr
ownedRef bool

Properties

AuthenticationMode

public TlsAuthenticationMode AuthenticationMode { get; set; }

Property Value

TlsAuthenticationMode

Methods

GetGType()

public static Type GetGType()

Returns

Type

New(IOStream, TlsCertificate?)

[Version("2.28")]
public static IOStream New(IOStream baseIoStream, TlsCertificate? certificate)

Parameters

baseIoStream IOStream
certificate TlsCertificate

Returns

IOStream