Table of Contents

Struct StoreKeyMessage

Namespace
Fluxzy.Core.Pcap.Messages
Assembly
Fluxzy.Core.Pcap.dll
public readonly struct StoreKeyMessage
Inherited Members

Constructors

StoreKeyMessage(IPAddress, int, int, string)

public StoreKeyMessage(IPAddress remoteAddress, int remotePort, int localPort, string nssKey)

Parameters

remoteAddress IPAddress
remotePort int
localPort int
nssKey string

Properties

LocalPort

public int LocalPort { get; }

Property Value

int

NssKey

public string NssKey { get; }

Property Value

string

RemoteAddress

public IPAddress RemoteAddress { get; }

Property Value

IPAddress

RemotePort

public int RemotePort { get; }

Property Value

int

Methods

Equals(StoreKeyMessage)

public bool Equals(StoreKeyMessage other)

Parameters

other StoreKeyMessage

Returns

bool

Equals(object?)

Indicates whether this instance and a specified object are equal.

public override bool Equals(object? obj)

Parameters

obj object

The object to compare with the current instance.

Returns

bool

true if obj and this instance are the same type and represent the same value; otherwise, false.

FromReader(BinaryReader)

public static StoreKeyMessage FromReader(BinaryReader reader)

Parameters

reader BinaryReader

Returns

StoreKeyMessage

GetHashCode()

Returns the hash code for this instance.

public override int GetHashCode()

Returns

int

A 32-bit signed integer that is the hash code for this instance.

Write(BinaryWriter)

public void Write(BinaryWriter writer)

Parameters

writer BinaryWriter