Show / Hide Table of Contents

    Class DefaultRequestData

    Class that represents the default request data model.

    Inheritance
    System.Object
    DefaultRequestData
    Implements
    IBytesInfo
    IIncomingPacket
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Fibula.Communications
    Assembly: Fibula.Communications.dll
    Syntax
    public sealed class DefaultRequestData : IBytesInfo, IIncomingPacket

    Constructors

    | Improve this Doc View Source

    DefaultRequestData(Byte[])

    Initializes a new instance of the DefaultRequestData class.

    Declaration
    public DefaultRequestData(params byte[] bytes)
    Parameters
    Type Name Description
    System.Byte[] bytes

    The bytes that represent the packet.

    | Improve this Doc View Source

    DefaultRequestData(ReadOnlySpan<Byte>)

    Initializes a new instance of the DefaultRequestData class.

    Declaration
    public DefaultRequestData(ReadOnlySpan<byte> bytes)
    Parameters
    Type Name Description
    System.ReadOnlySpan<System.Byte> bytes

    The bytes that represent the packet.

    Properties

    | Improve this Doc View Source

    Bytes

    Gets the collection of bytes that represent the packet.

    Declaration
    public byte[] Bytes { get; }
    Property Value
    Type Description
    System.Byte[]

    Implements

    IBytesInfo
    IIncomingPacket

    Extension Methods

    ObjectExtensions.YieldSingleItem<T>(T)
    ObjectExtensions.GetPropertyValue(Object, String)
    Validate.ThrowIfNull(Object, String)
    • Improve this Doc
    • View Source
    Back to top Copyright © 2018-2020 | The Fibula Project
    Generated using DocFX | Jose L. Nuñez de Caceres et al.