Class SecureConnectionUpdateResult
- Namespace
- Fluxzy.Core
- Assembly
- Fluxzy.Core.dll
public record SecureConnectionUpdateResult : IEquatable<SecureConnectionUpdateResult>
- Inheritance
-
SecureConnectionUpdateResult
- Implements
-
- Inherited Members
-
Constructors
SecureConnectionUpdateResult(bool, bool, Stream, Stream)
public SecureConnectionUpdateResult(bool IsSsl, bool IsWebSocket, Stream InStream, Stream OutStream)
Parameters
IsSsl
bool
IsWebSocket
bool
InStream
Stream
OutStream
Stream
Properties
InStream
public Stream InStream { get; }
Property Value
- Stream
IsOnError
public bool IsOnError { get; }
Property Value
- bool
IsSsl
public bool IsSsl { get; }
Property Value
- bool
IsWebSocket
public bool IsWebSocket { get; }
Property Value
- bool
OutStream
public Stream OutStream { get; }
Property Value
- Stream