Skip to content

Class Internet

Manfred edited this page Jul 29, 2018 · 1 revision

Methods

  • DomainName()
  • DomainSuffix()
  • DomainWord()
  • Email(string name = null, string separators = null)
  • FreeEmail(string name = null)
  • IPv4Address()
  • IPv4CIDR()
  • IPv6Address()
  • IPv6CIDR()
  • MacAddress(string prefix = "")
  • Password(int minLength = 8, int maxLength = 15, bool mixCase = true, bool specialChars = true)
  • PrivateIPv4Address()
  • PublicIPv4Address()
  • SafeEmail(string name = null)
  • Slug(string words = null, string glue = null)
  • Url(string host = null, string path = null, string scheme = "http")
  • UserAgent(string vendor = null)
  • UserName(int minLength, int maxLength = int.MaxValue)
  • UserName(string name = null, string separators = null)
Clone this wiki locally