Table of Contents

Struct IpAddress

Namespace
Vonage.Video.Sessions
Assembly
Vonage.dll

Represents a valid IpAddress.

public readonly struct IpAddress
Inherited Members

Properties

Address

The address.

public string Address { get; }

Property Value

string

Empty

Returns an empty address.

public static IpAddress Empty { get; }

Property Value

IpAddress

Localhost

Returns the Localhost address.

public static IpAddress Localhost { get; }

Property Value

IpAddress

Methods

Parse(string)

Parses the provided ip address.

public static Result<IpAddress> Parse(string location)

Parameters

location string

The ip address.

Returns

Result<IpAddress>

Success if the parsing operation succeeded, Failure if it failed.