Table of Contents

Class TunnelModeChildSessionParams.Builder

Namespace
Android.Net.Ipsec.Ike
Assembly
MASES.Netdroid.dll
public class TunnelModeChildSessionParams.Builder : JVMBridgeBase<TunnelModeChildSessionParams.Builder>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition
Inheritance
TunnelModeChildSessionParams.Builder
Implements
Extension Methods

Constructors

Builder()

public Builder()

Builder(TunnelModeChildSessionParams)

public Builder(TunnelModeChildSessionParams arg0)

Parameters

arg0 TunnelModeChildSessionParams

TunnelModeChildSessionParams

Builder(IJVMBridgeBaseInitializer)

Initializer used internally by JCOBridge. Do not use directly.

[Obsolete("This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public Builder(IJVMBridgeBaseInitializer initializer)

Parameters

initializer IJVMBridgeBaseInitializer

Properties

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

IsBridgeAbstract

true if the BridgeClassName is an abstract class, i.e. cannot be created an instance

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

true if the BridgeClassName implements java.lang.AutoCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

true if the BridgeClassName is an interface, i.e. does not have any public constructor

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

true if the BridgeClassName is a static class, i.e. does not have any public constructor

public override bool IsBridgeStatic { get; }

Property Value

bool

Methods

AddChildSaProposal(ChildSaProposal)

public TunnelModeChildSessionParams.Builder AddChildSaProposal(ChildSaProposal arg0)

Parameters

arg0 ChildSaProposal

ChildSaProposal

Returns

TunnelModeChildSessionParams.Builder

TunnelModeChildSessionParams.Builder

AddInboundTrafficSelectors(IkeTrafficSelector)

public TunnelModeChildSessionParams.Builder AddInboundTrafficSelectors(IkeTrafficSelector arg0)

Parameters

arg0 IkeTrafficSelector

IkeTrafficSelector

Returns

TunnelModeChildSessionParams.Builder

TunnelModeChildSessionParams.Builder

AddInternalAddressRequest(Inet4Address)

public TunnelModeChildSessionParams.Builder AddInternalAddressRequest(Inet4Address arg0)

Parameters

arg0 Inet4Address

Inet4Address

Returns

TunnelModeChildSessionParams.Builder

TunnelModeChildSessionParams.Builder

AddInternalAddressRequest(Inet6Address, int)

public TunnelModeChildSessionParams.Builder AddInternalAddressRequest(Inet6Address arg0, int arg1)

Parameters

arg0 Inet6Address

Inet6Address

arg1 int

int

Returns

TunnelModeChildSessionParams.Builder

TunnelModeChildSessionParams.Builder

AddInternalAddressRequest(int)

public TunnelModeChildSessionParams.Builder AddInternalAddressRequest(int arg0)

Parameters

arg0 int

int

Returns

TunnelModeChildSessionParams.Builder

TunnelModeChildSessionParams.Builder

AddInternalDhcpServerRequest(int)

public TunnelModeChildSessionParams.Builder AddInternalDhcpServerRequest(int arg0)

Parameters

arg0 int

int

Returns

TunnelModeChildSessionParams.Builder

TunnelModeChildSessionParams.Builder

AddInternalDnsServerRequest(int)

public TunnelModeChildSessionParams.Builder AddInternalDnsServerRequest(int arg0)

Parameters

arg0 int

int

Returns

TunnelModeChildSessionParams.Builder

TunnelModeChildSessionParams.Builder

AddOutboundTrafficSelectors(IkeTrafficSelector)

public TunnelModeChildSessionParams.Builder AddOutboundTrafficSelectors(IkeTrafficSelector arg0)

Parameters

arg0 IkeTrafficSelector

IkeTrafficSelector

Returns

TunnelModeChildSessionParams.Builder

TunnelModeChildSessionParams.Builder

Build()

public TunnelModeChildSessionParams Build()

Returns

TunnelModeChildSessionParams

TunnelModeChildSessionParams

CreatePoolableInstance()

HPA initializer for Builder()

public static TunnelModeChildSessionParams.Builder CreatePoolableInstance()

Returns

TunnelModeChildSessionParams.Builder

CreatePoolableInstance(TunnelModeChildSessionParams)

HPA initializer for Builder(Android.Net.Ipsec.Ike.TunnelModeChildSessionParams arg0)

public static TunnelModeChildSessionParams.Builder CreatePoolableInstance(TunnelModeChildSessionParams arg0)

Parameters

arg0 TunnelModeChildSessionParams

Returns

TunnelModeChildSessionParams.Builder

SetLifetimeSeconds(int, int)

public TunnelModeChildSessionParams.Builder SetLifetimeSeconds(int arg0, int arg1)

Parameters

arg0 int

int

arg1 int

int

Returns

TunnelModeChildSessionParams.Builder

TunnelModeChildSessionParams.Builder