IpVersion Class

Summary

IP version
Assembly
Cake.Putty.dll
Namespace
Cake.Putty
Base Types
  • Enum
graph BT Type-->Base0["Enum"] Type["IpVersion"] class Type type-node

Syntax

public sealed class IpVersion : Enum

Fields

Name Constant Value Summary
V4 0
IPv4
static
V6 1
IPv6
static
value__

Extension Methods

Name Value Summary
Dump<IpVersion>() string
Get a basic string representation of specified object.
Requires the Cake.Incubator addin
IsIn<IpVersion>(IpVersion[]) bool
Checks if the source is contained in a list
Requires the Cake.Incubator addin
NotNull<IpVersion>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Ftp addin
NotNull<IpVersion>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Issues addin
ThrowIfNull<IpVersion>(string, string) T
Throws a System.ArgumentNullException with a specific message if the value is null, otherwise returns the value
Requires the Cake.Incubator addin
ThrowIfNull<IpVersion>(string) T
Throws a System.ArgumentNullException if the value is null, otherwise returns the value
Requires the Cake.Incubator addin
ToDictionary() IDictionary<string, object>
Requires the Cake.DeployParams addin