Facebook
Twitter
Pinterest
Tumblr
GitHub
RSS
  • DEV Home
  • Documentation
  • Reference
  • Download
Search Results for

    Show / Hide Table of Contents

    Class SocketReceiveResult

    Used by the sockets wrapper to hold raw data received from a UDP socket.

    Inheritance
    System.Object
    SocketReceiveResult
    Namespace: MediaBrowser.Model.Net
    Assembly: MediaBrowser.Model.dll
    Syntax
    public sealed class SocketReceiveResult

    Properties

    Buffer

    The buffer to place received data into.

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

    LocalIPAddress

    Declaration
    public IPAddress LocalIPAddress { get; set; }
    Property Value
    Type Description
    System.Net.IPAddress

    ReceivedBytes

    The number of bytes received.

    Declaration
    public int ReceivedBytes { get; set; }
    Property Value
    Type Description
    System.Int32

    RemoteEndPoint

    Declaration
    public IPEndPoint RemoteEndPoint { get; set; }
    Property Value
    Type Description
    System.Net.IPEndPoint

    Extension Methods

    Extensions.JsonClone<T>(T, IJsonSerializer)
    SDK
    On this Page
    Back to Top Copyright 2022 © EMBY LLC. Please see our terms of use and privacy policy.