Table of Contents

Interface IExchangeLine

Namespace
Fluxzy
Assembly
Fluxzy.Core.dll
public interface IExchangeLine

Properties

Comment

string? Comment { get; }

Property Value

string

ConnectionId

int ConnectionId { get; }

Property Value

int

ContentType

string? ContentType { get; }

Property Value

string

Id

int Id { get; }

Property Value

int

KnownAuthority

string KnownAuthority { get; }

Property Value

string

KnownPort

int KnownPort { get; }

Property Value

int

Method

string Method { get; }

Property Value

string

Path

string Path { get; }

Property Value

string

Pending

bool Pending { get; }

Property Value

bool

Received

long Received { get; }

Property Value

long

Secure

bool Secure { get; }

Property Value

bool

Sent

long Sent { get; }

Property Value

long

StatusCode

int StatusCode { get; }

Property Value

int