docs.unity3d.com
    Show / Hide Table of Contents

    Class MessageHeader

    Inheritance
    Object
    MessageHeader
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: Unity.Cloud.Presence
    Syntax
    [Serializable]
    public class MessageHeader

    Constructors

    MessageHeader(String, String[], CacheType, String[])

    Declaration
    public MessageHeader(string messageType, string[] parameters, CacheType cacheType, params string[] cacheKeys)
    Parameters
    Type Name Description
    String messageType
    String[] parameters
    CacheType cacheType
    String[] cacheKeys

    Fields

    CacheKeys

    Declaration
    public string[] CacheKeys
    Field Value
    Type Description
    String[]

    CacheType

    Declaration
    public CacheType CacheType
    Field Value
    Type Description
    CacheType

    MessageType

    Declaration
    public string MessageType
    Field Value
    Type Description
    String

    Parameters

    Declaration
    public string[] Parameters
    Field Value
    Type Description
    String[]

    Methods

    EqualsMessageType(MessageHeader)

    Declaration
    [Pure]
    public bool EqualsMessageType(MessageHeader other)
    Parameters
    Type Name Description
    MessageHeader other
    Returns
    Type Description
    Boolean

    EqualsParameters(MessageHeader)

    Declaration
    [Pure]
    public bool EqualsParameters(MessageHeader other)
    Parameters
    Type Name Description
    MessageHeader other
    Returns
    Type Description
    Boolean

    Extension Methods

    GenericDataExtensions.SerializeToByteArray(Object)
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023