Table of Contents

Class ImpersonateProfile

Namespace
Fluxzy.Clients.Ssl
Assembly
Fluxzy.Core.dll
public class ImpersonateProfile
Inheritance
ImpersonateProfile
Inherited Members

Constructors

ImpersonateProfile(string, string, string)

public ImpersonateProfile(string name, string platform, string version)

Parameters

name string
platform string
version string

Properties

Absolute

public bool Absolute { get; }

Property Value

bool

Latest

public bool Latest { get; }

Property Value

bool

Name

public string Name { get; }

Property Value

string

Platform

public string Platform { get; }

Property Value

string

Version

public string Version { get; }

Property Value

string

VersionAsVersion

public Version? VersionAsVersion { get; }

Property Value

Version

Methods

Equals(ImpersonateProfile)

protected bool Equals(ImpersonateProfile other)

Parameters

other ImpersonateProfile

Returns

bool

Equals(object?)

Determines whether the specified object is equal to the current object.

public override bool Equals(object? obj)

Parameters

obj object

The object to compare with the current object.

Returns

bool

true if the specified object is equal to the current object; otherwise, false.

GetHashCode()

Serves as the default hash function.

public override int GetHashCode()

Returns

int

A hash code for the current object.

Parse(string)

public static ImpersonateProfile Parse(string rawString)

Parameters

rawString string

Returns

ImpersonateProfile

ToFlatName()

public string ToFlatName()

Returns

string

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.

TryParse(string, out ImpersonateProfile)

public static bool TryParse(string rawString, out ImpersonateProfile result)

Parameters

rawString string
result ImpersonateProfile

Returns

bool