Skip to main content

PppNetworkInterfaceSettings Class

Namespace: GHIElectronics.TinyCLR.Devices.Network · Assembly: GHIElectronics.TinyCLR.Devices.Network

PPP-specific interface settings (cellular modems, dial-up).

public class PppNetworkInterfaceSettings : NetworkInterfaceSettings

Properties

Username

public string Username { get; set; }

PPP username.

Password

public string Password { get; set; }

PPP password.

AuthenticationType

public PppAuthenticationType AuthenticationType { get; set; }

Authentication protocol to use.