IWithTunnelType<ParentT> Interface

Definition

The stage of a point-to-site configuration definition allowing to specify which tunnel type will be used.

public interface IWithTunnelType<ParentT>
type IWithTunnelType<'ParentT> = interface
Public Interface IWithTunnelType(Of ParentT)

Type Parameters

ParentT

The stage of the parent definition to return to after attaching this definition.

Derived

Methods

WithIkeV2Only()

Specifies that only IKEv2 VPN tunnel type will be used.

WithSstpOnly()

Specifies that only SSTP tunnel type will be used.

Applies to